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.
Hello 👋
redux just published its new version 3.0.2, which is covered by your current version range. No automated tests are configured for this project.
This means it’s now unclear whether your software still works. Manually check if that’s still the case
Do you think getting a pull request for every single new version of your dependencies is too noisy? Configure continuous integration and you will only receive them when tests fail.and close this pull request – if it broke, use this branch to work on adaptions and fixes.
Happy fixing and merging 🌴
GitHub Release
One of the problems v3.0.1 was intended to solve was not completely fixed in 3.0.1.
This release amends that.
combineReducer()
sanity check will be delayed until the first dispatch. This lets Redux DevTools correctly handle it and recover from the error. (#717, #761, #807, gaearon/redux-devtools#106, gaearon/redux-devtools#120)To enjoy this, you’ll need at least
redux-devtools@2.1.4
.The new version differs by 87 commits .
5910b9a
3.0.2
a1485f0
Refactor warnings and errors in combineReducers()
6fd9b05
Catch and rethrow error from reducer init in combineReducers
96e8b3e
3.0.1
78c29b7
Merge pull request #796 from gcanti/add-prefix-to-randomly-generated-type
3f02418
Merge pull request #801 from julen/docs/migrating
f537111
Migrating docs: point to
createStore()source file
9f02037
Merge pull request #804 from chentsulin/patch-11
85d905f
Merge pull request #799 from gsklee/patch-2
3e9a8fe
Update bindActionCreators.md
1150c53
Update ServerRendering.md
c39ee57
Add prefix to randomly generated action type in combineReducers #792
a44b5e6
Merge pull request #794 from pedrottimark/universal-example-inconsistencies
1170c2c
add todos-with-undo to Examples.md
72b0fe3
Update README.md
There are 87 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster ⚡It keeps your software, up to date, all the time.