Releases: kirill-konshin/next-redux-wrapper
Releases · kirill-konshin/next-redux-wrapper
v3.0.0-alpha.0
- Typescript
- ESLint
- Breaking:
setPromisenot exported - Breaking: Store is no longer preserved between
getInitialPropsandrenderof WrappedApp. It will be always created twice, once with empty state and once with state received fromgetInitialProps
2.1.0
Fix #91 Not working with react-redux-firebase "TypeError: Converting circular structure to JSON"
Updated dependencies
setPromisenot exported- Store is no longer preserved between
getInitialPropsandrenderofWrappedApp. It will be always created twice, once with empty state and once with state received fromgetInitialProps.
2.0.0
This release is aimed to use new NextJS 6.x feature pages/_app.
Please read upgrade instructions.
1.3.5
Minor fixes
1.3.4
Added res to makeStore parameters.
Fixed NodeJS compatibility issue.
1.3.2
Added a fallback to connect for cases when withRedux is used with non top level pages.
1.3.1
Added meaningful error for cases when withRedux is used for not top level pages.
1.3.0
- Add ability to pass config object
- Add next page context
queryobject to initStore - Add tests and documentation updates
1.2.0
Added isServer to makeStore function
1.1.3
HMR fix