Skip to content

Releases: hurtigruten/svelte-table

v2.0.4

16 Aug 11:04
Compare
Choose a tag to compare

fixes and issue where table would be sorted when rows update

v2.0.3

18 Jan 10:22
01f94af
Compare
Choose a tag to compare
  • Add scope for th
  • let the user define even/odd row styles
  • fix undefined as classes when property is not provided

v2.0.2

14 Jan 12:04
Compare
Choose a tag to compare
  • update docs on asyncPagination, sorting and types
  • simplify sortBy prop for columns
  • set SvelteTableColumn interface to receive (optional) generic type that sets types for sortBy arguments
  • use const columns: SvelteTableColumn<RowItem>[] = ... for better auto-completion
  • update dependencies

v2.0.1

22 Nov 12:51
Compare
Choose a tag to compare

2.0.1 (2021-11-22)

Bug Fixes

v2.0.0

17 Nov 08:09
0c73a71
Compare
Choose a tag to compare

New rewrite of the original table

v1.3.5

05 Oct 11:28
Compare
Choose a tag to compare

Update es target to es6

v1.3.4

04 Oct 17:11
Compare
Choose a tag to compare

Prevent form to submit when sorting.

v1.3.3

30 Sep 23:31
Compare
Choose a tag to compare

wrap sorting icon in button for keyboard select and add styling

v1.3.2

14 Sep 07:43
Compare
Choose a tag to compare

Customize help icon

v1.3.0

08 Aug 05:23
d52bac0
Compare
Choose a tag to compare

Pagination and accessibility