ariakit@2.0.0-next.33
Pre-releaseMinor Changes
-
Removed the
modalprop fromComboboxPopoveras it wasn't working and doesn't really make sense. If you want to render the combobox popover in a portal, use theportalprop instead. (#1582) -
Changed the scroll behavior when focusing on
CompositeItemelements using arrow keys. (#1584) -
The
autoFocusOnShowandautoFocusOnHideprops onDialognow support a function value. (#1599)
Patch Changes
-
Fixed smooth scrolling when auto focusing
Dialogelements on Firefox. (#1599) -
Fixed an issue where
ariakit-utilswas directly accessing React v18 APIs via a namespace import (import * as React from 'react') and Webpack was raising an error. Changed access to string concatenation so that Webpack is unable to infer that these APIs may not be in the imported package. (#1560) -
Fixed screen reader announcing untouched
FormFieldelements as invalid. (#1588) -
Fixed
PopoverArrowstyling flash whenPopoveris flipped. (#1593) -
Fixed scroll jump issue on
Popoverwithportalprop. (#1592) -
Fixed
SelectPopovernot receiving focus when clicking onSelecton Firefox/macOS. (#1585) -
Fixed
SelectPopoverwithmodalprop automatically hiding right after clicking on theSelectelement. (#1590) -
Fixed
SelectPopoverprops whencompositeis set tofalse. (#1581) -
Fixed unintended page scroll when pressing Space on the
Selectcomponent. (#1579) -
Updated dependencies:
ariakit-utils@0.17.0-next.23.