@noriginmedia/norigin-spatial-navigation
Advanced tools
Changelog
[1.3.0]
init
config option shouldFocusDOMNode
that focuses the underlying accessible DOM node too.Changelog
[1.2.0]
init
config option useGetBoundingClientRect
that affects the measurements of sizes and coordinates.Changelog
[1.1.5]
setThrottle
to dynamically change throttle time.unbindEventHandlers
regardless of throttle valueChangelog
[1.1.4]
parentFocusKey
when removeFocusable
destroy
(added bind
)Changelog
[1.1.3]
Reflect.deleteProperty
was replaced by delete
to be es5 compliant.Changelog
[1.1.2]
focusDetails
in focusSelf
and setFocus
methods.Changelog
[1.1.0]
useEffectOnce
to avoid multiple effect runs on mount that was breaking the
generation of the focusKey
s.Changelog
[1.0.6]
getCurrentFocusKey
) for retrieving the currently focused component's focus keysetKeyMap
Changelog
[1.0.5]
useFocusable
hook that is available in all callbacks that bounce props back.lodash
imports to cherry-picked ones to avoid the whole lodash
lib to be bundled in the project.