Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | :bookmark: Bump to v4.2.6v4.2.6 | Hayleigh Thompson | 2024-06-12 |
| | |||
* | :rocket: Build server component runtime. | Hayleigh Thompson | 2024-06-12 |
| | |||
* | :bug: Fixed a bug where updates were almost never processed. Oops. | Hayleigh Thompson | 2024-06-12 |
| | |||
* | :recycle: Use wss protocol if page is served over https. | Hayleigh Thompson | 2024-06-12 |
| | |||
* | :memo: Mark effect.event as internal. | Hayleigh Thompson | 2024-06-11 |
| | |||
* | :bookmark: Bump to v4.2.5v4.2.5 | Hayleigh Thompson | 2024-06-11 |
| | |||
* | :wrench: Use Gleam v1.2.1 in release action. | Hayleigh Thompson | 2024-06-11 |
| | |||
* | :wrench: Expand compatible gleam_json version range to include ~> 2.0 | Hayleigh Thompson | 2024-06-11 |
| | |||
* | :memo: Mark effect.perform as internal. | Hayleigh Thompson | 2024-06-11 |
| | |||
* | :wrench: Generate server component client runtime. | Hayleigh Thompson | 2024-06-11 |
| | |||
* | :bug: Fixed a bug where the wrong event target was sometime sused for server โต | Hayleigh Thompson | 2024-06-11 |
| | | | | component events. | ||
* | :bug: Fixed a bug with incorrect keys produced in server component diffs. | Hayleigh Thompson | 2024-06-11 |
| | |||
* | :zap: Skip render if model is reference equal to last update. | Hayleigh Thompson | 2024-06-11 |
| | |||
* | :bug: Fixed a bug where attributes were set even when they hadn't changed. | Hayleigh Thompson | 2024-06-11 |
| | |||
* | ๐ Update JSON structure of a Fragment to match JS structure (#142) | Jacob Scearcy | 2024-06-09 |
| | |||
* | :zap: Optimise escape function (#133) | Giacomo Cavalieri | 2024-06-05 |
| | |||
* | ๐ Fix broken link in example README.md (#139) | Shane Poppleton | 2024-06-02 |
| | |||
* | ๐ Fix crash in is_browser (#137) | Louis Pilfold | 2024-06-01 |
| | | | | | | | | | | | | | | | | | | | | | | | | If not in a browser then `window` may not be defined, resulting in a crash I ran a command wrong and this happened: ``` $ gleam run -- -m lustre/dev --help Compiled in 0.04s Running app.main file:///Users/louis/src/gleam/html_lustre_converter/app/build/dev/javascript/lustre/client-runtime.ffi.mjs:170 export const is_browser = () => window && window.document; ^ ReferenceError: window is not defined at is_browser (file:///Users/louis/src/gleam/html_lustre_converter/app/build/dev/javascript/lustre/client-runtime.ffi.mjs:170:40) at Module.start (file:///Users/louis/src/gleam/html_lustre_converter/app/build/dev/javascript/lustre/lustre.mjs:101:6) at main (file:///Users/louis/src/gleam/html_lustre_converter/app/build/dev/javascript/app/app.mjs:7:19) at file:///Users/louis/src/gleam/html_lustre_converter/app/build/dev/javascript/app/gleam.main.mjs:2:1 at ModuleJob.run (node:internal/modules/esm/module_job:195:25) at async ModuleLoader.import (node:internal/modules/esm/loader:336:24) at async loadESM (node:internal/process/esm_loader:34:7) at async handleMainPromise (node:internal/modules/run_main:106:12) ``` | ||
* | :recycle: Update mist to 1.2.0 | Hayleigh Thompson | 2024-05-30 |
| | |||
* | :memo: Add note about inotify-tools for linux users of lustre_dev_tools. | Hayleigh Thompson | 2024-05-30 |
| | |||
* | :art: Reformat for Gleam v1.2.0 | Hayleigh Thompson | 2024-05-30 |
| | |||
* | ๐ Fix typo (#136) | Ryan Moore | 2024-05-20 |
| | |||
* | :bookmark: Bump to v4.2.4v4.2.4 | Hayleigh Thompson | 2024-05-19 |
| | |||
* | :rocket: Generate server component bundle. | Hayleigh Thompson | 2024-05-19 |
| | |||
* | :recycle: Don't re-set a node's property if it hasn't changed. | Hayleigh Thompson | 2024-05-19 |
| | |||
* | :recycle: Don't convert width/height properties to strings. | Hayleigh Thompson | 2024-05-19 |
| | |||
* | :sparkles: Emit ints and float properties. | Hayleigh Thompson | 2024-05-19 |
| | |||
* | :bookmark: Bump to v4.2.3 | Hayleigh Thompson | 2024-05-18 |
| | |||
* | :bug: Fixed a bug where unordered patches would cause runtime errors. | Hayleigh Thompson | 2024-05-18 |
| | |||
* | :bug: Fixed a bug where components would not properly report attribute changes. | Hayleigh Thompson | 2024-05-18 |
| | |||
* | ๐ Add missing dialog attribute. (#128) | Mike Fitzgerald | 2024-05-14 |
| | |||
* | ๐ Quick typo fix, (#127) | Mike Fitzgerald | 2024-05-14 |
| | |||
* | :bookmark: Bump to v4.2.2v4.2.2 | Hayleigh Thompson | 2024-05-11 |
| | |||
* | :sparkles: Create a test app for property diff regressions. | Hayleigh Thompson | 2024-05-11 |
| | |||
* | :wrench: Update local deps. | Hayleigh Thompson | 2024-05-11 |
| | |||
* | :bug: Fixed a bug where setting properties would cause incorrect diffs to apply. | Hayleigh Thompson | 2024-05-11 |
| | |||
* | :bookmark: Bump to v4.2.1v4.2.1 | Hayleigh Thompson | 2024-05-11 |
| | |||
* | :bug: Fixed a bug where dynamic.classify has inconsistent behaviour between โต | Hayleigh Thompson | 2024-05-11 |
| | | | | 0.36.0 and 0.37.0 | ||
* | :bug: Fixed a bug where dynamic.classify has inconsistent behaviour between โต | Hayleigh Thompson | 2024-05-11 |
| | | | | 0.36.0 and 0.37.0 | ||
* | ๐ Use vitest for runtime/vdom testing. (#124) | Jacob Scearcy | 2024-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) | Sanne | 2024-04-28 |
| | |||
* | ๐ Create Lustre for Elm developers cheatsheet. (#122) | John Pavlick | 2024-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 Cannon | 2024-04-27 |
| | |||
* | ๐ Fix the capitalization of "HTML" in 04-server-side-rendering.md (#119) | Brett Cannon | 2024-04-27 |
| | |||
* | ๐ Fix a name typo in 03-side-effects.md (#117) | Brett Cannon | 2024-04-26 |
| | |||
* | ๐ Fix a bug where nested `Map` nodes were not morphed. (#115) | Benjamin Rhodes | 2024-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 Cannon | 2024-04-26 |
| | |||
* | :bookmark: Bump to v4.2.0v4.2.0 | Hayleigh Thompson | 2024-04-25 |
| | |||
* | :alembic: Create test case to make sure server component patching is working. | Hayleigh Thompson | 2024-04-25 |
| | |||
* | :package: Generate server component runtime. | Hayleigh Thompson | 2024-04-25 |
| |