Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 May 18:17
· 50 commits to main since this release

2.0.0 (2021-05-21)

⚠ BREAKING CHANGES

  • This release is a full rewrite that drops Redux Persist and uses a custom
    middleware instead. next-redux-cookie-wrapper is no longer a drop-in replacement for
    next-redux-wrapper now but rather an extension to it, namely a Redux middleware to be used with
    next-redux-wrapper. Hence, the API of v2 has fully changed since v1. Please follow the setup
    instructions in the readme to set up v2 in your project.

Features

  • Support next-redux-wrapper v6 and v7 (e6ad7e5), closes #13