Skip to content

Releases: bryanmylee/svelte-headless-table

v0.14.3 `addFlatten` plugin

28 Sep 03:06
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.14.2...v0.14.3

v0.14.2 Fix `addGroupBy` sub row behavior

19 Sep 03:42
f8dfe31
Compare
Choose a tag to compare

What's Changed

  • Fix addGroupBy plugin removing subrows from grouped rows by @bryanmylee in #53

Full Changelog: v0.14.1...v0.14.2

v0.14.1 Internal optimizations

09 Sep 12:29
Compare
Choose a tag to compare

Pass the entire DisplayBodyCell object for display column data.

Full Changelog: v0.14.0...v0.14.1

v0.14.0

09 Sep 11:38
20c4c6e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.4...v0.14.0

v0.13.4 Data export from display columns

07 Sep 08:15
6899218
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.3...v0.13.4

0.13.3 Top-level addSelectedRows state

13 Aug 15:27
Compare
Choose a tag to compare

Expose top-level stores on the addSelectedRows plugin. This allows for subscribing to whether all/some rows (or rows on the current page) are selected. This also allows for efficient "select all" behavior.

Full Changelog: v0.13.2...v0.13.3

v0.13.2 Fix package description typo

13 Aug 14:19
Compare
Choose a tag to compare
chore: fix package description typo

v0.13.1 Add package description for npm

13 Aug 14:14
Compare
Choose a tag to compare

v0.13.0 Remove reliance on `instanceof`

13 Aug 13:54
38baf9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.2...v0.13.0

v0.12.2 Export Label classes

29 Jul 14:51
Compare
Choose a tag to compare

For an easier time defining re-usable labels for headers and cells, use the DataLabel, DisplayLabel, and HeaderLabel types.

const editableCell: DataLabel<unknown> = ({ column, row, value }) => {...};

Full Changelog: v0.12.1...v0.12.2