This repository has been archived by the owner on May 5, 2023. It is now read-only.
Releases: NoriginMedia/react-spatial-navigation
Releases · NoriginMedia/react-spatial-navigation
Babel config in CLI. Cherry picking from lodash and recompose
Babel presets and plugins moved to CLI command to avoid .babelrc being parsed by the host project when using this package.
Deps from lodash and recompose are cherry picked now to reduce bundle size.
Added config to withFocusable
This release contains a breaking change. Now "withFocusable" should be called with an optional config.
withFocusable(Component) ---> withFocusable()(Component)
It is possible to pass "propagateFocus" into this config:
withFocusable({propagateFocus: true})(Component)
Initial Release
v1.0.0 Fixed import