aboutsummaryrefslogtreecommitdiff
path: root/src/vdom.ffi.mjs
Commit message (Expand)AuthorAge
* :bug: Fixed a bug where the wrong event target was sometime sused for server ...Hayleigh Thompson2024-06-11
* :bug: Fixed a bug where attributes were set even when they hadn't changed.Hayleigh Thompson2024-06-11
* :recycle: Don't re-set a node's property if it hasn't changed.Hayleigh Thompson2024-05-19
* :bug: Fixed a bug where setting properties would cause incorrect diffs to apply.Hayleigh Thompson2024-05-11
* 🔀 Fix a bug where nested `Map` nodes were not morphed. (#115)Benjamin Rhodes2024-04-26
* :recycle: Formatting changes.Hayleigh Thompson2024-04-25
* 🔀 Add support for element fragments. (#99)Jacob Scearcy2024-04-19
* :bug: Fixed a bug where the 'selected' attribute was not properly applied in ...Hayleigh Thompson2024-04-16
* :bug: Fixed a bug where vdom incorrectly attempted keyed diffs.Hayleigh Thompson2024-04-06
* :bug: Fix a sneaky bug where events were gone but not forgotten.Hayleigh Thompson2024-04-04
* :bug: Fixed a bug where event handlers would not work on propagated events.Hayleigh Thompson2024-04-01
* :bug: Fixed a bug where text nodes were patched even when their content was e...Hayleigh Thompson2024-04-01
* :bug: Fixed a bug where child nodes were incorrectly morphed for disjoint par...Hayleigh Thompson2024-03-31
* :bug: Fixed a bug where invalid property names may be set on a node and cause...Hayleigh Thompson2024-03-31
* 🔀 Refactor vdom and add support for keyed vnodes. (#83)Hayleigh Thompson2024-03-31
* :recycle: Additional data attached to server component events is moved to the...Hayleigh Thompson2024-03-25
* :bug: Fixed bug where empty string attributes did not work at runtime.Hayleigh Thompson2024-03-14
* :recycle: Add a 'Map' vdom node for more efficient msg mapping.Hayleigh Thompson2024-03-12
* :recycle: Temporarily disable a performance optimisation that caused bugs wit...Hayleigh Thompson2024-01-26
* ✨ Add universal components that can run on the server (#39)Hayleigh Thompson2024-01-23