This release candidate updates our peer deps to accept all React versions with hooks (16.8+, 17+, and 18+), as well as React Native (0.59+). (The code already worked, but the peer deps needed to be updated to match behavior and install correctly.)
At this point, React-Redux v8 is feature-complete and stable. We still really want users to try this out and give us feedback before the final release! Barring any reported issues, we plan to release 8.0 as final within the next few days.
What's Changed
- Remove ts-ignore for initMergeProps by @Methuselah96 in #1891
- fix(deps): add optional peer deps into
peerDependencies
by @kyletsang in #1893 - Update peer deps for v8 by @markerikson in #1895
Full Changelog: v8.0.0-rc.0...v8.0.0-rc.1