Skip to content

Releases: kirill-konshin/next-redux-wrapper

v3.0.0-alpha.0

14 Feb 19:19
Compare
Choose a tag to compare
  • Typescript
  • ESLint
  • Breaking: setPromise not exported
  • Breaking: Store is no longer preserved between getInitialProps and render of WrappedApp. It will be always created twice, once with empty state and once with state received from getInitialProps

2.1.0

14 Feb 19:17
Compare
Choose a tag to compare

Fix #91 Not working with react-redux-firebase "TypeError: Converting circular structure to JSON"
Updated dependencies

⚠️ THIS RELEASE HAS ACCIDENTAL BREAKING CHANGE ⚠️

  • setPromise not exported
  • Store is no longer preserved between getInitialProps and render of WrappedApp. It will be always created twice, once with empty state and once with state received from getInitialProps.

2.0.0

13 Jul 20:19
Compare
Choose a tag to compare

This release is aimed to use new NextJS 6.x feature pages/_app.

Please read upgrade instructions.

1.3.5

29 Nov 20:49
Compare
Choose a tag to compare

Minor fixes

1.3.4

06 Sep 17:27
Compare
Choose a tag to compare

Added res to makeStore parameters.
Fixed NodeJS compatibility issue.

1.3.2

27 Jul 09:04
Compare
Choose a tag to compare

Added a fallback to connect for cases when withRedux is used with non top level pages.

1.3.1

26 Jul 10:02
Compare
Choose a tag to compare

Added meaningful error for cases when withRedux is used for not top level pages.

1.3.0

25 Jul 12:05
Compare
Choose a tag to compare
  • Add ability to pass config object
  • Add next page context query object to initStore
  • Add tests and documentation updates

1.2.0

07 Jul 20:18
Compare
Choose a tag to compare

Added isServer to makeStore function

1.1.3

18 Jun 17:57
Compare
Choose a tag to compare

HMR fix