aboutsummaryrefslogtreecommitdiff
path: root/src/runtime.ffi.mjs
Commit message (Expand)AuthorAge
* ✨ Add universal components that can run on the server (#39)Hayleigh Thompson2024-01-23
* :bug: Fixed a bug where dom patching would always reconstruct the dom.Hayleigh Thompson2023-12-28
* :bug: Fixed a bug where event listeners weren't always removed properly.Hayleigh Thompson2023-12-22
* :sparkles: Add undocumented ability to directly set an element's inner html.Hayleigh Thompson2023-11-30
* :bug: Fixed a bug where components wouldn't morph properly.Hayleigh Thompson2023-10-21
* :bug: Fixed bug where morphing existing DOM nodes could cause crashes with ev...v3.0.7Hayleigh Thompson2023-10-14
* :sparkles: Merge style attributes at runtime.Hayleigh Thompson2023-10-03
* :bug: Fixed a bug where falsy text nodes were never rendered.Hayleigh Thompson2023-09-22
* :recycle: So long monorepo.Hayleigh Thompson2023-09-19
* :truck: Shift things around to accomodate a monorepo.Hayleigh Thompson2023-08-19
* :bug: Fixed a bug where dom patching would break on elements with unexpected ...Hayleigh Thompson2023-07-23
* :bug: Fixed bug where attributes would not be removed correctly during patching.Hayleigh Thompson2023-07-23
* :bug: Fix bugs with vdom patching when removing elements or rendering into co...Hayleigh Thompson2023-07-23
* :recycle: Explicitly handle namespaced elements in the vdom tree.Hayleigh Thompson2023-07-20
* :recycle: Explicitly handle namespaced elements in the vdom tree.Hayleigh Thompson2023-07-20
* :sparkles: Add proper svg support.Hayleigh Thompson2023-07-20
* :sparkles: Convert certain Gleam types to Js ones when setting properties.Hayleigh Thompson2023-07-19
* :zap: Iterate gleam lists with while loops for that sweet perf.Hayleigh Thompson2023-07-19
* :alembic: Maybe we can just roll our own DOM patching?Hayleigh Thompson2023-07-19
* :recycle: Move cursed prototype patching into runtime module.Hayleigh Thompson2023-07-18
* :heavy_plus_sign: Vendor morphdom as the dom patching library.Hayleigh Thompson2023-07-18
* ♻️ Replace React with diffhtml (#10)Hayleigh Thompson2023-07-10