mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-01-06 21:12:56 +00:00
- Fixed all Signal<T> attribute patterns to use move || signal.get() syntax - Updated reserved keyword handling (type -> r#type) - Removed attr: prefixes for standard HTML attributes - Fixed import paths in form example (shadcn_ui_leptos_* -> leptos_shadcn_*) - Added comprehensive TDD tests for Leptos v0.8 compatibility - All 46 component packages now fully compatible with Leptos v0.8 - Version bump to 0.4.0 for breaking changes Resolves: Leptos v0.8 attribute system compatibility issues Tested: 200+ tests passing across all packages