index
:
lustre
main
gleam lustre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vdom.ffi.mjs
Commit message (
Expand
)
Author
Age
*
:bug: Fix when a Fragment is put in VDOM stack, because of Map (#154)
HEAD
main
Guillaume Hivert
2024-06-30
*
:recycle: Adopt component styles by copying page <link> and <style> tags.
Hayleigh Thompson
2024-06-19
*
:bug: Fixed a bug where the wrong event target was sometime sused for server ...
Hayleigh Thompson
2024-06-11
*
:bug: Fixed a bug where attributes were set even when they hadn't changed.
Hayleigh Thompson
2024-06-11
*
:recycle: Don't re-set a node's property if it hasn't changed.
Hayleigh Thompson
2024-05-19
*
:bug: Fixed a bug where setting properties would cause incorrect diffs to apply.
Hayleigh Thompson
2024-05-11
*
🔀 Fix a bug where nested `Map` nodes were not morphed. (#115)
Benjamin Rhodes
2024-04-26
*
:recycle: Formatting changes.
Hayleigh Thompson
2024-04-25
*
🔀 Add support for element fragments. (#99)
Jacob Scearcy
2024-04-19
*
:bug: Fixed a bug where the 'selected' attribute was not properly applied in ...
Hayleigh Thompson
2024-04-16
*
:bug: Fixed a bug where vdom incorrectly attempted keyed diffs.
Hayleigh Thompson
2024-04-06
*
:bug: Fix a sneaky bug where events were gone but not forgotten.
Hayleigh Thompson
2024-04-04
*
:bug: Fixed a bug where event handlers would not work on propagated events.
Hayleigh Thompson
2024-04-01
*
:bug: Fixed a bug where text nodes were patched even when their content was e...
Hayleigh Thompson
2024-04-01
*
:bug: Fixed a bug where child nodes were incorrectly morphed for disjoint par...
Hayleigh Thompson
2024-03-31
*
:bug: Fixed a bug where invalid property names may be set on a node and cause...
Hayleigh Thompson
2024-03-31
*
🔀 Refactor vdom and add support for keyed vnodes. (#83)
Hayleigh Thompson
2024-03-31
*
:recycle: Additional data attached to server component events is moved to the...
Hayleigh Thompson
2024-03-25
*
:bug: Fixed bug where empty string attributes did not work at runtime.
Hayleigh Thompson
2024-03-14
*
:recycle: Add a 'Map' vdom node for more efficient msg mapping.
Hayleigh Thompson
2024-03-12
*
:recycle: Temporarily disable a performance optimisation that caused bugs wit...
Hayleigh Thompson
2024-01-26
*
✨ Add universal components that can run on the server (#39)
Hayleigh Thompson
2024-01-23