Skip to content

Commit

Permalink
release 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Jun 5, 2024
1 parent ce6e3a6 commit f917e51
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [0.10.1] - 2024-06-05

### Change 🔥

- `CellValue` is now implemented for `leptos::View`. This makes `FieldGetter<View` possible out of the box.

### Fix 🐛

- Fixed mutating the sorting signal programmatically didn't trigger loading or rerendering (thanks @dakaizou).

## [0.10.0] - 2024-05-26

### Breaking Changes 🛠️
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down

0 comments on commit f917e51

Please sign in to comment.