Added
- Initial public release
- LiveView reactive server-side rendering
- Rust-powered VDOM engine (10-100x faster than Django templates)
- WebSocket support for real-time updates
- 40+ UI components (Bootstrap 5 and Tailwind CSS)
- State management decorators (
@state,@computed,@debounce,@optimistic) - Form handling with real-time validation
- Testing utilities (
LiveViewTestClient, snapshot testing)