aboutsummaryrefslogtreecommitdiff
path: root/src/lustre.ffi.mjs
Commit message (Collapse)AuthorAge
* :bug: Fixed a bug where component attributes weren't compared for equality ↵v3.0.9Hayleigh Thompson2023-10-21
| | | | properly.
* :recycle: So long monorepo.Hayleigh Thompson2023-09-19
|
* :truck: Shift things around to accomodate a monorepo.Hayleigh Thompson2023-08-19
|
* :zap: Dispatching messages now synchronously calls tick and render.Hayleigh Thompson2023-07-23
|
* :bug: Fixed a bug where effects were passed a dispatch function with an ↵Hayleigh Thompson2023-07-23
| | | | unbound 'this'.
* :sparkles: Add functions for prevent_default and stop_propagation on events.Hayleigh Thompson2023-07-23
|
* :bug: Fix bugs with vdom patching when removing elements or rendering into ↵Hayleigh Thompson2023-07-23
| | | | components.
* :bug: Don't use shadow dom so components can be styled in an app.Hayleigh Thompson2023-07-20
|
* :sparkles: Add support for nested lustre apps as custom web components.Hayleigh Thompson2023-07-19
|
* :recycle: Create the proper error type in javascript and save the pointless ↵Hayleigh Thompson2023-07-19
| | | | ffi wrapper.
* :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
|
* :bug: Fixed a runtime bug for mapping event handlers.Hayleigh Thompson2023-07-12
|
* ♻️ Replace React with diffhtml (#10)Hayleigh Thompson2023-07-10
| | | | | | | | | | | | | | | * :wrench: Remove react dependency, add vite for running examples. * :heavy_plus_sign: Update stdlib version to 0.29 * :fire: Remove old examples. * :sparkles: Vendor diffhtml and update runtime ffi code to replace react. * :recycle: Refactor all the things now react is gone. * :memo: Remove references to react in the readme. * :sparkles: Create a simple counter example.
* :bookmark: v3.0.0-rc.23.0.0-rc.2Hayleigh Thompson2023-04-28
|
* :bookmark: Code for 3.0.0-rc.13.0.0-rc.1Hayleigh Thompson2023-04-27