Skip to content

Releases: dasDaniel/svelte-table

v0.6.3

05 Feb 22:22
703ec8b
Compare
Choose a tag to compare
  • [#168] fix for [#166] that's breaking sveltekit types

v0.6.2

04 Feb 19:43
f2a7cd4
Compare
Choose a tag to compare
  • [#166] Add export for vite-plugin-svelte@3 (x64v)

v0.6.1

07 Jun 02:46
94e2e3d
Compare
Choose a tag to compare
  • [#160] parseHTML type definition is optional

v0.6.0

05 Jun 14:54
f8faaa5
Compare
Choose a tag to compare
  • [#158] braking change: requires parseHTML to be set to render the cell value with @html

v0.5.11

04 May 21:01
Compare
Choose a tag to compare
  • [#153] fix types (sortBy, filterSelections, expanded, selected)
  • [#154] Add rowIndex and colIndex to value and renderValue functions

v0.5.10

27 Apr 22:43
0a0d54b
Compare
Choose a tag to compare
  • [#149] fix searchValue type definition (no change to component)

v0.5.9

16 Apr 17:04
8cd679e
Compare
Choose a tag to compare
  • [#144] filterPlaceholder works on select dropdowns too

v0.5.8

16 Apr 05:37
115db1c
Compare
Choose a tag to compare
  • [#143] improvements to typescript integration

v0.5.7

28 Mar 04:13
92ff67b
Compare
Choose a tag to compare
  • [#139] fix bug when a column is removed
  • [#139] fix bug in Example3
  • set expand cursor to the span instead of the cell

v0.5.6

21 Mar 17:03
a2472a0
Compare
Choose a tag to compare
  • [#134] add filterPlaceholder option to column
  • [#132] fix error A11y: Non-interactive element <td> cannot have interactive role 'button'
  • bump svelte to 3.57.0