Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | :bookmark: v3.0.0-rc.23.0.0-rc.2 | Hayleigh Thompson | 2023-04-28 |
| | |||
* | :bookmark: Code for 3.0.0-rc.13.0.0-rc.1 | Hayleigh Thompson | 2023-04-27 |
| | |||
* | :bookmark: Bump version to 2.0.12.0.1 | Hayleigh Thompson | 2023-04-05 |
| | |||
* | :heavy_plus_sign: Update stdlib dep to 0.28. | Hayleigh Thompson | 2023-04-05 |
| | |||
* | :recycle: Remove unused imports. | Hayleigh Thompson | 2023-04-05 |
| | |||
* | :bookmark: Bump version to 2.0.0 | Hayleigh Thompson | 2023-04-05 |
| | |||
* | 🐛 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> | ||
* | 🐛 Rename `for` attribute string to `htmlFor` to reflect usage in React. (#7) | Danny Martini | 2023-03-07 |
| | | | `for` can't be use in JS as it's a reserved keyword, so react renamed the property to `htmlFor` | ||
* | 🔀 Update example in readme to reflect event handler changes. (#6) | Danny Martini | 2023-03-07 |
| | | | It wasn't compiling with the current version of lustre on hex. | ||
* | :memo: Docs for the docs god. | Hayleigh Thompson | 2023-02-13 |
| | |||
* | :memo: Docs for the docs god. | Hayleigh Thompson | 2023-02-13 |
| | |||
* | :recycle: Remove distinction between attributes and properties: react ↵ | Hayleigh Thompson | 2023-02-13 |
| | | | | doesn't care. | ||
* | :memo: Docs for the docs god. | Hayleigh Thompson | 2023-02-13 |
| | |||
* | :recycle: Simplify event handlers to handle the most common case. | Hayleigh Thompson | 2023-02-13 |
| | |||
* | :sparkles: Merge string attributes together. | Hayleigh Thompson | 2023-02-13 |
| | |||
* | :heavy_plus_sign: Upgrade stdlib dependency to 0.26. | Hayleigh Thompson | 2023-02-12 |
| | |||
* | :bookmark: Bump version to 1.3.01.3.0 | Hayleigh Thompson | 2022-09-05 |
| | |||
* | :bug: Fixed a bug where 'toProps' would break on minified builds. | Hayleigh Thompson | 2022-09-05 |
| | |||
* | :pencil: Fix typo: 'require' -> 'required'. | Hayleigh Thompson | 2022-09-05 |
| | |||
* | :bookmark: Bump version to 1.2.01.2.0 | Hayleigh Thompson | 2022-07-02 |
| | |||
* | :bug: Fix incorrectly-cased attribute and event names. | Hayleigh Thompson | 2022-07-02 |
| | |||
* | 🔀📝 add a fully-fledged example project (#2) | Filip Figiel | 2022-05-23 |
| | | | | | | | | | | | * docs: add a full-fledged example project * fix: use correct script path * docs: improve example readme commands * chore: ignore the dist folder * chore: cleanup the makefile | ||
* | 🔀 Merge pull request #1 from megapctr/patch-1 | Hayleigh Thompson | 2022-05-23 |
|\ | | | | | docs: fix the example so that it compiles | ||
| * | docs: fix the example so that it compiles | Filip Figiel | 2022-05-23 |
|/ | |||
* | :construction: Experiment using monaco editor for the lustre playground. | Hayleigh Thompson | 2022-05-22 |
| | |||
* | :heavy_plus_sign: Add @monaco-editor/react as a dev dependency for the ↵ | Hayleigh Thompson | 2022-05-22 |
| | | | | playground. | ||
* | :sparkles: Expose function for converting lists of attributes into a props ↵ | Hayleigh Thompson | 2022-05-22 |
| | | | | object React will be happy with. | ||
* | :bookmark: Bump version to 1.1.0 | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :rocket: Deploy docs to GitHub Pages. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :memo: More docs for the docs god. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :wrench: Update package description. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :bookmark: Set package version to 1.0.0 | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :page_facing_up: Add MIT license. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :rocket: Deploy docs to GitHub Pages. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :memo: Begin writing useful docs. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :wrench: Add npm command to spin up a http server and rebuild docs on-change. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :memo: Make it clearer this package is intended for browser targets only. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :wrench: Add npm script for building docs and putting them in the right place. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :rocket: Deploy docs to GitHub Pages./mybackend -o test.s test.cl | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :sparkles: Update counter example to show off fancy Cmds and dispatch features. | Hayleigh Thompson | 2022-05-21 |
| | |||
* | :sparkles: Add a 'Cmd' abstraction for performing side effects and bringing ↵ | Hayleigh Thompson | 2022-05-21 |
| | | | | dispatching actions based on their result. | ||
* | :sparkles: Add twind to the examples for nicer styling. | Hayleigh Thompson | 2022-05-20 |
| | |||
* | :truck: Move examples around to support multiple apps at once. | Hayleigh Thompson | 2022-05-14 |
| | |||
* | :sparkles: Add many common events. | Hayleigh Thompson | 2022-05-14 |
| | |||
* | :sparkles: Add many common attribute functions. | Hayleigh Thompson | 2022-05-14 |
| | |||
* | :memo: Update README to include a short example. | Hayleigh Thompson | 2022-05-14 |
| | |||
* | :memo: Update README. | Hayleigh Thompson | 2022-05-14 |
| | |||
* | :wrench: Update scripts to run from test/example/ dir instead. | Hayleigh Thompson | 2022-05-14 |
| | |||
* | :sparkles: Create a simple counter example. | Hayleigh Thompson | 2022-05-14 |
| | |||
* | :sparkles: Create a special-case 'style' attribute because React is awkward. | Hayleigh Thompson | 2022-05-14 |
| |