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

Releases: ioof-holdings/redux-subspace

v6.2.1 (Deprecation)

27 Jan 02:52
Compare
Choose a tag to compare

Changes

  • Add deprecation message to packages READMEs

v6.2.0

03 Dec 10:59
Compare
Choose a tag to compare

Changes

  • Removed recompose as a dependency to remove a security audit issue (#510)

v6.1.0

26 Sep 10:19
Compare
Choose a tag to compare

Changes

  • Improvement to redux-subspace-wormhole to return referentially equal state objects when the state hasn't changed in-between getState calls

v6.0.0

22 Sep 12:43
Compare
Choose a tag to compare

Changes

  • Prevent subspace from being recreated if mapState function changes reference (#137)
  • Improved types where strings are used to create subspaces (the string must not be a keyof the state)
  • Refs are now being forwarded when using the subspaced or parentSpaced HOCs

🚨Breaking changes

  • RemovedsubspaceDecorator prop (publicly facing, internal API) from SubspaceProvider
  • Some type definitions had to be updated to support the keyof changes
    • not all changes can be automatically inferred, so some usages will need to provide the parent state type to inform the keyof options

v5.0.0

06 Sep 04:55
Compare
Choose a tag to compare

Changes

  • Replaced useReplacedContext hack with the latest react-redux Provider (#123)

🚨Breaking changes

  • The minimum supported version of react-redux has been raised to v7.1.1. Please ensure you are using this version or newer.

v4.0.1

05 Sep 10:52
Compare
Choose a tag to compare

Changes

  • Apparently we weren't as compatible with react-redux v6.x.x as we thought, so that compatible peer dependency range has been removed (#121 #122)

v4.0.0

28 Aug 11:48
Compare
Choose a tag to compare

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

v3.1.0

16 Jun 03:35
Compare
Choose a tag to compare

Changes

  • Added ParentSpaceProvider component to break out of a subspace from a child component (#106)
  • fixed typo in docs (#107)

v3.0.1

20 Dec 09:38
Compare
Choose a tag to compare

Changes

  • Fixed bug causing initial state not to populate correctly if partial state was provided to createStore (#100)

v3.0.0

03 Dec 23:39
Compare
Choose a tag to compare

Changes

  • redux v4 compatability (#92, #97)
  • redux-observable v1 compatability (#92)