Releases: dasDaniel/svelte-table
Releases · dasDaniel/svelte-table
v0.6.3
- [#168] fix for [#166] that's breaking sveltekit types
v0.6.2
- [#166] Add export for vite-plugin-svelte@3 (x64v)
v0.6.1
- [#160]
parseHTML
type definition is optional
v0.6.0
- [#158] braking change: requires
parseHTML
to be set to render the cell value with @html
v0.5.11
- [#153] fix types (
sortBy
, filterSelections
, expanded
, selected
)
- [#154] Add
rowIndex
and colIndex
to value
and renderValue
functions
v0.5.10
- [#149] fix
searchValue
type definition (no change to component)
v0.5.9
- [#144]
filterPlaceholder
works on select dropdowns too
v0.5.8
- [#143] improvements to typescript integration
v0.5.7
- [#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
- [#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