Commit graph

2272 commits

Author SHA1 Message Date
Eric Liu
86794dafe2 chore(examples): bump deps 2025-03-19 12:51:41 -07:00
Eric Liu
e7939ff0e2
fix(multi-select): fix keyboard navigation for disabled items (#2129)
Fixes #2128
2025-03-19 12:43:46 -07:00
Eric Liu
5987b61a55
fix(theme): remove invalid themes prop from markup (#2127) 2025-03-19 12:43:33 -07:00
Eric Liu
e85d7efc5e
fix(notification): remove invalid kind prop from markup (#2126) 2025-03-19 12:43:23 -07:00
Eric Liu
e1b3ef22c9
fix(list-box): use aria-disabled instead of invalid disabled attribute (#2125) 2025-03-19 12:43:05 -07:00
Eric Liu
c67e095eaf test(combo-box): more unit tests 2025-03-19 10:42:54 -07:00
Brian West
9e3d83031e
fix(combo-box): fix typing when refocusing input
Fixes a bug where the input `value` is immediately reset
when re-focusing the input. The `value` resetting is necessary
to support programmatically clearing the value, but it should
only execute if the input is not currently focused.
2025-03-19 10:29:13 -07:00
Eric Liu
0e1177f398 test(combo-box): add unit tests 2025-03-17 21:19:24 -07:00
Eric Liu
d25a85c825 test(popover): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
8142c71307 test(slider): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
a73000ffbe test(pagination): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
6eda673aaf test(pagination-nav): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
79d50b1a83 test(ordered-list): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
b6b5579f67 test(unordered-list): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
d64465e774 test(truncate): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
19a6c65313 test(tooltip-icon): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
5caa9c90b3 test(tooltip-definition): add unit tests 2025-03-17 19:27:40 -07:00
Eric Liu
023b49d050 docs(copy-button): remove note on compatability 2025-03-16 15:37:40 -07:00
Eric Liu
c118a5392e
ci: use macos-latest-xlarge (#2123) 2025-03-16 14:29:24 -07:00
Eric Liu
0c6a171a24 test(tabs): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
150e03e1fd test(theme): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
f28bfe307e test(local-storage): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
f23e7282b5 test(link): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
12a9b08f80 test(loading): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
884f5e5966 test(inline-loading): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
d685091447 test(image-loader): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
481f121f77 test(toggle): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
9b3f2e0919 test(copy-button): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
e876553790 test(search): add unit tests 2025-03-16 14:19:44 -07:00
Eric Liu
942e6f670b v0.88.1 2025-03-11 17:18:18 -07:00
Eric Liu
7ff93ad2da
fix(ui-shell): HeaderAction uses dark color scheme (#2119) 2025-03-11 17:17:13 -07:00
Eric Liu
cbe0634f61 test(progress-bar): add unit tests 2025-03-11 12:52:52 -07:00
Eric Liu
fc04ad31f3 test(tile): add unit tests 2025-03-11 12:52:52 -07:00
Eric Liu
39cb29afba test(clickable-tile): add unit tests 2025-03-11 12:52:52 -07:00
Eric Liu
d8fbdabc70 test(button): add unit tests 2025-03-11 12:52:52 -07:00
Eric Liu
663b79ad05
fix(select): falsy item text should not override value (#2118)
Fixes #2117
2025-03-11 10:09:28 -07:00
dependabot[bot]
49f9cb00ed
build(deps-dev): bump prismjs from 1.29.0 to 1.30.0 in /docs (#2116)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-10 15:36:51 -07:00
Eric Liu
f386c53e64 chore: remove errant Bun lockfile [ci skip] [deploy skip] 2025-03-10 13:28:26 -07:00
Eric Liu
4466f7ec91 v0.88.0 2025-03-09 14:59:34 -07:00
Eric Liu
f385e2e379
chore(package): use docs site for homepage (#2114) 2025-03-09 14:29:03 -07:00
Eric Liu
a3d1d9f089
chore(deps-dev): upgrade dependencies (#2113) 2025-03-09 14:28:04 -07:00
Eric Liu
a4aefad0e4
docs(ui-shell): add "Header with multiple switchers" example (#2112) 2025-03-09 13:59:36 -07:00
Eric Liu
24b9cbc9c3
feat(ui-shell): HeaderAction supports tooltip (#2111)
Closes #2110
2025-03-09 13:47:34 -07:00
Eric Liu
7481b9a995
feat(data-table): allow custom inputName for radio/checkbox (#2087)
Closes #2085
2025-03-09 13:47:08 -07:00
Eric Liu
b4ae19e8e7 v0.87.7 2025-03-06 18:37:11 -08:00
Eric Liu
9b4bfa6f86
fix(select): avoid infinite update loop in Svelte 5 (#2108)
Fixes #2107
2025-03-06 18:36:22 -08:00
Eric Liu
5522c5b0b2
test(select): add unit tests (#2109) 2025-03-06 18:32:22 -08:00
Eric Liu
b15bf65f88 test(code-snippet): add unit tests 2025-03-02 14:41:57 -08:00
Eric Liu
936a681194 test(tooltip): add unit tests 2025-03-02 14:41:57 -08:00
Eric Liu
ca4a12164d test(checkbox): add unit tests 2025-03-02 14:41:57 -08:00