@ariakit/react@0.2.4
Patch Changes
-
The
Checkbox
component now acceptsstring[]
as thevalue
prop. This is to conform with the native input prop type. If a string array is passed, it will be stringified, just like in the native input element. (#2456) -
Fixed the
clickOnEnter
prop onCheckbox
not working when rendering the component as a native input element. (#2456) -
Fixed typeahead behavior when the composite item element's text content starts with an empty space. (#2475)
-
Removed the delay before focusing on the final focus element when a dialog is closed. (#2462)
-
Fixed
Dialog
wrongly focusing on the final focus element when a dialog is closed by clicking on another dialog. (#2462) -
Fixed
Disclosure
timing to set thedisclosureElement
state on the disclosure store. (#2462) -
Removed the
hideOnControl
prop fromHovercard
. (#2478) -
Fixed clicking outside a
Dialog
when there's an ancestor element between the dialog content element and the portal element. (#2482) -
Fixed
Popover
with theupdatePosition
prop not moving focus into the popover when it opens. (#2482) -
Updated the
updatePosition
prop type onPopover
to allow for returning aPromise
. (#2482) -
Updated dependencies:
@ariakit/react-core@0.2.4
.