Skip to content

Release v1.0.0

Choose a tag to compare

@Valian Valian released this 06 Jan 14:24
· 40 commits to main since this release

What's Changed

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

New Contributors

Full Changelog: v0.7.3...v1.0.0