Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

v4.0.0

Compare
Choose a tag to compare
@mpeyper mpeyper released this 28 Aug 11:48
· 867 commits to master since this release

Update all the thing!

Update all the things!

Changes

  • Added support for react-redux v6 and v7 in react-redux-subspace
  • Added support for redux-saga v1 in redux-subspace-saga
  • Added support for redux-loop v5 in redux-subspace-loop
  • Introduced useSubspace and useParentSpace React hooks to react-redux-subspace
  • Added custom context options to all react-redux-subspace APIs
  • Updated most dependencies across all packages
  • Examples updated to latest (or at least later) version of dependencies

🚨Breaking changes

  • react-redux v5 is no longer supported in react-redux-subspace
  • redux-saga v0.16 is no longer supported in redux-subspace-saga
  • redux-loop v3 and v4 are no longer supported in redux-subspace-loop
  • parentSpaced API changed to inlcude higher-order function to accept new options argument in react-redux-subspace
  • TypeScript definitons for multiple packages have been updated