Skip to content

Releases: huntabyte/bits-ui

[email protected]

30 Jan 00:14
9024c4b
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

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

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

[email protected]

29 Jan 02:46
96443b8
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: floating focus loops (#1072)

[email protected]

19 Jan 00:28
79d3acd
Compare
Choose a tag to compare
[email protected] 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)

[email protected]

03 Jan 17:12
edc7eba
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

31 Dec 02:30
6916bd5
Compare
Choose a tag to compare
[email protected] 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)

[email protected]

30 Dec 22:35
7f01210
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

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

  • cleanup internals, update Svelte (#1024)

[email protected]

19 Dec 03:02
b1dad54
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • revert to onclick events for most components except where it makes sense (like menus, select, etc.) (#1011)

[email protected]

18 Dec 20:59
1b54049
Compare
Choose a tag to compare

Minor Changes

  • Resolves peer dependency issues for Svelte 5 projects (#868)

[email protected]

18 Dec 14:46
5496c21
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • Update Svelte peerDependency from ^5.0.0-next.1 to ^5.0.0 (#869)

[email protected]

15 Dec 03:12
6971d3b
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • feat: Checkbox.Group and Checkbox.GroupLabel components (#1003)