v6.0.1
This is a minor release with support for react-hot-loader and a few small bug fixes for edge cases.
While you're here, please stop by #1177 to see our roadmap for the next versions of React Redux. We are aware that performance is not so hot in 6.0. Short version: We put too much traffic on React's context API, which isn't really designed for high levels of reads and writes. We're looking to reduce that load and get performance back on track in a minor release, so there won't be backwards compatibility concerns. We have a new extensive benchmark suite to keep us on track and ensure we're not regressing on speed in the future.
And yes, we know about Hooks. Check out #1179.
Changes
- Fix for circular component object structures, such as Emotion styled components. (#1122 by @Andarist)
- Minor optimization: remove conditional (#1131 by @ericanderson)
- Ensure that component
context
prop really contains a React context (#1134 by @casdevs) - react-hot-loader compatibility (#1168/#1137 by @theKashey)
- Upgrade to react-is v16.7.0 (#1174 by @nobezawa)