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
A new version was just released of react-redux, so Doppins
has upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded react-redux from 5.0.7 to 5.1.0
Changelog:
Version 5.1.0
The biggest fix is for connect() being used with React's newer forwardRef, memo, and lazy 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.
Simplify object check and eliminate lodash dependency (#936 by @matthargett)
Remove subkey arg (#945 by @theJian)
Switch our test suite to Jest (@timdorr)
Implement testing in React 0.14, 15, and 16.x (#984 by @cellog)
Convert tests to use react-testing-library instead of Enzyme (#998 by @cellog and @markerikson)
Add unpkg field to package.json (#1003 by @nickmccurdy)
Set up basic docusaurus structure (#1032 by @sveinpg)
Add nodejs version 10 for ci (#1058 by @noelyoo)
Upgrade to babel@7 (#1043@Andarist)
Version 5.1.0
This release is broken - DO NOT USE IT!
This is a test release to try out some changes in relation with React 16.3's new StrictMode. Please try it out in your projects and see if it breaks anything!
Narrator: It did.
It turned out to be very broken, and should not be used.
We are currently working on React-Redux version 6.0, which will switch to using createContext internally. See #950 for our development roadmap, and #995 and #1000 for the two "competing" work-in-progress PRs (available on NPM as tags next-995 and next-1000). Please try those out instead, and give us feedback in the PR threads.
doppins-bot
changed the title
[Doppins] Upgrade dependency react-redux to 7.0.2
[Doppins] Upgrade dependency react-redux to 7.0.3
Apr 28, 2019
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
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.
Hi!
A new version was just released of
react-redux, so Doppinshas upgraded your project's dependency ranges.
Make sure that it doesn't break anything, and happy merging!
Upgraded react-redux from
5.0.7to5.1.0Changelog:
Version 5.1.0
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#1001to see what else needs to be done.We're also looking at overhauling Redux's documentation. Check out reduxjs/redux
#2590for the latest there.Changes (
https://github.com/reactjs/react-redux/compare/v5.0.7...v5.1.0)#936by@matthargett)#945by@theJian)@timdorr)#984by@cellog)#998by@cellogand@markerikson)#1003by@nickmccurdy)#1032by@sveinpg)#1058by@noelyoo)#1043@Andarist)Version 5.1.0
This release is broken - DO NOT USE IT!
This is a test release to try out some changes in relation with React 16.3's new StrictMode.
Please try it out in your projects and see if it breaks anything!Narrator: It did.
It turned out to be very broken, and should not be used.
We are currently working on React-Redux version 6.0, which will switch to using
createContextinternally. See#950for our development roadmap, and#995and#1000for the two "competing" work-in-progress PRs (available on NPM as tagsnext-995andnext-1000). Please try those out instead, and give us feedback in the PR threads.Changelog for historical reference