Skip to content

Commit f917e51

Browse files
committed
release 0.10.1
1 parent ce6e3a6 commit f917e51

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## [0.10.0] - 2024-05-26
414

515
### Breaking Changes 🛠️

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "leptos-struct-table"
3-
version = "0.10.0"
3+
version = "0.10.1"
44
edition = "2021"
55
authors = ["Marc-Stefan Cassola"]
66
categories = ["gui", "web-programming"]

0 commit comments

Comments
 (0)