Skip to content

@ariakit/react@0.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 30 May 05:41
· 2016 commits to main since this release
4a6575b

Patch Changes

  • The Checkbox component now accepts string[] as the value 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 on Checkbox 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 the disclosureElement state on the disclosure store. (#2462)

  • Removed the hideOnControl prop from Hovercard. (#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 the updatePosition prop not moving focus into the popover when it opens. (#2482)

  • Updated the updatePosition prop type on Popover to allow for returning a Promise. (#2482)

  • Updated dependencies: @ariakit/react-core@0.2.4.