File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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 🛠️
Original file line number Diff line number Diff line change 11[package ]
22name = " leptos-struct-table"
3- version = " 0.16 .0"
3+ version = " 0.17 .0"
44edition = " 2024"
55categories = [" gui" , " web-programming" , " wasm" ]
66description = " Generate a complete batteries included leptos data table component from a struct definition."
You can’t perform that action at this time.
0 commit comments