Current section

Files

Jump to
live_capture CHANGELOG.md
Raw

CHANGELOG.md

# CHANGELOG
## v0.3.0 (2026-08-25)
* Preserve missing component attributes so `assign_new/3` and Phoenix defaults work correctly (thanks @sylvesterroos)
* Prefer the first `:examples` value when an attribute defines both `:default` and `:examples`
* Support Phoenix LiveView 1.2 and require Phoenix LiveView 1.1.21 or later (thanks @sylvesterroos)
## v0.2.9 (2026-02-20)
* Recompile assets
## v0.2.8 (2026-02-20)
* Allow binding local slot variables with :let argument
## v0.2.7 (2026-02-07)
* Add reproduction example
* fix loadind only the within the module
## v0.2.6 (2026-02-06)
* Simplify fetching modules with components
* Add mix task with schema export (thanks @marcnnn)
* Add a link to thinking elixir podcast
## v0.2.5 (2026-02-01)
* Recompile assets with new classes
* Ignore existing module scopes in router macro
* Preserve slot content formatting
* Infer slot names to support delegated HEEx functions
* Add link to Copenhagen Elixir talk
* Improve project description
## v0.2.4 (2026-01-21)
* Use patch for the component navigation
* Add scroll to the components section
* Change logo depending on the os theme
* Add docs with how to pass CSP nonces
* Add page with live examples
* Export formatter configuration