Skip to content

@ariakit/react@0.2.3

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 14:09
· 1343 commits to main since this release
bdc12e7

Patch Changes

  • Updated the SelectPopover component so the composite and typeahead props are automatically set to false when combining it with a Combobox component using the combobox prop from the select store. (#2428)

    This means you'll not need to explicitly pass composite={false} when building a Select with Combobox component.

  • The ComboboxItem component will now register itself on the combobox store even when the combobox is closed. (#2428)

  • Fixed Combobox with virtualFocus set to true (default) always reseting the focus when using VoiceOver and Safari to navigate through the items. (#2428)

  • Fixed autoComplete prop type on Combobox conflicting with the native autoComplete prop. (#2428)

    It's now possible to extend props from InputHTMLAttributes without having to Omit the autoComplete prop.

  • The SelectList and SelectPopover components will now automatically render the aria-multiselectable attribute even when the composite prop is set to false, but only when the underlying element has a composite role. (#2428)

  • Fixed Composite rendering the aria-activedescendant attribute even when the composite prop was set to false. (#2428)

  • Fixed Focusable triggering focus visible when pressing the Alt/Option key. (#2428)

  • Fixed activeId state on Tab not updating correctly when setting selectedId with the Next.js App Router. (#2443)

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