Releases: huntabyte/bits-ui
bits-ui@1.3.14
Patch Changes
- fix(Menubar): Add
onOpenChange
prop to<Menubar.Menu/>
(#1324)
bits-ui@1.3.13
Patch Changes
- fix(Context Menu): forward
trapFocus
prop (#1303)
bits-ui@1.3.12
bits-ui@1.3.11
Patch Changes
-
fix(Command): ensure correct
aria-activedescendant
is applied toCommand.Input
(#1288) -
improve(Combobox): add
aria-multiselectable
attribute to the content when type ismultiple
(#1288) -
fix(AlertDialog): ensure
AlertDialog.Content
receives focus first on open to read alert title/description to screen readers (#1288) -
fix(Context Menu): ensure
onOpenAutoFocus
prop is exposed and forwarded (#1291) -
improve(Select): add
aria-multiselectable
attribute to the content when type ismultiple
(#1288)
bits-ui@1.3.10
Patch Changes
- fix: accessibility issues on
Select.Trigger
(#1285)
bits-ui@1.3.9
Patch Changes
- fix: expose
customAnchor
type forTooltip.Content
props (#1280)
bits-ui@1.3.8
Patch Changes
- fix: menubar focus restore on escape (#1277)
bits-ui@1.3.7
bits-ui@1.3.6
Patch Changes
-
fix(Calendar): ensure outside days are not focusable when
disableOutsideDays
istrue
(#1264) -
fix(Range Calendar): ensure outside days are not focusable when
disableOutsideDays
istrue
(#1264) -
fix: ensure default placeholder is not a disabled date, which would prevent users from navigating the calendar using tab/keyboard (#1264)
bits-ui@1.3.5
Patch Changes
- fix: Checkboxes within a group not reflecting correct
checked
state during SSR (#1254)