- Notifications
You must be signed in to change notification settings - Fork6
Description
The devDependencyreact-redux was updated from6.0.0 to6.0.1.
This version iscovered by yourcurrent version range and after updating it in your projectthe build failed.
react-redux is a devDependency of this project. Itmight not break your production code or affect downstream projects, but probably breaks your build or test tools, which mayprevent deploying or publishing.
Status Details
- ❌ci/circleci: Your tests failed on CircleCI (Details).
Release Notes for 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 havea 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
contextprop 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)
Commits
The new version differs by 35 commits.
162b81a6.0.1d8a7ab5Update build deps. Add React 16.8 tests.6ad2b55Remove --save option as it isn't required anymore (#1193)fac9ad1Update Provider.md and quick-start.md (#1182)9bf2375Update Provider.mdfcd5ed8Update Provider.mdc198249Update react-router usage example (#1180)ab77450Upgrade to react-is v16.7.0 (#1174)0bf4e1fRemove duplicate line in connect api documents (#1173)6e0a106Updated: Support React-Hot-Loader compatibility (#1168)63af52fUpdate accessing-store.md (#1163)5199d9dEnsure that component prop 'context' really contains a React context … (#1134)e7661b3Fix spacing issues (#1153)75b90f9Add / change docs about v6 (#1148)5088345Addconnect()API doc (#1140)
There are 35 commits in total.
See thefull diff
FAQ and help
There is a collection offrequently asked questions. If those don’t help, you can alwaysask the humans behind Greenkeeper.
YourGreenkeeper Bot 🌴