v1.0.0-rc
Pre-release
Pre-release
Features
- New
useLiveFormComposable: Added comprehensive form handling with server-side validation, nested objects, and dynamic arrays #70 - New
useEventReplyComposable: Added reactive composable for bi-directional LiveView event communication with server responses #75 - New
useLiveConnectionComposable: Added reactive WebSocket connectivity monitoring for connection status indicators and offline handling #76 - added support for Phoenix Streams #72
- added support for Phoenix AsyncResult -
assign_asyncshould work correctly out of the box when passed as a prop. On the Vue side, it can be typed as #77 - added support for shared props - props that are shared between all components #78
Improvements
- aded Igniter installer instead of a lengthy manual installation process #73
- added
usage-rules.mdto help with AI-assisted development using LiveVue