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 d239289 commit c940c25Copy full SHA for c940c25
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## [0.13.1] - 2024-10-31
4
+
5
+### Fixes 🐛
6
7
+- Fixed edge case loading data ranges that are smaller than the chunk size (thanks to @mcbernie).
8
9
## [0.13.0] - 2024-09-05
10
11
### Breaking Change 🛠️
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "leptos-struct-table"
-version = "0.13.0"
+version = "0.13.1"
edition = "2021"
authors = ["Marc-Stefan Cassola"]
categories = ["gui", "web-programming"]
0 commit comments