Update dependency react-redux to v4.4.10 #6
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:
4.0.0
->4.4.10
Release Notes
reduxjs/react-redux
v4.4.10
Compare Source
v4.4.9
Compare Source
v4.4.8
Compare Source
v4.4.7
Compare Source
v4.4.6
Compare Source
v4.4.5
Compare Source
componentWillUnmount
caused an error in child’smapStateToProps
(#351,ea53d6f
)v4.4.4
Compare Source
setState()
whenmapStateToProps()
doesn’t care aboutownProps
(#348, #300)v4.4.3
Compare Source
90f427b
)v4.4.2
Compare Source
mergeProps
now works correctly with components that havepure: false
(#337, #338)v4.4.1
Compare Source
v4.4.0
Compare Source
jsnext:main
. It is supposed to point to the ES module build but we mistakingly pointed it to thesrc
, so it never worked for anyone anyway. For now, we don’t provide an ES module build in React Redux, so if you use Rollup, you need to use the CommonJS plugin for it. Realistically, it doesn’t make a big difference because React Redux assumes you use React anyway (which uses CommonJS), and it also doesn’t benefit from tree shaking because there are only two exports (connect
and<Provider>
) and you will need both pretty much any time.This is a minor bump because we couldn’t break anybody with this (it was broken before), but it seems to deserve more than a patch bump as it’s a change in the build configuration.
v4.3.0
Compare Source
mapStateToProps
ormapDispatchToProps
returns a function, that function will be used instead for the given component instance. Most apps never need this, but it can be handy for custom memoization logic in apps with large component trees. It can bring significant performance improvements when used together with Reselect. (#279,7ee928b
, #179)v4.2.1
Compare Source
v4.2.0
Compare Source
isPlainObject
that we use internally is now outsourced to Lodash 4.1 (rackt/redux#1339). Note that this does not mean we depend on Lodash itself. We only use a tiny module from it. We also use the same module in Redux >= 3.2.0.v4.1.2
Compare Source
console
orconsole.error
(https://github.com/rackt/redux/issues/1311, reduxjs/react-redux@208efae)v4.1.1
Compare Source
loose-envify
as a dependency to fix builds for Browserify users. (#1304 & #1306)v4.1.0
Compare Source
v4.0.6
Compare Source
v4.0.5
Compare Source
mapStateToProps
(reduxjs/react-redux@6c504b9#commitcomment-15145082, reduxjs/react-redux@04693ca)v4.0.4
Compare Source
Object.defineProperty()
to prevent errors in IE8 (https://github.com/rackt/react-redux/issues/227)v4.0.3
Compare Source
shouldComponentUpdate()
into more appropriate places such ascomponentWillReceiveProps()
,handleChange()
, andrender()
. (https://github.com/rackt/react-redux/issues/224, https://github.com/rackt/react-redux/pull/225)v4.0.2
Compare Source
mapStateToProps
to be called twice instead of just once before the component is mounted. (https://github.com/rackt/react-redux/pull/196)v4.0.1
Compare Source
.babelrc
in the compiled package because it is irrelevant (we ship ES5 code) and breaks React Native 0.16 and some consumers who use Babel 6 forgetting to excludenode_modules
from transformations. (https://github.com/rackt/react-redux/pull/213, https://github.com/rackt/redux/issues/1033, https://github.com/rackt/redux/issues/1039, https://github.com/rackt/redux/issues/1127)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.