Releases: huntabyte/bits-ui
bits-ui@1.4.0
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
bits-ui@1.3.18
Patch Changes
- fix: bug with date formatting in date-value attribute (#1347)
bits-ui@1.3.17
bits-ui@1.3.16
Patch Changes
- fix(Slider): Prevent Thumb from exceeding track bounds (#1338)
bits-ui@1.3.15
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)