forked from amaybaum-dev/cezerin2
-
Notifications
You must be signed in to change notification settings - Fork 0
Update dependency react-redux to v5.1.0 #58
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
Open
dev-mend-for-github.zerozr99.workers.dev
wants to merge
1
commit into
master
Choose a base branch
from
whitesource-remediate/react-redux-5.x-lockfile
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependency react-redux to v5.1.0 #58
dev-mend-for-github.zerozr99.workers.dev
wants to merge
1
commit into
master
from
whitesource-remediate/react-redux-5.x-lockfile
+2
−4
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
94f1de9 to
e22c1da
Compare
e22c1da to
8e09928
Compare
8e09928 to
5e37a36
Compare
5e37a36 to
ecedde4
Compare
ecedde4 to
d636e34
Compare
d636e34 to
26cdbdc
Compare
15f0208 to
1844d09
Compare
1844d09 to
43f2dd3
Compare
43f2dd3 to
e708582
Compare
e708582 to
32e7acb
Compare
32e7acb to
491f627
Compare
4e21862 to
fb2a56b
Compare
fb2a56b to
3e2678b
Compare
3e2678b to
d0cf19f
Compare
Author
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.7->5.1.0By merging this PR, the issue #33 will be automatically resolved and closed:
Release Notes
reduxjs/react-redux (react-redux)
v5.1.0Compare Source
The biggest fix is for
connect()being used with React's newerforwardRef,memo, andlazyAPIs.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