-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: reduxjs/react-redux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: reduxjs/react-redux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.x
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 6 files changed
- 5 contributors
Commits on Nov 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 574ecc5 - Browse repository at this point
Copy the full SHA 574ecc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d214e - Browse repository at this point
Copy the full SHA c9d214eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cdb83a - Browse repository at this point
Copy the full SHA 5cdb83aView commit details
Commits on Aug 28, 2019
-
Use UNSAFE_ lifecycle event names where supported. (#1383)
This provides forward compatibility with React 17.x for those still using the react-redux 5.x series by detecting support for the UNSAFE_ prefixed lifecycle event names (using `React.createContext` as a feature check as it avoids semver checking but was introduced in React 16.3 at the same time as the UNSAFE_ prefixes).
Configuration menu - View commit details
-
Copy full SHA for 9137f7f - Browse repository at this point
Copy the full SHA 9137f7fView commit details
Commits on Oct 1, 2019
-
Fix React version check to support 16.10 (#1407)
* Fix React version check to support 16.10 Since `parseFloat(React.version)` resolves to `16.1`, that breaks our version check. So, I've switched to checking against the `forwardRef` API's existence, which was also added in 16.3. * Also fix the version check in connectAdvanced.
Configuration menu - View commit details
-
Copy full SHA for 4144715 - Browse repository at this point
Copy the full SHA 4144715View commit details -
In React >=16.3, use unsafe lifecycle methods to avoid warnings, even…
… in development (#1410)
Configuration menu - View commit details
-
Copy full SHA for 2978315 - Browse repository at this point
Copy the full SHA 2978315View commit details
Commits on Oct 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ad8d773 - Browse repository at this point
Copy the full SHA ad8d773View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4be2626 - Browse repository at this point
Copy the full SHA 4be2626View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...5.x