You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This version is covered by your current version range and after updating it in your project the build failed.
react-redux is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent 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 have a new extensive benchmark suite to keep us on track and ensure we're not regressing on speed in the future.
The devDependency react-redux was updated from
6.0.0
to6.0.1
.🚨 View failing branch.
This version is covered by your current version range and after updating it in your project the build failed.
react-redux is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status 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 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
context
prop really contains a React context (#1134 by @casdevs)Commits
The new version differs by 35 commits.
162b81a
6.0.1
d8a7ab5
Update build deps. Add React 16.8 tests.
6ad2b55
Remove --save option as it isn't required anymore (#1193)
fac9ad1
Update Provider.md and quick-start.md (#1182)
9bf2375
Update Provider.md
fcd5ed8
Update Provider.md
c198249
Update react-router usage example (#1180)
ab77450
Upgrade to react-is v16.7.0 (#1174)
0bf4e1f
Remove duplicate line in connect api documents (#1173)
6e0a106
Updated: Support React-Hot-Loader compatibility (#1168)
63af52f
Update accessing-store.md (#1163)
5199d9d
Ensure that component prop 'context' really contains a React context … (#1134)
e7661b3
Fix spacing issues (#1153)
75b90f9
Add / change docs about v6 (#1148)
5088345
Add
connect()
API doc (#1140)There are 35 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
The text was updated successfully, but these errors were encountered: