Skip to content

Commit 094facf

Browse files
committed
updated leptos-use version
1 parent 0e21b9f commit 094facf

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos-struct-table"
3-
version = "0.10.3"
3+
version = "0.11.0"
44
edition = "2021"
55
authors = ["Marc-Stefan Cassola"]
66
categories = ["gui", "web-programming"]
@@ -14,7 +14,7 @@ repository = "https://github.com/Synphonyte/leptos-struct-table"
1414
[dependencies]
1515
leptos = { version = "0.6" }
1616
leptos-struct-table-macro = { version = "0.11.1" }
17-
leptos-use = "0.10"
17+
leptos-use = "0.11"
1818
rust_decimal = { version = "1.35", optional = true }
1919
chrono = { version = "0.4", optional = true }
2020
serde = "1"

examples/serverfn_sqlx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ console_error_panic_hook = "0.1"
1212
http = "1"
1313
leptos = { version = "0.6" }
1414
leptos-struct-table = { path = "../.." }
15-
leptos-use = "0.10"
15+
leptos-use = "0.11"
1616
leptos_axum = { version = "0.6", optional = true }
1717
leptos_meta = { version = "0.6" }
1818
leptos_router = { version = "0.6" }

0 commit comments

Comments
 (0)