-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update react-redux to the latest version 🚀 #675
base: master
Are you sure you want to change the base?
Conversation
Update to this version instead 🚀 Release Notes for v5.1.1Changes |
Update to this version instead 🚀 Release Notes for v6.0.0🎉 This is our first big release supporting the new Context API added in React 16.4! No more blocked updates! As such, we now require React 16.4 or higher. Make sure to update your version when updating to this release. This work has been mostly lead by @cellog and @markerikson, with special guest appearances by yours truly and a whole cast of helpful reviewers. Breaking Changes
Behavior ChangesAny library that attempts to access the store instance out of legacy context will break, because we now put the store state into a Also, there is a behavior change around dispatching actions in constructors / Changes
CommitsThe new version differs by 17 commits ahead by 17, behind by 3.
There are 17 commits in total. See the full diff |
Update to this version instead 🚀 Release Notes for v6.0.1This 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
CommitsThe new version differs by 35 commits.
There are 35 commits in total. See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 9 commits.
See the full diff |
|
|
|
|
|
|
|
|
The dependency react-redux was updated from
5.0.7
to5.1.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v5.1.0
The biggest fix is for
connect()
being used with React's newerforwardRef
,memo
, andlazy
APIs.We also have begun a complete rewrite of our docs for React Redux. Check them out! Many thanks to those who contributed: @markerikson, @sveinpg, @wgao19, @BTMPL, @pyliaorachel, @dagstuan, @Kerumen, and @carloluis (sorry if I forgot someone!). Docs are a great way to get started contributing to open source, so open a PR today! Check #1001 to see what else needs to be done.
We're also looking at overhauling Redux's documentation. Check out reduxjs/redux#2590 for the latest there.
Changes
Commits
The new version differs by 56 commits.
b245f83
5.1.0
307f463
Rebuild lock files with npm 6.4.1
1b43eaa
(feat): support react 16.6 (#1062)
2093fbb
Upgrade to babel@7 (#1043)
bc7b6a9
docs: enable search for docusaurus site (#1060)
1e93536
Add nodejs version 10 for ci (#1058)
1ab1596
fix log message hint for ownProps on map function (#1056)
0d9325e
Docs/refactor getting started (#1054)
ba6b010
Update docs link
dde1a0a
Clean-Ups after
mapState
(#1042)294c42c
[Docs] Fix duplicated words in
mapState
(#1037)05f943d
Fixed broked links in footer (#1041)
cde9c04
Fix a very small typo in mapStateToProps docs (#1040)
1db16a4
Fix link to getting started doc (#1039)
f930a76
Docs/extracting data with mapstate (#1036)
There are 56 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 🌴