aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 🔀 Add esbuild support for linux aarch64. (#61)Kevin Groat2024-03-16
|
* 🔀 Update dependencies for examples. (#60)Ian M. Jones2024-03-15
|
* :wrench: Update release workflow for Gleam v1.Hayleigh Thompson2024-03-14
|
* :wrench: Include CLI reference page.Hayleigh Thompson2024-03-14
|
* :memo: Write reference docs for the CLI.Hayleigh Thompson2024-03-14
|
* :bug: Fixed bug where empty string attributes did not work at runtime.Hayleigh Thompson2024-03-14
|
* :alembic: Update tests to handle correct boolean attribute output.Hayleigh Thompson2024-03-14
|
* :bug: Fixed a bug where boolean attributes were stringified correctly on erlang.Hayleigh Thompson2024-03-14
|
* 🔀 Fix quickstart typos. (#54)Dmitry Matveyev2024-03-13
| | | | | * lustre.Element(Msg) -> element.Element(Msg) * quickstart: fix image link in the final example
* :recycle: Tidy up unused import warnings when using lustre for js target.Hayleigh Thompson2024-03-13
|
* :bug: Fixed some bugs with exec error output.Hayleigh Thompson2024-03-13
|
* :memo: Update readme to point out rc status.Hayleigh Thompson2024-03-12
|
* :wrench: Update example manifests.Hayleigh Thompson2024-03-12
|
* :bug: Fixed bug with shellout spawning zombie processes.Hayleigh Thompson2024-03-12
|
* :fire: Remove unused import.Hayleigh Thompson2024-03-12
|
* :recycle: Refactor event handlers as proper decoders.Hayleigh Thompson2024-03-12
|
* :recycle: Remove usages of deprecated gleam/function functions.Hayleigh Thompson2024-03-12
|
* :recycle: Add a 'Map' vdom node for more efficient msg mapping.Hayleigh Thompson2024-03-12
|
* 🔀 Fix link to Quickstart guide. (#52)Daren Chandisingh2024-03-12
| | | Original link was a 404
* 🔀 Fix some imports and names in quickstart guide. (#53)MystPi2024-03-12
| | | | | * ✏️ Fix usages of `lustre.Element` and `event.click` * 🩹 Fix import list
* :memo: Add a note explaining that a record isn't the only way!Hayleigh Thompson2024-03-08
|
* :memo: Note that documentation is written for v4 not v3.Hayleigh Thompson2024-03-08
|
* :memo: Expand state management guide.Hayleigh Thompson2024-03-08
|
* 🔀 Add form-related attributes. (#50)Ross Bratton2024-03-07
| | | | | | | * feat: add form-related attributes see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/form#attributes_for_form_submission * snake_case for form_* attributes
* :construction: Expand 'view functions not components' bullet points.Hayleigh Thompson2024-03-01
|
* 🔀 Use `package-interface` package (#49)Giacomo Cavalieri2024-02-29
|
* :wrench: Allow gleam 0.34 users to use the rc.Hayleigh Thompson2024-02-29
|
* :bookmark: Bump to v4.0.0-rc.2v4.0.0-rc.2Hayleigh Thompson2024-02-29
|
* :bug: Fix bug with incorrect imports for server runtime.Hayleigh Thompson2024-02-29
|
* :memo: Better docs for 'main'.Hayleigh Thompson2024-02-29
|
* :wrench: Ensure deps are up to date.Hayleigh Thompson2024-02-29
|
* :recycle: Rename add/remove_renderer to (un)subscribe. Move into ↵Hayleigh Thompson2024-02-29
| | | | lustre/server module.
* :construction: Begin writing a state management guide.Hayleigh Thompson2024-02-28
|
* :memo: Make links to other pages relative not absolute.Hayleigh Thompson2024-02-28
|
* :memo Move docs bages into pages/ dir.Hayleigh Thompson2024-02-26
|
* ✏️ Fix typos in quickstart guide (#47)Alex Houseago2024-02-25
| | | Co-authored-by: Alex Houseago <ahouseago@gmail.com>
* :pencil: Correct references to 'lustre try' to 'lustre dev'.Hayleigh Thompson2024-02-23
|
* :memo: Consistently format notes.v4.0.0-rc1Hayleigh Thompson2024-02-23
|
* :wrench: Change gleam version requirement to v1.Hayleigh Thompson2024-02-23
|
* :bookmark: Bump to v4.0.0-rc1Hayleigh Thompson2024-02-23
|
* :memo: Format notes consistently.Hayleigh Thompson2024-02-23
|
* :memo: Add a note reminding users this is a release candidate.Hayleigh Thompson2024-02-23
|
* :memo: Document that javascript server components are currently unsupported.Hayleigh Thompson2024-02-23
|
* :memo: Expand examples documentation.Hayleigh Thompson2024-02-23
|
* :memo: Docs for the docs gods!Hayleigh Thompson2024-02-23
|
* :memo: Update example readmes.Hayleigh Thompson2024-02-22
|
* :memo: Flesh out readme with philosophy section.Hayleigh Thompson2024-02-22
|
* :memo: Update readme.Hayleigh Thompson2024-02-21
|
* :memo: Add a slightly more detailed explainer on events.Hayleigh Thompson2024-02-21
|
* :memo: Add a slightly more detailed explainer on effects.Hayleigh Thompson2024-02-21
|