Releases: huntabyte/bits-ui
Releases · huntabyte/bits-ui
bits-ui@1.0.0-next.84
bits-ui@1.0.0-next.83
bits-ui@1.0.0-next.82
Patch Changes
- fix issue with default
open
anddisabled
Portal (#1080)
bits-ui@1.0.0-next.81
Patch Changes
- update
runed
to support Astro builds (#1078)
bits-ui@1.0.0-next.80
bits-ui@1.0.0-next.79
Patch Changes
- fix: floating focus loops (#1072)
bits-ui@1.0.0-next.78
bits-ui@1.0.0-next.77
Patch Changes
- breaking: remove
controlled<State>
props in favor of Svelte's Function Bindings (#1034)
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)