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 5b10fe5 commit 06a64c0Copy full SHA for 06a64c0
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [0.10.1] - 2024-06-05
11
12
### Change 🔥
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "leptos-struct-table"
-version = "0.10.1"
+version = "0.10.2"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming"]
0 commit comments