This repository was archived by the owner on Jan 27, 2021. It is now read-only.
Releases: dperkins0/redux-subspace
Releases · dperkins0/redux-subspace
v6.2.1 (Deprecation)
v6.2.0
v6.1.0
v6.0.0
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
keyofthe state) - Refs are now being forwarded when using the
subspacedorparentSpacedHOCs
🚨Breaking changes
- Removed
subspaceDecoratorprop (publicly facing, internal API) fromSubspaceProvider - Some type definitions had to be updated to support the
keyofchanges- not all changes can be automatically inferred, so some usages will need to provide the parent state type to inform the
keyofoptions
- not all changes can be automatically inferred, so some usages will need to provide the parent state type to inform the
v5.0.0
v4.0.1
v4.0.0
Update all the thing!
Changes
- Added support for
react-reduxv6 and v7 inreact-redux-subspace - Added support for
redux-sagav1 inredux-subspace-saga - Added support for
redux-loopv5 inredux-subspace-loop - Introduced
useSubspaceanduseParentSpaceReact hooks toreact-redux-subspace - Added custom context options to all
react-redux-subspaceAPIs - Updated most dependencies across all packages
- Examples updated to latest (or at least later) version of dependencies
🚨Breaking changes
react-reduxv5 is no longer supported inreact-redux-subspaceredux-sagav0.16 is no longer supported inredux-subspace-sagaredux-loopv3 and v4 are no longer supported inredux-subspace-loopparentSpacedAPI changed to inlcude higher-order function to accept newoptionsargument inreact-redux-subspace- TypeScript definitons for multiple packages have been updated
