We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6e3a6 commit f917e51Copy full SHA for f917e51
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## [0.10.1] - 2024-06-05
4
+
5
+### Change 🔥
6
7
+- `CellValue` is now implemented for `leptos::View`. This makes `FieldGetter<View` possible out of the box.
8
9
+### Fix 🐛
10
11
+- Fixed mutating the sorting signal programmatically didn't trigger loading or rerendering (thanks @dakaizou).
12
13
## [0.10.0] - 2024-05-26
14
15
### Breaking Changes 🛠️
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "leptos-struct-table"
-version = "0.10.0"
+version = "0.10.1"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming"]
0 commit comments