This alpha release updates the Redux core package dependency to 5.0.0-alpha.2
. This release may have breaking changes.
Changelog
Redux v5 Dependency Update
We've updated the redux
dependency from 4.2.x to redux@5.0.0-alpha.2
. The Redux v5 branch contains the TS conversion work we did in 2019, a migration to full ESM package compatibility, and some additional types changes and internal tweaks.
In practice, these hopefully shouldn't affect most codebases, but that's why these are major versions and we're publishing these alphas :)
We'd like users to try out these alphas releases in your apps and let us know of any build/typing/runtime errors or compatibility problems!
Please see the Redux v5 alpha release notes for further details:
- https://github.com/reduxjs/redux/releases/tag/v5.0.0-alpha.0
- https://github.com/reduxjs/redux/releases/tag/v5.0.0-alpha.1
- https://github.com/reduxjs/redux/releases/tag/v5.0.0-alpha.2
What's Changed
- Fix type errors after upgrading to Redux 5 alpha by @Methuselah96 in #3177
- Bump Redux dep to 5.0.0-alpha.2 by @markerikson in #3170
Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2