Skip to content

bits-ui@1.0.0-next.76

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Dec 02:30
· 0 commits to main since this release
6916bd5

Patch Changes

  • breaking: Slider.Root now requires a type 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 type number or number[] (#1032)

  • fix: Popover trigger close detection (#1030)

  • Dialog/Alert Dialog: change Dialog.Close and AlertDialog.Cancel events from pointerdown to click (#1028)