Next Redux Wrapper Versions Save

Redux wrapper for Next.js

9.0.0-rc.2

1 year ago

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: https://github.com/kirill-konshin/next-redux-wrapper/compare/9.0.0-rc.1...9.0.0-rc.2

9.0.0-rc.1

1 year ago

Replaced HYDRATE action with actions replayed on client.

What's Changed

New Contributors

Full Changelog: https://github.com/kirill-konshin/next-redux-wrapper/compare/8.1.0...9.0.0-rc.1

8.0.0

1 year ago

Hook-based implementation

8.0.0-rc.1

2 years ago

Hook-based component instead of class-based

7.0.5

2 years ago

Proper type fix for issue #412

7.0.4

2 years ago

Remove deprecated UNSAFE_componentWillReceiveProps #380

7.0.3

2 years ago

Fixed type issue #412

7.0.2

2 years ago

Removed console.log

7.0.1

2 years ago

Fixed issue #378 when initialProps from getInitialPageProps were not unwrapped.