Releases: kirill-konshin/next-redux-wrapper
Releases · kirill-konshin/next-redux-wrapper
9.0.0-rc.2
Removed actionsFilter, serializeAction and deserializeAction. Instead, we now have serialize and deserialize methods, that receive full array of actions from each lifecycle method, and user has full control over filtering and serialization.
Full Changelog: 9.0.0-rc.1...9.0.0-rc.2
9.0.0-rc.1
Replaced HYDRATE action with actions replayed on client.
What's Changed
- Add type to useWrappedStore returned props by @Pikachews in #501
- Hydration fix by @kirill-konshin in #523
New Contributors
- @Pikachews made their first contribution in #501
Full Changelog: 8.1.0...9.0.0-rc.1
8.1.0
8.0.0
Hook-based implementation
8.0.0-rc.1
Hook-based component instead of class-based
7.0.5
7.0.4
7.0.3
7.0.2
Removed console.log