Release v0.5.3
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.