-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Comparing changes
Open a pull request
base repository: reduxjs/react-redux
base: v7.1.1
head repository: reduxjs/react-redux
compare: v7.1.2
- 17 commits
- 27 files changed
- 13 contributors
Commits on Aug 27, 2019
-
add a line to insist on the pure nature (#1386)
* add a line to insist on the pure nature add a line to insist on the pure nature of mapStateToProps function * Reorder
Configuration menu - View commit details
-
Copy full SHA for e228b32 - Browse repository at this point
Copy the full SHA e228b32View commit details -
Clarify two way dispatch binding in more detail (#1387)
* Clarify two way dispatch binding in more detail * Formatted the new code blocks
Configuration menu - View commit details
-
Copy full SHA for 5b268f3 - Browse repository at this point
Copy the full SHA 5b268f3View commit details
Commits on Sep 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6c873c7 - Browse repository at this point
Copy the full SHA 6c873c7View commit details
Commits on Oct 1, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 063c2ed - Browse repository at this point
Copy the full SHA 063c2edView commit details
Commits on Oct 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d9c49fa - Browse repository at this point
Copy the full SHA d9c49faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bc231f - Browse repository at this point
Copy the full SHA 4bc231fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 31c998a - Browse repository at this point
Copy the full SHA 31c998aView commit details
Commits on Oct 8, 2019
-
Use the same condition for checking if SSR in useSelector.js as in co…
…nnectAdvanced.js (#1419)
Configuration menu - View commit details
-
Copy full SHA for 69d62e4 - Browse repository at this point
Copy the full SHA 69d62e4View commit details
Commits on Oct 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2297944 - Browse repository at this point
Copy the full SHA 2297944View commit details
Commits on Oct 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 388d9e4 - Browse repository at this point
Copy the full SHA 388d9e4View commit details -
Remove unused
latestStoreState
field (#1426)* Remove unused `latestStoreState` field 1. This field doesn't actually affect anything: `action.payload` is always a fresh object anyway 2. Having reference to some arbitrary state from the past (namely, the one that triggered the last update for given component) leads to huge memory leaks if the state object is large and there are lots of connected components. * Revert redundant change
Configuration menu - View commit details
-
Copy full SHA for 6725400 - Browse repository at this point
Copy the full SHA 6725400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eac861 - Browse repository at this point
Copy the full SHA 2eac861View commit details
Commits on Oct 29, 2019
-
[ImgBot] Optimize images (#1434)
*Total -- 92.09kb -> 76.66kb (16.76%) /website/static/img/redux-logo-twitter.png -- 37.60kb -> 28.99kb (22.9%) /website/static/img/redux-logo-landscape.png -- 38.69kb -> 32.33kb (16.44%) /website/static/img/noun_Certificate_1945625.svg -- 5.10kb -> 4.84kb (5.1%) /website/static/img/noun_Rocket_1245262.svg -- 3.35kb -> 3.26kb (2.68%) /website/static/img/redux_white.svg -- 1.12kb -> 1.09kb (2.27%) /website/static/img/redux.svg -- 1.12kb -> 1.09kb (2.01%) /website/static/img/noun_Check_1870817.svg -- 0.30kb -> 0.29kb (1.95%) /website/static/img/noun_Box_1664404.svg -- 2.72kb -> 2.68kb (1.79%) /website/static/img/external-link-square-alt-solid.svg -- 0.61kb -> 0.61kb (0.95%) /website/static/img/github-brands.svg -- 1.48kb -> 1.47kb (0.46%) Signed-off-by: ImgBotApp <[email protected]> Co-authored-by: Imgbot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4be8b3f - Browse repository at this point
Copy the full SHA 4be8b3fView commit details
Commits on Nov 2, 2019
-
Bump mixin-deep from 1.3.1 to 1.3.2 in /website (#1442)
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](jonschlinkert/mixin-deep@1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b5034a6 - Browse repository at this point
Copy the full SHA b5034a6View commit details
Commits on Nov 6, 2019
-
Fix RN batching and effect behavior (#1444)
* Add React Native deps for testing * Add a Jest config to run tests in an RN environment * Add initial RN tests * Add test for RN batch export * Add jest-native testing assertions * Extract useIsomorphicLayoutEffect utility * Add additional RN batching-related tests * 7.1.2-alpha.0
Configuration menu - View commit details
-
Copy full SHA for b832f83 - Browse repository at this point
Copy the full SHA b832f83View commit details -
Pass non-Redux-store values through the
store
prop (#1447)* Allow non-Redux-store values as a prop named `store` * Formatting
Configuration menu - View commit details
-
Copy full SHA for 2677705 - Browse repository at this point
Copy the full SHA 2677705View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f495b2 - Browse repository at this point
Copy the full SHA 5f495b2View commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.