Skip to content

Release v0.5.3

Compare
Choose a tag to compare
@NeoLegends NeoLegends released this 26 Feb 18:31
· 101 commits to master since this release

This release refactors the way the redux store provider component works. Now any element can be the store provider for its children instead of just the special one created through the factory function.

Making one's app-shell / root element the provider is now the recommended way. The old factory function has been left in and marked as deprecated making this release backwards-compatible. It will be removed with the next major set of changes.