Skip to content

@ariakit/react@0.2.11

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 21:00
· 1205 commits to main since this release
6185097

Patch Changes

  • Fixed Combobox with autoSelect and autoComplete="both" so the value is maintained when the combobox input loses focus. (#2595)

  • Fixed Combobox with autoSelect prop causing a scroll jump when the popover was opened by typing on the input. (#2599)

  • Fixed Combobox with the autoSelect prop not automatically selecting the first option when used in combination with Select after the selected option is re-mounted. (#2592)

  • Updated composite item components with the focusOnHover prop set to true so that they don't scroll into view when hovered. (#2590)

  • Fixed Menu initial focus when used in combination with Combobox. (#2582)

  • Fixed Popover not updating its position when the placement changes while the popover is closed. (#2587)

  • Fixed Select not scrolling selected option into view in Safari. (#2591)

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