Skip to content

@ariakit/react@0.2.13

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jul 21:11
· 2082 commits to main since this release
ffdcc5a

Patch Changes

  • The as prop has been soft deprecated. Use the render prop instead. (#2621)

  • The Combobox component now properly disables the autoSelect behavior when the user is scrolling through the list of options. This should prevent issues when scrolling virtualized or infinite lists. (#2617)

  • Fixed Combobox with autoSelect always focusing on the first item when a virtualized list is scrolled using arrow keys. (#2636)

  • Controlled store updates are now flushed synchronously. This should prevent issues when controlling a Combobox by passing value and setValue to the combobox store, for example. (#2671)

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