Skip to content

Releases: huntabyte/bits-ui

bits-ui@1.0.0-next.84

01 Feb 17:39
eb6b688
Compare
Choose a tag to compare
bits-ui@1.0.0-next.84 Pre-release
Pre-release

Patch Changes

  • fix: RangeCalendar allow selecting maxValue as complete range (#1091)

  • fix: Dialog/Popover clientX/Y detection to prevent password managers and other injected elements from closing the dialog when pressed (#1089)

bits-ui@1.0.0-next.83

01 Feb 03:52
ce4d2c2
Compare
Choose a tag to compare
bits-ui@1.0.0-next.83 Pre-release
Pre-release

Patch Changes

  • fix: Pin Input paste behavior (#1085)

  • fix: Select/Combo scroll (#1083)

bits-ui@1.0.0-next.82

31 Jan 15:18
accf52f
Compare
Choose a tag to compare
bits-ui@1.0.0-next.82 Pre-release
Pre-release

Patch Changes

  • fix issue with default open and disabled Portal (#1080)

bits-ui@1.0.0-next.81

30 Jan 23:19
d6db10a
Compare
Choose a tag to compare
bits-ui@1.0.0-next.81 Pre-release
Pre-release

Patch Changes

  • update runed to support Astro builds (#1078)

bits-ui@1.0.0-next.80

30 Jan 00:14
9024c4b
Compare
Choose a tag to compare
bits-ui@1.0.0-next.80 Pre-release
Pre-release

Patch Changes

  • fix: clean up event listeners for menus (#1071)

  • fix(RangeCalendar): allow value to be cleared (#1075)

bits-ui@1.0.0-next.79

29 Jan 02:46
96443b8
Compare
Choose a tag to compare
bits-ui@1.0.0-next.79 Pre-release
Pre-release

Patch Changes

  • fix: floating focus loops (#1072)

bits-ui@1.0.0-next.78

19 Jan 00:28
79d3acd
Compare
Choose a tag to compare
bits-ui@1.0.0-next.78 Pre-release
Pre-release

Patch Changes

  • Allow <Button/> with href to be disabled. (#1055)

  • BREAKING: Select - change default value of allowDeselect to false to align with native HTML <select> (#1049)

  • fix: ensure disabled is passed through to Dialog.Trigger and Dialog.Close (#1057)

bits-ui@1.0.0-next.77

03 Jan 17:12
edc7eba
Compare
Choose a tag to compare
bits-ui@1.0.0-next.77 Pre-release
Pre-release

Patch Changes

bits-ui@1.0.0-next.76

31 Dec 02:30
6916bd5
Compare
Choose a tag to compare
bits-ui@1.0.0-next.76 Pre-release
Pre-release

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)

bits-ui@1.0.0-next.75

30 Dec 22:35
7f01210
Compare
Choose a tag to compare
bits-ui@1.0.0-next.75 Pre-release
Pre-release

Patch Changes

  • fix: expose updatePositionStrategy prop for tooltip content (#1026)

  • cleanup internals, update Svelte (#1024)