Release v1.1.0
What's Changed
- Add LiveVue.SSR.QuickJS — embedded SSR without Node.js by @dannote in #125
- fix: useLiveUpload rebuilds input when uploadConfig.ref changes by @Valian in #127
- feat: add shared props sigil for Vue components by @Valian in #123
- fix: guard QuickJSEx calls behind Code.ensure_loaded? by @Valian in #129
- Preserve upload input across ref rotation by @Valian in #131
- fix: refresh Vue props on socket reconnect by @Valian in #134
- feat: add headless Vue components for props propagation by @Valian in #135
- Replace QuickJS with QuickBEAM for embedded SSR by @dannote in #133
- fix: generate preload links for .mjs chunks by @Valian in #136
- feat: v-inject for persistent Vue layouts by @Valian in #130
- Embed SSR manifest at build time by @Valian in #137
- Add LiveVue install smoke script by @Valian in #139
- feat: make QuickBEAM the default SSR backend by @Valian in #138
- chore: bump JS dependencies and add Vue peer dep by @Valian in #140
- feat: add dev & prod runtime verification to smoke install script by @Valian in #141
New Contributors
Full Changelog: v1.0.1...v1.1.0