Skip to content

React Aria Components v1.21.0

Latest

Choose a tag to compare

@devongovett devongovett released this 04 Sep 19:44
· 17 commits to main since this release

We're excited to welcome a brand new component to the family! The new NavigationTree component displays a hierarchical set of links, perfect for building sidebars and complex app navigation. It comes fully loaded with keyboard navigation, and support for nested routes.

Menu also gets a big upgrade this release: it now supports async loading and empty states! Load menu items from an API as the user scrolls with the new MenuLoadMoreItem and use renderEmptyState to show an indicator when data is loading or when the menu is empty.

Full Release Notes