Skip to content

Releases: huntabyte/bits-ui

v0.18.2

22 Feb 20:08
d7b226f
Compare
Choose a tag to compare

Patch Changes

  • Toolbar: forward click events from buttons and links (#343)

  • Floating/Modal Components: improve handling of interact outside events (#344)

  • Dialogs: Fix bug where dragging outside of dialog would close it (#344)

v0.18.1

12 Feb 21:59
19f42ec
Compare
Choose a tag to compare

Patch Changes

  • Export Combobox types (#329)

v0.18.0

10 Feb 02:20
bbf2555
Compare
Choose a tag to compare

Minor Changes

v0.17.0

04 Feb 18:45
041c115
Compare
Choose a tag to compare

Minor Changes

  • Slider: ticks and thumbs are now arrays of builders passed via the Slider.Roots slot props and must be passed to the individual Slider.Thumb and Slider.Tick components (#309)

Patch Changes

  • Menubar: fixed bug preventing submenus from being disabled (#309)

v0.16.0

28 Jan 16:35
ba04f86
Compare
Choose a tag to compare

Minor Changes

  • feat: forward/expose touch events on Dialog.Content & AlertDialog.Content components (#300)

v0.15.1

19 Jan 22:00
84930ba
Compare
Choose a tag to compare

Patch Changes

  • fix: floating arrow shifting content (#291)

v0.15.0

19 Jan 21:18
d8f4199
Compare
Choose a tag to compare

Minor Changes

  • feat: expose isSelected slot prop from Select.Item (#285)

  • feat: adds data-placeholder attribute to Select.Value when no value is selected / when the placeholder is being displayed (#284)

Patch Changes

  • fix: expose missing Floating UI content props (#278)

v0.14.0

09 Jan 21:06
373f683
Compare
Choose a tag to compare

Minor Changes

  • Progress: update value type to include null for 'indeterminate' state (#272)

  • Menubar: move preventScroll prop from Menubar.Menu to Menubar.Root (#272)

  • Date Field: add readonlySegments prop to specify certain segments as readonly (#272)

Patch Changes

  • Date Range Field: add readonlySegments prop to specify certain segments as 'readonly' to the user (#272)

  • chore: array comparison perf improvements (#229)

  • Alert Dialog: Fix bug with exit transitions (#272)

v0.13.6

08 Jan 21:28
deebf09
Compare
Choose a tag to compare

Patch Changes

  • fix: bug with exit transitions (#268)

v0.13.5

08 Jan 04:55
263b28f
Compare
Choose a tag to compare

Patch Changes

  • fix: bug with tooltip arrow causing it to increase offset on each toggle (#264)