mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2026-01-04 12:02:56 +00:00
chore: Bump version to 0.3.4 for Leptos v0.8 compatibility fix
🚀 Version 0.3.4: - Fixes all Leptos v0.8 attribute system compatibility issues - Resolves Signal<T> trait bound issues with IntoAttributeValue - Fixes GlobalAttributes and ClassAttribute trait bounds - Resolves method resolution issues with id, type, disabled attributes - Updates description to reflect full Leptos v0.8 compatibility ✅ Ready for publication to crates.io
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
[package]
|
||||
name = "leptos-shadcn-ui"
|
||||
version = "0.3.3"
|
||||
version = "0.3.4"
|
||||
edition = "2021"
|
||||
description = "A comprehensive collection of beautiful, accessible UI components built for Leptos v0.8+, inspired by shadcn/ui. Core components with 100% test coverage, automated testing infrastructure, and production-ready quality standards. Focus on reliable, well-tested components without external icon dependencies."
|
||||
description = "A comprehensive collection of beautiful, accessible UI components built for Leptos v0.8+, inspired by shadcn/ui. Core components with 100% test coverage, automated testing infrastructure, and production-ready quality standards. Focus on reliable, well-tested components without external icon dependencies. Fully compatible with Leptos v0.8 attribute system."
|
||||
homepage = "https://github.com/cloud-shuttle/leptos-shadcn-ui"
|
||||
repository = "https://github.com/cloud-shuttle/leptos-shadcn-ui"
|
||||
license = "MIT"
|
||||
|
||||
Reference in New Issue
Block a user