New
Release v1.0.0
What's Changed
- feat: add shared_props configuration for automatic prop injection to Vue components by @Valian in https://github.com/Valian/live_vue/pull/71
- Feature/streams by @Valian in https://github.com/Valian/live_vue/pull/72
- WIP: Use live form by @Valian in https://github.com/Valian/live_vue/pull/70
- Igniter installer by @Valian in https://github.com/Valian/live_vue/pull/73
- Adjusted installation of LiveVue by @Valian in https://github.com/Valian/live_vue/pull/74
- feat: introduce useEventReply composable for handling LiveView events with replies by @Valian in https://github.com/Valian/live_vue/pull/75
- feat: add useLiveConnection composable for WebSocket connectivity monitoring by @Valian in https://github.com/Valian/live_vue/pull/76
- feat: add AsyncResult type for TypeScript support in LiveVue by @Valian in https://github.com/Valian/live_vue/pull/77
- Bugfix/checkboxes by @Valian in https://github.com/Valian/live_vue/pull/80
- bugfix: export useField by @cschmatzler in https://github.com/Valian/live_vue/pull/81
- VS code extension with Vue Sigil highlighting by @Valian in https://github.com/Valian/live_vue/pull/86
- feat: append LiveVue usage rules to AGENTS.md during installation by @Valian in https://github.com/Valian/live_vue/pull/87
- fix: implement streams handling in LiveVue with enable_props_diff: false by @Valian in https://github.com/Valian/live_vue/pull/91
- Replaced Floki by LazyHTML by @Valian in https://github.com/Valian/live_vue/pull/92
- CI housekeeping by @kianmeng in https://github.com/Valian/live_vue/pull/93
- Fix embed_many error array misalignment when items are removed by @Valian in https://github.com/Valian/live_vue/pull/94
- Add Conductor workspace configuration by @Valian in https://github.com/Valian/live_vue/pull/95
- Component Lookup Improvements by @frenicohansen in https://github.com/Valian/live_vue/pull/96
- fix: make encoder compile without Ecto dependency by @Valian in https://github.com/Valian/live_vue/pull/98
- fix: installer skipping html_helpers modification for LiveVue* projects by @Valian in https://github.com/Valian/live_vue/pull/100
- feat: use TypeScript source files for development installs by @Valian in https://github.com/Valian/live_vue/pull/99
- Fix: ensure slots containing non-ASCII characters display correctly by @rdtunnicliffe in https://github.com/Valian/live_vue/pull/103
- Update comment on toUtf8Base64 to clarify why it's test-only by @rdtunnicliffe in https://github.com/Valian/live_vue/pull/104
- feat: remove JS build step entirely by @Valian in https://github.com/Valian/live_vue/pull/101
- docs: review and improve guides for 1.0 launch by @Valian in https://github.com/Valian/live_vue/pull/105
- chore: remove outdated example_project, replaced by live_vue_website repo by @Valian in https://github.com/Valian/live_vue/pull/108
- refactor: reorganize E2E tests into colocated features by @Valian in https://github.com/Valian/live_vue/pull/106
- refactor: flatten assets directory structure by @Valian in https://github.com/Valian/live_vue/pull/109
- Remove unreliable shared_props feature by @Valian in https://github.com/Valian/live_vue/pull/107
- test: add unit tests to improve code coverage by @Valian in https://github.com/Valian/live_vue/pull/110
- fix: exclude test files from hex package by @Valian in https://github.com/Valian/live_vue/pull/111
- docs: add RELEASE.md with 1.0 changelog entry by @Valian in https://github.com/Valian/live_vue/pull/112
- fix: rename nillify to nilify across code and docs by @roughike in https://github.com/Valian/live_vue/pull/113
- Replace expublish with easy_publish by @Valian in https://github.com/Valian/live_vue/pull/116
New Contributors
- @cschmatzler made their first contribution in https://github.com/Valian/live_vue/pull/81
- @frenicohansen made their first contribution in https://github.com/Valian/live_vue/pull/96
- @rdtunnicliffe made their first contribution in https://github.com/Valian/live_vue/pull/103
- @roughike made their first contribution in https://github.com/Valian/live_vue/pull/113
Full Changelog: https://github.com/Valian/live_vue/compare/v0.7.3...v1.0.0