bits-ui@1.0.0-next.76
Pre-release
Pre-release
github-actions
released this
31 Dec 02:30
·
0 commits
to main
since this release
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)