Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | :bookmark: Code for 3.0.0-rc.13.0.0-rc.1 | Hayleigh Thompson | 2023-04-27 |
| | |||
* | 🐛 Avoid a race condition when dispatch is used twice from outside (#8) | Kero van Gelder | 2023-04-05 |
| | | | | | | | | | | | | | | | | | * Upgrade examples to lustre 2.0 * Upgrade to gleam 0.27.0 * Fix: avoid a race condition when dispatch is used twice from outside E.g. websocket open + websocket msg arriving Application returns a Cmd from update(model, msg) but the Effect handler is *not* ran be React 18 before the websocket msg-arriving is handled by the Reducer. Result: The Cmd returned by update(model, msg) is dropped silently. --------- Co-authored-by: Kero van Gelder <kero@chmeee.org> | ||
* | :sparkles: Merge string attributes together. | Hayleigh Thompson | 2023-02-13 |
| | |||
* | :bug: Fixed a bug where 'toProps' would break on minified builds. | Hayleigh Thompson | 2022-09-05 |
| | |||
* | :sparkles: Expose function for converting lists of attributes into a props ↵ | Hayleigh Thompson | 2022-05-22 |
| | | | | object React will be happy with. | ||
* | :sparkles: Add a 'Cmd' abstraction for performing side effects and bringing ↵ | Hayleigh Thompson | 2022-05-21 |
| | | | | dispatching actions based on their result. | ||
* | :sparkles: Create a special-case 'style' attribute because React is awkward. | Hayleigh Thompson | 2022-05-14 |
| | |||
* | :bug: Fixed bug where FFI module was overwriting gleam module of the same name. | Hayleigh Thompson | 2022-05-14 |