Skip to content

Commit 06a64c0

Browse files
committed
release 0.10.2
1 parent 5b10fe5 commit 06a64c0

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## [0.10.2] - 2024-06-07
4+
5+
### Fixes 🐛
6+
7+
- Fixed race condition with loading row count and sorting update.
8+
- Fixed console errors/warnings for signals accessed in async blocks after component was disposed of.
9+
310
## [0.10.1] - 2024-06-05
411

512
### Change 🔥

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.1"
3+
version = "0.10.2"
44
edition = "2021"
55
authors = ["Marc-Stefan Cassola"]
66
categories = ["gui", "web-programming"]

0 commit comments

Comments
 (0)