File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ 0.10.3 ] - 2024-08-05
3+ ## [ 0.11.0 ] - 2024-08-05
44
55### Features 🚀
66
7+ - Changed leptos-use to version 0.11
78- Added i18n support via the ` "i18n" ` feature which uses ` leptos-i18n ` . See the ` i18n ` example for usage.
89- Added row reader to ` TableComponent `
910- Added ` default_th_sorting_style ` to make it easier to write a custom thead cell render component.
Original file line number Diff line number Diff line change 11[package ]
22name = " leptos-struct-table"
3- version = " 0.10.3 "
3+ version = " 0.11.0 "
44edition = " 2021"
55authors = [" Marc-Stefan Cassola" ]
66categories = [" gui" , " web-programming" ]
@@ -14,7 +14,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
1414[dependencies ]
1515leptos = { version = " 0.6" }
1616leptos-struct-table-macro = { version = " 0.11.1" }
17- leptos-use = " 0.10 "
17+ leptos-use = " 0.11 "
1818rust_decimal = { version = " 1.35" , optional = true }
1919chrono = { version = " 0.4" , optional = true }
2020serde = " 1"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ console_error_panic_hook = "0.1"
1212http = " 1"
1313leptos = { version = " 0.6" }
1414leptos-struct-table = { path = " ../.." }
15- leptos-use = " 0.10 "
15+ leptos-use = " 0.11 "
1616leptos_axum = { version = " 0.6" , optional = true }
1717leptos_meta = { version = " 0.6" }
1818leptos_router = { version = " 0.6" }
You can’t perform that action at this time.
0 commit comments