You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New property for useFocusable - focusBoundaryDirections, array of directions to block when isFocusBoundary is enabled
New property useFocusable - forceFocus to mark the component to be the target for auto-restore focus logic when focus is lost
New global method doesFocusableExist to check if the focusable component exists before setting focus on it. Safety feature
Changed
[BREAKING] Top level exports setFocus, getCurrentFocusKey, navigateByDirection, pause, resume, updateAllLayouts are now exported from SpatialNavigation instead of useFocusable hook.
Fixed
Context display name is now called FocusContext in React Devtools
Updating lastFocusedChildKey for newly added parent components