Releases: huntabyte/bits-ui
Releases · huntabyte/bits-ui
[email protected]
Patch Changes
- fix: Avatar should render fallback if src is updated and is
null
/undefined
(#929)
[email protected]
Patch Changes
- fix: don't auto select first radio item unless there is already a selected value (#927)
[email protected]
Patch Changes
- fix:
Select
andCombobox
infinite loop on item selection (#925)
[email protected]
Patch Changes
- fix: ensure highlighted item is reset when items mount/unmount (#919)
[email protected]
[email protected]
Patch Changes
- fix(Pagination): disable prev/next buttons when no prev/next page (#910)
[email protected]
Patch Changes
- add tooltip data-attr (#908)
[email protected]
Patch Changes
- add
data-arrow
attribute to floating arrow svg (#906)
[email protected]
Patch Changes
- fix: make
*Menu.CheckboxItem
indeterminate
prop bindable (#900)
[email protected]
Patch Changes
- BREAKING:
Checkbox
and*Menu.CheckboxItem
checked
prop is now of typeboolean
withindeterminate
being a separate prop (#898)