Skip to content

Commit a6d31d2

Browse files
committed
release prep
1 parent 827aeff commit a6d31d2

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

3+
## [0.17.0] - 2026-01-13
4+
5+
### Breaking Changes 🛠️
6+
7+
- Updated dependencies `leptos-use` to version 0.18.
8+
9+
### New Features 🚀
10+
11+
- Selectively hide columns (thanks to @ToxicMushroom).
12+
- Reorder columns by dragging them (thanks to @ToxicMushroom).
13+
- Choose between `usize` or generated `enum` column types (thanks to @ToxicMushroom).
14+
15+
### Special thanks to our sponsor
16+
- @benwis
17+
318
## [0.16.0] - 2025-12-18
419

520
### 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.16.0"
3+
version = "0.17.0"
44
edition = "2024"
55
categories = ["gui", "web-programming", "wasm"]
66
description = "Generate a complete batteries included leptos data table component from a struct definition."

0 commit comments

Comments
 (0)