Releases: bryanmylee/svelte-headless-table
v0.18.3 Fix missing type definition for label headers
What's Changed
- Update
createColumns()
doc by @lolcabanon in #193 - docs: Fixes two incorrect links for addSubRows and addGroupBy plugins. by @Manuel-DaSilva in #199
- Fix type issue with creation of LabelHeader by @nbarraille in #233
New Contributors
- @Manuel-DaSilva made their first contribution in #199
- @nbarraille made their first contribution in #233
Full Changelog: v0.18.2...v0.18.3
v0.18.2 Bump `svelte-render`
Avoid importing SvelteComponent
as a class and only import its type definition for TypeScript.
v0.18.1
Fix missing utility function and type exports.
Full Changelog: v0.18.0...v0.18.1
v0.18.0 SvelteKit 2 support
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!
- Types now working with SvelteKit 2 by @ryanylee in #176
- Port to SvelteKit 2 by @bryanmylee in #181
New Contributors
Full Changelog: v0.17.7...v0.18.0
v0.17.7 Cleanup server-side interface
Full Changelog: v0.17.6...v0.17.7
v0.17.6 Minor fixes
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
- @lolcabanon made their first contribution in #145
Full Changelog: v0.17.5...v0.17.6
v0.17.5 Svelte 4 support, addSortBy `compareFn`, QOL improvements
What's Changed
- feat: support svelte 4 by @bryanmylee in #141
- doc: update
.id
for display columns by @bryanmylee in #142 compareFn
for the addSortBy plugin. by @bryanmylee in #143- Optional
render
column option for addColumnFilters by @bryanmylee in #144
Full Changelog: v0.17.4...v0.17.5
v0.17.4 Native date sorting
What's Changed
- feat: built-in date sorting by @risalfajar in #135
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
fix: tests
v0.17.3 Optional `header` prop
Thanks to @risalfajar for a helpful change to how column header
s can be defined.
What's Changed
- Make
header
as column's alternative id by @risalfajar in #118
New Contributors
- @risalfajar made their first contribution in #118
Full Changelog: v0.17.2...v0.17.3