Skip to content

Releases: Synphonyte/leptos-struct-table

Version 0.6.0

02 Nov 14:02

Choose a tag to compare

Changes in this version:

[0.6.0] - 2023-11-02

New Feature 🎉

  • Support for generic structs

Fix 🐛

  • Fixed #[table(skip_sort)] on fields

Version 0.5.0

20 Oct 15:01

Choose a tag to compare

Changes in this version:

[0.5.0] - 2023-10-20

Breaking Changes 🛠️

  • Added on_change events to support editable data (see new editable example)

Fixes 🐛

  • Fixed selection with keys that are not Copy

Other Changes

  • Modified REST example to include sorting