Skip to content

v1.0.0-rc

Pre-release
Pre-release

Choose a tag to compare

@Valian Valian released this 10 Dec 23:07
· 88 commits to main since this release

Features

  • New useLiveForm Composable: Added comprehensive form handling with server-side validation, nested objects, and dynamic arrays #70
  • New useEventReply Composable: Added reactive composable for bi-directional LiveView event communication with server responses #75
  • New useLiveConnection Composable: 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_async should 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.md to help with AI-assisted development using LiveVue