aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 🔀 Fix a typo in the readme (#101)Alan Burgoyne2024-04-04
|
* :memo: Fix some typos. (#97)Giacomo Cavalieri2024-04-02
|
* ✨ Create a routing example using modem. (#96)Eileen Noonan2024-04-02
|
* :bookmark: Bump version to v4.1.4v4.1.4Hayleigh Thompson2024-04-01
|
* :package: Generate server component runtime.Hayleigh Thompson2024-04-01
|
* :bug: Fixed a bug where event handlers would not work on propagated events.Hayleigh Thompson2024-04-01
|
* :bookmark: Bump to v4.1.3v4.1.3Hayleigh Thompson2024-04-01
|
* :package: Generate server component runtime.Hayleigh Thompson2024-04-01
|
* :bug: Fixed a bug where text nodes were patched even when their content was ↵Hayleigh Thompson2024-04-01
| | | | equal.
* :bookmark: Bump to v4.1.2v4.1.2Hayleigh Thompson2024-03-31
|
* :package: Generate server component runtime.Hayleigh Thompson2024-03-31
|
* :bug: Fixed a bug where child nodes were incorrectly morphed for disjoint ↵Hayleigh Thompson2024-03-31
| | | | parents.
* :alembic: Create a collection of test apps to cover previously reported bugs.Hayleigh Thompson2024-03-31
|
* :bookmark: Bump to v4.1.1v4.1.1Hayleigh Thompson2024-03-31
|
* :bug: Fixed a bug where invalid property names may be set on a node and ↵Hayleigh Thompson2024-03-31
| | | | cause a crash.
* :bookmark: Bump to v4.1.0v4.1.0Hayleigh Thompson2024-03-31
|
* :wrench: Update snapshots to reflect server component key change.Hayleigh Thompson2024-03-31
|
* 🔀 Create a guide on using and creating side effects. (#93)Hayleigh Thompson2024-03-31
| | | | | | | | | * :memo: Explain why managed effects are useful. * :memo: Write a short explainer on pure functions. * :memo: Finish side effects guide. * :wrench: Add side effects guide to generated pages.
* :bug: Fixed a small bug where 'Map' nodes could not be keyed.Hayleigh Thompson2024-03-31
|
* 🔀 Refactor vdom and add support for keyed vnodes. (#83)Hayleigh Thompson2024-03-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * :truck: Keep around old vdom implementation for reference. * :sparkles: Add a keyed vdom node. * :alembic: Experiment with a different approach for handling component children. * :construction: Here be scary works in progress. * :sparkles: Implement keyed node diffing. * :recycle: Don't use deprecated 'isOk' checks. * :recycle: Remove separate Keyed node and add 'key' field to Element node. * :sparkles: Add support for server components into new vdom. * :bug: Fix broken build script. * :recycle: Don't emit data-lustre-key attributes for server component patches. * :package: Generate server component runtime. * :bug: Fixed a bug where server component keys were ambiguous when double digit. * :package: Generate server component runtime. * :recycle: Refactor 'keyed' element to force all children of a node to be keyed. * :memo: Consistently format '**Note**:'. * :bug: Fixed bug with falsey className/style/innerHTML attributes. * :bug: Fixed a bug not handling undefined 'prev' nodes correctly. * :package: Generate server component runtime.
* 🔀 Add docs to 06-custom-effects example. (#84)Eileen Noonan2024-03-30
| | | | | * example 06 readme docs * update with feedback
* 🔀 Fix typos in State Management guide. (#80)Jeroen Engels2024-03-28
|
* 🔀 Fix typos in readme. (#81)Stuart Hinson2024-03-28
|
* :memo: Expand state management guide to touch on the 'Subject Verb Object' ↵Hayleigh Thompson2024-03-27
| | | | naming convention.
* :memo: Add hexdocs pill to readme.Hayleigh Thompson2024-03-27
|
* :memo: Add a directory page to showcase the examples in the docs.Hayleigh Thompson2024-03-27
|
* :memo: Update examples docs.Hayleigh Thompson2024-03-27
|
* :construction: Start a routing example using modem.Hayleigh Thompson2024-03-27
|
* :wrench: Update examples to use Lustre v4.0.0Hayleigh Thompson2024-03-26
|
* :wrench: Only run release tests against erlang target.v4.0.0Hayleigh Thompson2024-03-26
|
* :art: Make sure everything is formatted correctly.Hayleigh Thompson2024-03-26
|
* :bookmark: Bump to v4.0.0Hayleigh Thompson2024-03-26
|
* :memo: Update description on hex.Hayleigh Thompson2024-03-26
|
* :wrench: Update dependencies.Hayleigh Thompson2024-03-26
|
* :memo: Remove references to old '--use-lustre-ui' flag.Hayleigh Thompson2024-03-26
|
* :memo: Touch on the difference between attributes and properties.Hayleigh Thompson2024-03-25
|
* :memo: Write some basic documentation on what server components are all about.Hayleigh Thompson2024-03-25
|
* :recycle: Additional data attached to server component events is moved to ↵Hayleigh Thompson2024-03-25
| | | | the 'data' property.
* :wrench: Update release server action to include rebar3.Hayleigh Thompson2024-03-25
|
* :memo: Fix links.Hayleigh Thompson2024-03-24
|
* :memo: Remove release-candidate warnings.Hayleigh Thompson2024-03-24
|
* :memo: Mention lustre_dev_tools package in readme quickstart.Hayleigh Thompson2024-03-24
|
* :recycle: Update examples to use new lustre_dev_tools package.Hayleigh Thompson2024-03-24
|
* :memo: Reword HTTP request example readme.Hayleigh Thompson2024-03-24
|
* 🔀 Write docs for 05-http-requests. (#74)Eileen Noonan2024-03-23
|
* 🔀 Fix a bug where dangerous-unescaped-html attributes were being dropped. ↵Mikko Ahlroth2024-03-23
| | | | (#73)
* 🔀 Write a readme for example 04-custom-event-handlers. (#72)Eileen Noonan2024-03-22
| | | | | | | * readme for example 04 * Update README.md tweaks
* :truck: Move cli code to lustre-labs/dev-tools.Hayleigh Thompson2024-03-22
|
* 🔀 Add Tailwind support as an external tool. (#71)Giacomo Cavalieri2024-03-21
| | | | | | | * :sparkles: Add `lustre add tailwind` command * :sparkles: Add Tailwind bundling to `lustre build` command * ♻️ Use template for tailwind entry.css
* :bug: Fixed a bug where client components didn't handle the optional ↵Hayleigh Thompson2024-03-19
| | | | on_attribute_change dict.