Skip to content

Releases: kirill-konshin/next-redux-wrapper

9.0.0-rc.2

07 Feb 21:07
Compare
Choose a tag to compare
9.0.0-rc.2 Pre-release
Pre-release

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

07 Feb 03:26
Compare
Choose a tag to compare
9.0.0-rc.1 Pre-release
Pre-release

Replaced HYDRATE action with actions replayed on client.

What's Changed

New Contributors

Full Changelog: 8.1.0...9.0.0-rc.1

8.1.0

28 Dec 18:43
8e098f7
Compare
Choose a tag to compare

Fix #493 #495 #496

What's Changed

New Contributors

  • @zrod made their first contribution in #486

Full Changelog: 8.0.0...8.1.0

8.0.0

09 Sep 18:24
Compare
Choose a tag to compare

Hook-based implementation

8.0.0-rc.1

03 Dec 23:13
Compare
Choose a tag to compare
8.0.0-rc.1 Pre-release
Pre-release

Hook-based component instead of class-based

7.0.5

13 Sep 22:27
Compare
Choose a tag to compare

Proper type fix for issue #412

7.0.4

01 Sep 23:10
2bb8887
Compare
Choose a tag to compare

Remove deprecated UNSAFE_componentWillReceiveProps #380

7.0.3

01 Sep 22:48
Compare
Choose a tag to compare

Fixed type issue #412

7.0.2

14 Jun 15:59
Compare
Choose a tag to compare

Removed console.log

7.0.1

11 Jun 20:57
Compare
Choose a tag to compare

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