Commit graph

2273 commits

Author SHA1 Message Date
Eric Liu
12d09d5b0b docs(local-storage): improve docs 2025-05-03 11:14:01 -07:00
Eric Liu
7d8237a7a2 docs(loading): improve docs 2025-05-03 11:14:01 -07:00
Eric Liu
a92da8d9a4 docs(link): improve docs 2025-05-03 11:14:01 -07:00
Eric Liu
f08676e73d docs(inline-notification): improve docs 2025-05-03 11:14:01 -07:00
Eric Liu
9d111dcd91 docs(inline-loading): improve docs 2025-05-03 11:14:01 -07:00
Eric Liu
224a5dc3a4 docs(image-loader): improve docs 2025-05-03 09:18:28 -07:00
Eric Liu
8402e07019 docs(grid): improve docs 2025-05-03 09:18:19 -07:00
Eric Liu
90ea699848 docs(form): improve docs 2025-05-03 09:18:09 -07:00
Eric Liu
bb6f987b02 docs(fluid-form): improve docs 2025-05-03 09:16:56 -07:00
Eric Liu
85838625d2 docs(file-uploader): improve docs 2025-05-03 09:15:18 -07:00
Eric Liu
470d74cd72 docs(expandable-tile): improve docs 2025-05-03 09:12:58 -07:00
Eric Liu
69ff03508e docs(dropdown): improve docs 2025-05-03 09:12:45 -07:00
Eric Liu
e560915727 ci: set minimum read permissions 2025-04-28 14:42:56 -07:00
Eric Liu
b5b7b192ee v0.89.2 2025-04-28 14:36:30 -07:00
Eric Liu
2486ba4fc7 docs(pagination): document pagesUnknown 2025-04-26 13:47:48 -07:00
Eric Liu
cdf5659fa0
fix(pagination): use toLocaleString for default text formatting (#2161) 2025-04-26 13:39:26 -07:00
Eric Liu
ed3928bb01
fix(pagination): window totalItems for performance (#2160)
Fixes #2156
2025-04-26 13:25:52 -07:00
Eric Liu
024d77493c
fix(composed-modal): ignore a11y warning in Svelte 5 (#2159) 2025-04-25 08:46:16 -07:00
Eric Liu
96d37cc490
fix(to-hierarchy): revert to previous implementation 2025-04-25 08:40:09 -07:00
Eric Liu
56da2b408b test(date-picker): use await for range mode 2025-04-23 15:13:28 -07:00
Eric Liu
7b6487de2f docs: update number of pictograms 2025-04-23 15:09:25 -07:00
Eric Liu
5599d24d4a docs(date-picker): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
90b067ded3 docs(data-table): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
86aed30789 docs(copy-button): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
9f3cb09694 docs(context-menu): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
f66833c089 docs(content-switcher): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
ba29eeaddf docs(composed-modal): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
d907d000a6 docs(combo-box): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
caf83a7d8c docs(code-snippet): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
d9e45e9825 docs(clickable-tile): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
5e87bd8eb1 docs(checkbox): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
ecb8e621c8 docs(button-set): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
b5b102aff5 docs(button): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
a3a494f29f docs(breakpoint): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
fa7096bd78 docs(breadcrumb): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
29871c2eb1 docs(aspect-ratio): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
b592515ae4 docs(accordion): improve docs 2025-04-22 20:56:58 -07:00
Eric Liu
95dcaff8be docs: use consistent heading for "Disabled state" 2025-04-22 20:56:58 -07:00
Eric Liu
4798afa362 v0.89.1 2025-04-21 09:30:54 -07:00
Eric Liu
f8cb660c51 test(date-picker): add unit tests 2025-04-20 15:30:59 -07:00
Eric Liu
f09c2e2c31
fix(toolbar-search): re-filter rows if DataTable rows change (#2154)
Fixes #2143

Make `ToolbarSearch` filtering reactive to `DataTable` rows.

Previously, `ToolbarSearch` did not update when `DataTable` rows
changed. Now it subscribes to the context rows and re-runs
`filterRows` in `afterUpdate` to prevent infinite loops.
2025-04-19 13:33:07 -07:00
Eric Liu
b034378277 test(data-table): add tests for DataTableSearch 2025-04-19 13:21:51 -07:00
Eric Liu
b4b055270e test: use assert instead of casting HTMLElement 2025-04-19 12:51:58 -07:00
Eric Liu
3f09e3ff88 v0.89.0 2025-04-18 10:46:39 -07:00
Nick Wing
61ea8dd82c
fix(select): falsy item text should fallback to value (#2152) 2025-04-18 10:34:12 -07:00
Nick Wing
436dea47e8
feat(combo-box): add hideLabel prop (#2153) 2025-04-18 10:27:14 -07:00
Eric Liu
7754ea3691 chore: use import attributes instead of import assertions 2025-04-18 10:25:13 -07:00
Eric Liu
f85edef386 ci: use Node version 22.x [ci skip] 2025-04-18 08:46:32 -07:00
dependabot[bot]
896c16a6be build(deps-dev): bump @sveltejs/kit in /examples/sveltekit
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit) from 2.20.5 to 2.20.6.
- [Release notes](https://github.com/sveltejs/kit/releases)
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md)
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.20.6/packages/kit)

---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
  dependency-version: 2.20.6
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-14 18:15:44 -07:00
Eric Liu
f755422f81 build(deps-dev): address vulns 2025-04-12 16:03:53 -07:00