Skip to content

Releases: theodorejb/trestable

Trestable 0.5.0

24 Oct 16:58
Compare
Choose a tag to compare

Added

  • Support for Svelte 5.

Changed

  • Svelte 5 is now required.

Trestable 0.4.2

11 Oct 01:45
Compare
Choose a tag to compare

Added

  • sortAndPage function to simplify client-side sorting and pagination.

Changed

  • Expanded readme documentation.
  • Removed an unnecessary internal $$props usage.

Trestable 0.3.1

22 Sep 23:19
Compare
Choose a tag to compare

Changed

  • Updated peer dependency to enable testing in Svelte 5 projects.

Trestable 0.3.0

07 Jan 04:01
Compare
Choose a tag to compare

Added

  • Autocompletion and validation for column property strings.

Changed

  • Replaced pagination limitChanged event with callback prop.