Releases: huntabyte/bits-ui
Releases · huntabyte/bits-ui
[email protected]
[email protected]
Patch Changes
- fix: floating focus loops (#1072)
[email protected]
[email protected]
Patch Changes
- breaking: remove
controlled<State>
props in favor of Svelte's Function Bindings (#1034)
[email protected]
Patch Changes
-
breaking:
Slider.Root
now requires atype
prop to specify whether the slider should be a"single"
or"multiple"
slider, which determines whether the value and change function arguments should be of typenumber
ornumber[]
(#1032) -
fix:
Popover
trigger close detection (#1030) -
Dialog/Alert Dialog: change
Dialog.Close
andAlertDialog.Cancel
events frompointerdown
toclick
(#1028)
[email protected]
[email protected]
Patch Changes
- revert to
onclick
events for most components except where it makes sense (like menus, select, etc.) (#1011)
[email protected]
Minor Changes
- Resolves peer dependency issues for Svelte 5 projects (#868)
[email protected]
Patch Changes
- Update Svelte
peerDependency
from^5.0.0-next.1
to^5.0.0
(#869)
[email protected]
Minor Changes
- feat:
Checkbox.Group
andCheckbox.GroupLabel
components (#1003)