Skip to content

Releases: bryanmylee/svelte-headless-table

v0.18.2 Bump `svelte-render`

02 Feb 15:34
Compare
Choose a tag to compare

Avoid importing SvelteComponent as a class and only import its type definition for TypeScript.

v0.18.1

03 Jan 13:53
Compare
Choose a tag to compare

Fix missing utility function and type exports.

Full Changelog: v0.18.0...v0.18.1

v0.18.0 SvelteKit 2 support

02 Jan 21:43
Compare
Choose a tag to compare

What's Changed

Finally got around to moving the source files to SvelteKit 2 and getting rid of all the custom packaging logic I used before. This should fix all type issues for the foreseeable future, at least until Svelte 5 replaces Svelte 4 🥲.

A lot of thanks to @ryanylee for getting the ball rolling on the migration and fixes!

New Contributors

Full Changelog: v0.17.7...v0.18.0

v0.17.7 Cleanup server-side interface

14 Oct 16:31
Compare
Choose a tag to compare

v0.17.6 Minor fixes

14 Oct 15:18
Compare
Choose a tag to compare

What's Changed

  • fix: date sorting doesn't work if one of the value is null by @risalfajar in #155
  • Feature / Add column width reset on dblclick by @lolcabanon in #145

New Contributors

Full Changelog: v0.17.5...v0.17.6

v0.17.5 Svelte 4 support, addSortBy `compareFn`, QOL improvements

10 Aug 18:49
2559f92
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.17.4...v0.17.5

v0.17.4 Native date sorting

04 Jul 20:13
Compare
Choose a tag to compare

What's Changed

Migrated the documentation website to the latest version of KitDocs and SvelteKit, so Vercel no longer complains about broken builds 🎉. This also includes an expanded credits section that includes @blerrgh and @risalfajar for their contributions while I was busy!

While working on a better sorting comparator, this should alleviate any requirements for date sorting.

Full Changelog: v0.17.3...v0.17.4

v0.17.3.patch.1

06 Apr 14:59
Compare
Choose a tag to compare
fix: tests

v0.17.3 Optional `header` prop

06 Apr 13:40
2e3f9f1
Compare
Choose a tag to compare

Thanks to @risalfajar for a helpful change to how column headers can be defined.

What's Changed

New Contributors

Full Changelog: v0.17.2...v0.17.3

v0.17.2 Nit server-side pagination variable name

24 Jan 02:31
bc2e096
Compare
Choose a tag to compare

What's Changed

  • make itemCount singular for consistency by @blerrgh in #100

Full Changelog: v0.17.1...v0.17.2