Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Added `details` object to propagate extra data through the navigation flow and callbacks e.g. `event` object from key presses

Compare
Choose a tag to compare
@asgvard asgvard released this 02 Mar 09:30
· 23 commits to master since this release
43a6b34
event propagation (#60)

* added event object parameter to setFocus and navigateByDirection
added event object parameter to onBecameBlurred and onBecameFocused
onBecameBlurred and onBecameFocused called synchronously with navigation

* fix condition for setCurrentFocusedKey

* changed specific event parameter to generic details object