mirror of
https://github.com/cloud-shuttle/leptos-shadcn-ui.git
synced 2025-12-22 22:00:00 +00:00
docs: Add comprehensive v0.6.0 publishing success documentation
- Document all 47 published components - Include technical achievements and migration details - Provide usage examples and next steps - Celebrate successful Leptos v0.8 compatibility release
This commit is contained in:
34
Cargo.lock
generated
34
Cargo.lock
generated
@@ -845,7 +845,7 @@ dependencies = [
|
||||
"leptos-shadcn-tabs 0.6.0",
|
||||
"leptos-shadcn-textarea 0.6.0",
|
||||
"leptos-shadcn-toast 0.6.0",
|
||||
"leptos-shadcn-tooltip",
|
||||
"leptos-shadcn-tooltip 0.6.0",
|
||||
"leptos_router",
|
||||
"log",
|
||||
"wasm-bindgen",
|
||||
@@ -3041,6 +3041,20 @@ dependencies = [
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-toggle"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fb1cf824f37e7c9754c752efd9a3ee230037650c9dff3799d5b4e51ccbc00fe9"
|
||||
dependencies = [
|
||||
"leptos",
|
||||
"leptos-node-ref",
|
||||
"leptos-struct-component",
|
||||
"leptos-style",
|
||||
"tailwind_fuse 0.3.2",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-tooltip"
|
||||
version = "0.6.0"
|
||||
@@ -3055,6 +3069,20 @@ dependencies = [
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-tooltip"
|
||||
version = "0.6.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2dfd072cfc91f3aa7783209eb5ccba64395331e094a977bfc8db675a244ac30e"
|
||||
dependencies = [
|
||||
"leptos",
|
||||
"leptos-node-ref",
|
||||
"leptos-struct-component",
|
||||
"leptos-style",
|
||||
"tailwind_fuse 0.3.2",
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "leptos-shadcn-ui"
|
||||
version = "0.6.0"
|
||||
@@ -3109,8 +3137,8 @@ dependencies = [
|
||||
"leptos-shadcn-tabs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-textarea 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-toast 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-toggle",
|
||||
"leptos-shadcn-tooltip",
|
||||
"leptos-shadcn-toggle 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-shadcn-tooltip 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"leptos-struct-component",
|
||||
"leptos-style",
|
||||
"leptos_router",
|
||||
|
||||
Reference in New Issue
Block a user