Skip to content

Releases: huntabyte/bits-ui

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)

bits-ui@1.0.0-next.74

19 Dec 03:02
b1dad54
Compare
Choose a tag to compare
bits-ui@1.0.0-next.74 Pre-release
Pre-release

Patch Changes

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

bits-ui@0.22.0

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

Minor Changes

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

bits-ui@1.0.0-next.73

18 Dec 14:46
5496c21
Compare
Choose a tag to compare
bits-ui@1.0.0-next.73 Pre-release
Pre-release

Patch Changes

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

bits-ui@1.0.0-next.72

15 Dec 03:12
6971d3b
Compare
Choose a tag to compare
bits-ui@1.0.0-next.72 Pre-release
Pre-release

Minor Changes

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

bits-ui@1.0.0-next.71

11 Dec 18:48
0c8e1c8
Compare
Choose a tag to compare
bits-ui@1.0.0-next.71 Pre-release
Pre-release

Patch Changes

  • fix: Command arrow navigation after empty state displayed (#997)

bits-ui@1.0.0-next.70

10 Dec 16:38
b449dcd
Compare
Choose a tag to compare
bits-ui@1.0.0-next.70 Pre-release
Pre-release

Patch Changes

  • feat: add onStateChange callback to Command component (#972)

  • BREAKING: Update child snippet behavior of Floating UI-based Content components (#994)

  • fix: issue where you were unable to navigate to the previous menu from within a menu of the menubar via arrow keys (#990)

  • perf: optimize command methods (#992)

bits-ui@1.0.0-next.69

09 Dec 01:42
e2063e7
Compare
Choose a tag to compare
bits-ui@1.0.0-next.69 Pre-release
Pre-release

Patch Changes

  • fix: allow resetting DateField value (#988)

  • optimize classes via prototype bindings (#986)

bits-ui@1.0.0-next.68

08 Dec 17:39
e6bb3f1
Compare
Choose a tag to compare
bits-ui@1.0.0-next.68 Pre-release
Pre-release

Patch Changes

  • fix: avoidCollisions in Floating UI components (#984)