Skip to content

Releases: bryanmylee/svelte-headless-table

v0.12.1 Export Column classes

29 Jul 14:24
Compare
Choose a tag to compare

Export Column classes as part of the library's interface.

Full Changelog: v0.12.0...v0.12.1

v0.12.0 Custom dataIds on DataBodyRow

29 Jul 14:18
5575005
Compare
Choose a tag to compare

This release allows the specification of custom dataId values for each DataBodyRow. This makes it easier to reference the original item in the data source by searching for items with a matching dataId.

If no custom dataId is passed, defaults to the previous behaviour of using the item index.

What's Changed

Full Changelog: v0.11.0...v0.12.0

v0.11.0 `addDataExport`

02 Jul 14:44
79b44ec
Compare
Choose a tag to compare

addDataExport allows for reading the data source as it is currently transformed by the table.

This is useful if you need to export data from the table with all plugin transformations applied.

v0.10.4 Fix interaction between `addResizedColumns` and `addGridLayout`

02 Jul 03:45
284dad2
Compare
Choose a tag to compare

While this doesn't fully solve the grid layout issue, it alleviates the biggest issue with addGridLayout by specifying the width of the column on each cell explicitly.

v0.10.3 Export model classes

27 Jun 11:07
Compare
Choose a tag to compare

Export a reference to core models as documented here.

v0.10.2 Fix examples build issue

30 May 02:08
Compare
Choose a tag to compare

v0.10.1 Reduce bundle size

28 May 05:38
81301f5
Compare
Choose a tag to compare

Strip test files from package to reduce bundle size.

v0.10.0 `addGridLayout`

27 May 13:34
Compare
Choose a tag to compare

addGridLayout configures the table to automatically provide the styles required to render the table with CSS grid.

What's Changed

Full Changelog: v0.9.1...v0.10.0

v0.9.1

26 May 15:53
Compare
Choose a tag to compare

Use drag action instead of event handler.

Full Changelog: v0.9.0...v0.9.1

v0.9.0 `addResizedColumns`

26 May 07:51
c20abdb
Compare
Choose a tag to compare

Introducing column resizing with the addResizedColumns.

What's Changed

Full Changelog: v0.8.3...v0.9.0