Unclaimed project
Are you a maintainer of live_vue? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
live_vue
End-to-end reactivity for Phoenix LiveView and Vue
elixirelixir-phoenixvue
Last updated 3 days ago
Back to changelogNew
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
Release v1.0.0 - live_vue Release Notes | AnnounceHQfix: implement streams handling in LiveVue with enable_props_diff: false by @Valian in https://github.com/Valian/live_vue/pull/91Replaced Floki by LazyHTML by @Valian in https://github.com/Valian/live_vue/pull/92CI housekeeping by @kianmeng in https://github.com/Valian/live_vue/pull/93Fix embed_many error array misalignment when items are removed by @Valian in https://github.com/Valian/live_vue/pull/94Add Conductor workspace configuration by @Valian in https://github.com/Valian/live_vue/pull/95Component Lookup Improvements by @frenicohansen in https://github.com/Valian/live_vue/pull/96fix: make encoder compile without Ecto dependency by @Valian in https://github.com/Valian/live_vue/pull/98fix: installer skipping html_helpers modification for LiveVue* projects by @Valian in https://github.com/Valian/live_vue/pull/100feat: use TypeScript source files for development installs by @Valian in https://github.com/Valian/live_vue/pull/99Fix: ensure slots containing non-ASCII characters display correctly by @rdtunnicliffe in https://github.com/Valian/live_vue/pull/103Update comment on toUtf8Base64 to clarify why it's test-only by @rdtunnicliffe in https://github.com/Valian/live_vue/pull/104feat: remove JS build step entirely by @Valian in https://github.com/Valian/live_vue/pull/101docs: review and improve guides for 1.0 launch by @Valian in https://github.com/Valian/live_vue/pull/105chore: remove outdated example_project, replaced by live_vue_website repo by @Valian in https://github.com/Valian/live_vue/pull/108refactor: reorganize E2E tests into colocated features by @Valian in https://github.com/Valian/live_vue/pull/106refactor: flatten assets directory structure by @Valian in https://github.com/Valian/live_vue/pull/109Remove unreliable shared_props feature by @Valian in https://github.com/Valian/live_vue/pull/107test: add unit tests to improve code coverage by @Valian in https://github.com/Valian/live_vue/pull/110fix: exclude test files from hex package by @Valian in https://github.com/Valian/live_vue/pull/111docs: add RELEASE.md with 1.0 changelog entry by @Valian in https://github.com/Valian/live_vue/pull/112fix: rename nillify to nilify across code and docs by @roughike in https://github.com/Valian/live_vue/pull/113Replace expublish with easy_publish by @Valian in https://github.com/Valian/live_vue/pull/116New 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