Releases: huntabyte/bits-ui
Releases · huntabyte/bits-ui
[email protected]
Patch Changes
- revert to
onclick
events for most components except where it makes sense (like menus, select, etc.) (#1011)
[email protected]
Minor Changes
- Resolves peer dependency issues for Svelte 5 projects (#868)
[email protected]
Patch Changes
- Update Svelte
peerDependency
from^5.0.0-next.1
to^5.0.0
(#869)
[email protected]
Minor Changes
- feat:
Checkbox.Group
andCheckbox.GroupLabel
components (#1003)
[email protected]
Patch Changes
- fix:
Command
arrow navigation after empty state displayed (#997)
[email protected]
Patch Changes
-
feat: add
onStateChange
callback toCommand
component (#972) -
BREAKING: Update
child
snippet behavior of Floating UI-basedContent
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)
[email protected]
[email protected]
Patch Changes
- fix:
avoidCollisions
in Floating UI components (#984)
[email protected]
Patch Changes
- fix: allow
Select
to handle empty string values via keyboard (#979)
[email protected]
Patch Changes
- fix: make
open
prop ofDateRangePicker
andDatePicker
$bindable
(#975)