Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 679 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 679 Bytes

CHANGELOG

3.0.0

  • migrate to kit/package
  • generate types out of component files
  • split sortBy and sortFn props
  • allow scrollable table body with fixed head

2.0.3

  • add scope for th
  • add classes for even/odd rows
  • fix undefined as classes when property isn't set

2.0.2

  • 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

2.0.1

  • use slots instead of props
  • update docs
  • use slots for expanding rows