aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* :wrench: Update local deps.Hayleigh Thompson2024-05-11
|
* :bug: Fixed a bug where setting properties would cause incorrect diffs to apply.Hayleigh Thompson2024-05-11
|
* :bookmark: Bump to v4.2.1v4.2.1Hayleigh Thompson2024-05-11
|
* :bug: Fixed a bug where dynamic.classify has inconsistent behaviour between โ†ตHayleigh Thompson2024-05-11
| | | | 0.36.0 and 0.37.0
* :bug: Fixed a bug where dynamic.classify has inconsistent behaviour between โ†ตHayleigh Thompson2024-05-11
| | | | 0.36.0 and 0.37.0
* ๐Ÿ”€ Use vitest for runtime/vdom testing. (#124)Jacob Scearcy2024-05-06
| | | | | | | * ๐Ÿงช move tests into test directory, bump birdie to ignore non-gleam files * implement feedback * add comments, update doc
* ๐Ÿ”€ Create cheatsheet for LiveView devs (#123)Sanne2024-04-28
|
* ๐Ÿ”€ Create Lustre for Elm developers cheatsheet. (#122)John Pavlick2024-04-27
| | | | | * 88/create-a-cheatsheet-for-elm-developers: elm cheatsheet, finally * 88/create-a-cheatsheet-for-elm-developers: whoops, didn't mean to update this
* ๐Ÿ”€ Fix a spelling mistake in 04-server-side-rendering.md (#120)Brett Cannon2024-04-27
|
* ๐Ÿ”€ Fix the capitalization of "HTML" in 04-server-side-rendering.md (#119)Brett Cannon2024-04-27
|
* ๐Ÿ”€ Fix a name typo in 03-side-effects.md (#117)Brett Cannon2024-04-26
|
* ๐Ÿ”€ Fix a bug where nested `Map` nodes were not morphed. (#115)Benjamin Rhodes2024-04-26
| | | | | * ensure nested subtrees are morphed * Add a test-app for nested element map bug
* ๐Ÿ”€ Fix a syntax error in an example in 03-side-effects.md (#116)Brett Cannon2024-04-26
|
* :bookmark: Bump to v4.2.0v4.2.0Hayleigh Thompson2024-04-25
|
* :alembic: Create test case to make sure server component patching is working.Hayleigh Thompson2024-04-25
|
* :package: Generate server component runtime.Hayleigh Thompson2024-04-25
|
* :recycle: Formatting changes.Hayleigh Thompson2024-04-25
|
* :bug: Fixed a bug where element patches were sent in reverse order, breaking โ†ตHayleigh Thompson2024-04-25
| | | | the client patching algorithm.
* :bug: Fixed a bug where handler keys were incorrectly missing '-' separators.Hayleigh Thompson2024-04-25
|
* :recycle: Mark runtime tests as erlang-only.Hayleigh Thompson2024-04-25
|
* :alembic: Add snapshot for unescaped raw html.Hayleigh Thompson2024-04-25
|
* :recycle: Remove use of depcrecated function.composeHayleigh Thompson2024-04-25
|
* ๐Ÿ”€ Escape attribute values when emitting static HTML. (#113)bgw2024-04-25
| | | | | * fix: add the escape function over custom attribute values * fix: update class and style attribute values to be escaped
* ๐Ÿ”€ Fix grammar in API reference. (#114)Brett Cannon2024-04-25
|
* ๐Ÿ”€ Correctly allow text content inside an SVG text element. (#112)bgw2024-04-25
|
* ๐Ÿ”€ Rename `GotCat` to `ApiReturnedCat` (#111)Fabien Boucher2024-04-24
|
* ๐Ÿ”€ Fix missing imports in code snippet. (#109)Guillaume Hivert2024-04-21
|
* ๐Ÿ”€ Fix typos in API docs. (#102)Alex Houseago2024-04-19
|
* ๐Ÿ”€ Add support for element fragments. (#99)Jacob Scearcy2024-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | * #16 add fragment POC * WIP * 16 add fragment support to morph * add keys for fragments * ensure proper fragment order, refactor to handle fragment/element more similarly * fix comment typo, incorrect child typo, simplify key check * fix comment typo * add snapshot tests * flatten fragment using fold right, appending elements * doc update --------- Co-authored-by: Hayleigh Thompson <me@hayleigh.dev>
* ๐Ÿ”€ Fixed bug where stale model was used in ForceModel debug action. (#108)Guillaume Hivert2024-04-17
|
* :recycle: Run gleam format on v1.1.0Hayleigh Thompson2024-04-16
|
* :memo: Fix broken docs links.Hayleigh Thompson2024-04-16
|
* :bookmark: Bump to v4.1.8v4.1.8Hayleigh Thompson2024-04-16
|
* :sparkles: Add a new 'ForceModel' debug action to experiment with โ†ตHayleigh Thompson2024-04-16
| | | | time-travel debugging.
* :bug: Fixed a bug where the 'selected' attribute was not properly applied in โ†ตHayleigh Thompson2024-04-16
| | | | the DOM.
* :wrench: Update release workflow to Gleam v1.1.0Hayleigh Thompson2024-04-16
|
* :heavy_plus_sign: Update examples to work with latest lustre_dev_tools release.Hayleigh Thompson2024-04-16
|
* ๐Ÿ› Fixed a bug with `Map` nodes not turning into document strings โ†ตHayleigh Thompson2024-04-16
| | | | | | | correctly. (#107) * :bug: Fixed a bug where stringifying a 'Map' element produced incorrect document strings. * :bookmark: Bump to v4.1.7
* :bookmark: Bump to v4.1.6Hayleigh Thompson2024-04-06
|
* :wrench: Update dependencies.Hayleigh Thompson2024-04-06
|
* :wrench: Update test apps.Hayleigh Thompson2024-04-06
|
* :bug: Fixed a bug where vdom incorrectly attempted keyed diffs.Hayleigh Thompson2024-04-06
|
* :memo: Begin react cheatsheet.Hayleigh Thompson2024-04-06
|
* :memo: Add routing guide to examples overview pages.Hayleigh Thompson2024-04-06
|
* :construction: Scaffold out what a cheatsheet might look like.Hayleigh Thompson2024-04-05
|
* ๐Ÿ”€ Write a guide on server-side rendering. (#103)Hayleigh Thompson2024-04-05
| | | | | | | | | | | | | | | * :memo: Fix typos in state management guide. * :memo: Begin writing ssr guide. * :memo: Rename discard init arg to '_flags' in all examples. * :memo: Show simple static HTML rendering example. * :memo: Expand hydration section. * :memo: Finish ssr guide. * :wrench: Add ssr guide to built docs pages.
* ๐Ÿ”€ Write readme for 07-routing example. (#100)Eileen Noonan2024-04-05
| | | | | | | * example 07 - update app and write first readme draft * updates from feedback * use more lustre ui features and update screenshot
* :bookmark: Bump to v4.1.5v4.1.5Hayleigh Thompson2024-04-04
|
* :bug: Fix a sneaky bug where events were gone but not forgotten.Hayleigh Thompson2024-04-04
|
* :memo: Fix typos in state management guide.Hayleigh Thompson2024-04-04
|