Skip to content

Releases: huntabyte/bits-ui

bits-ui@1.4.0

29 Apr 00:55
1e96e14
Compare
Choose a tag to compare

Minor Changes

  • feat(Combobox): add delay prop to scroll buttons for custom scroll delay (#1395)

  • feat(Select): add delay prop to scroll buttons for custom scroll delay (#1395)

Patch Changes

  • fix(Slider): update tick position calculation for consistent scaling (#1375)

  • chore(Popover): export PopoverPortalPropsWithoutHTML from Popover types (#1397)

  • fix(FocusScope): safely call onCloseAutoFocus handler if defined (#1366)

  • fix(Select): ensure scrollAlignment prop is used (if provided) when scrolling (#1390)

bits-ui@1.3.19

09 Apr 01:25
484b2d4
Compare
Choose a tag to compare

Patch Changes

  • fix(Calendar): ensure time set outside persists when new day is selected (#1359)

  • fix(Command): ensure filtered is always defined, even if not filtering (#1363)

  • fix(Calendar): ensure default value is not a string (#1362)

bits-ui@1.3.18

07 Apr 23:53
6384cfe
Compare
Choose a tag to compare

Patch Changes

  • fix: bug with date formatting in date-value attribute (#1347)

bits-ui@1.3.17

05 Apr 02:40
e2f18ed
Compare
Choose a tag to compare

Patch Changes

  • fix(Pagination): ensure range.start starts at 1 instead of 0 (#1354)

  • fix(Avatar): fix invalid display style being applied to fallback (#1352)

bits-ui@1.3.16

01 Apr 17:37
f240c9a
Compare
Choose a tag to compare

Patch Changes

  • fix(Slider): Prevent Thumb from exceeding track bounds (#1338)

bits-ui@1.3.15

31 Mar 00:27
e02f793
Compare
Choose a tag to compare

Patch Changes

  • fix(Select): enable space support in typeahead logic (#1335)

  • fix(Command): command sort only once per tick (#1321)

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)