Skip to content

Releases: huntabyte/bits-ui

bits-ui@1.3.14

26 Mar 21:51
d7bfa33
Compare
Choose a tag to compare

Patch Changes

  • fix(Menubar): Add onOpenChange prop to <Menubar.Menu/> (#1324)

bits-ui@1.3.13

17 Mar 16:57
49549f3
Compare
Choose a tag to compare

Patch Changes

  • fix(Context Menu): forward trapFocus prop (#1303)

bits-ui@1.3.12

13 Mar 19:57
bb3a68b
Compare
Choose a tag to compare

Patch Changes

  • fix(Radio Group): ensure currently selected value receives focus when entering radio group via tab (#1296)

  • fix(Command): ensure original order is properly restored when search is cleared (#1293)

bits-ui@1.3.11

12 Mar 02:24
540cfde
Compare
Choose a tag to compare

Patch Changes

  • fix(Command): ensure correct aria-activedescendant is applied to Command.Input (#1288)

  • improve(Combobox): add aria-multiselectable attribute to the content when type is multiple (#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 is multiple (#1288)

bits-ui@1.3.10

11 Mar 03:21
bef78a7
Compare
Choose a tag to compare

Patch Changes

  • fix: accessibility issues on Select.Trigger (#1285)

bits-ui@1.3.9

10 Mar 16:07
422f2e7
Compare
Choose a tag to compare

Patch Changes

  • fix: expose customAnchor type for Tooltip.Content props (#1280)

bits-ui@1.3.8

10 Mar 00:26
9dd9b64
Compare
Choose a tag to compare

Patch Changes

  • fix: menubar focus restore on escape (#1277)

bits-ui@1.3.7

09 Mar 20:30
d2152af
Compare
Choose a tag to compare

Patch Changes

  • fix: multiple submenus in the same menu being open at the same time if too close (#1275)

  • chore: cleanup MenubarContent internals (#1271)

bits-ui@1.3.6

05 Mar 16:00
ce4283f
Compare
Choose a tag to compare

Patch Changes

  • fix(Calendar): ensure outside days are not focusable when disableOutsideDays is true (#1264)

  • fix(Range Calendar): ensure outside days are not focusable when disableOutsideDays is true (#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

01 Mar 00:54
b5c66f1
Compare
Choose a tag to compare

Patch Changes

  • fix: Checkboxes within a group not reflecting correct checked state during SSR (#1254)