-
Notifications
You must be signed in to change notification settings - Fork 11
Update redux-form to version 6.6.3 🚀 #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
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
coveralls
commented
Apr 13, 2017
codecov-io
commented
Apr 13, 2017
Codecov Report
Merging #110 into master will not change coverage.
The diff coverage isn/a
.
@@ Coverage Diff @@ ## master #110 +/- ## ======================================= Coverage 23.76% 23.76% ======================================= Files 36 36 Lines 686 686 Branches 108 108 ======================================= Hits 163 163 Misses 523 523
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 514f2fb...2eea2ae. Read the comment docs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 lovely humans,
redux-form just published its new version 6.6.3.
This version is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of redux-form.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project ✨
You rock!
🌴
GitHub Release
Bug Fixes
componentWillMount()
. #2797 #1385And, the one most of you are clamoring for...
prop-types
to avoid warning from Reactv15.5.x
. #2800 #2810💥 New Code Sandboxes 💥
We now have most of the examples from the documentation as sandboxes on CodeSandbox. This should help greatly for learning and bug reporting. They are on the README, but I will also link to them below:
The new version differs by 800 commits .
38382a4
Merge remote-tracking branch 'origin/master'
9416a3f
Test to show that #2786 fixes #2785
570ceb5
added more tests for submitting via SUBMIT action when sync errors exist
809c841
fix (possibly stale) reference to validExceptSubmit variable (#2786)
1bf4d32
Migrate from React.PropTypes to prop-types (#2800)
d7b9195
Enable initialize in componentWillMount() (#2797)
f5efa54
Ignore non-RF actions (#2796)
d5ea725
merging
c697c4e
pass meta.form to Fields component (#2776)
6ec426a
Grammar and capitalization (#2793)
14cf2a9
v6.6.2
a607e85
added test to try to confirm #2541
342ee0c
Fixed inconsistent treatment of sync errors in redux-form/immutable (#2779)
f17c0b6
clearSubmitErrors not exposed in lib (#2772)
946b2ba
added test to investigate #2774
There are 250 commits in total. See the full diff.
Screencast
Try it today. Free for private repositories during beta.