Releases: huntabyte/bits-ui
Releases · huntabyte/bits-ui
bits-ui@1.0.0-next.76
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)
bits-ui@1.0.0-next.75
bits-ui@1.0.0-next.74
Patch Changes
- revert to
onclick
events for most components except where it makes sense (like menus, select, etc.) (#1011)
bits-ui@0.22.0
Minor Changes
- Resolves peer dependency issues for Svelte 5 projects (#868)
bits-ui@1.0.0-next.73
Patch Changes
- Update Svelte
peerDependency
from^5.0.0-next.1
to^5.0.0
(#869)
bits-ui@1.0.0-next.72
Minor Changes
- feat:
Checkbox.Group
andCheckbox.GroupLabel
components (#1003)
bits-ui@1.0.0-next.71
Patch Changes
- fix:
Command
arrow navigation after empty state displayed (#997)
bits-ui@1.0.0-next.70
Patch Changes
-
feat: add
onStateChange
callback toCommand
component (#972) -
BREAKING: Update
child
snippet behavior of Floating UI-basedContent
components (#994) -
fix: issue where you were unable to navigate to the previous menu from within a menu of the menubar via arrow keys (#990)
-
perf: optimize command methods (#992)
bits-ui@1.0.0-next.69
bits-ui@1.0.0-next.68
Patch Changes
- fix:
avoidCollisions
in Floating UI components (#984)