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

Releases: NoriginMedia/react-spatial-navigation

Babel config in CLI. Cherry picking from lodash and recompose

05 Feb 10:47
Compare
Choose a tag to compare

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

04 Feb 20:37
Compare
Choose a tag to compare

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

04 Feb 20:26
Compare
Choose a tag to compare
v1.0.0

Fixed import