Update redux-form to version 6.4.0 🚀 #70
Closed
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.4.0.
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
New Features
Formcomponent 💥 creates a shallow wrapper of a<form>tag that allowsredux-formto call theonSubmitfunction when a submit is triggered via aSUBMITaction or via the instance API. #2326 #2238 Kudos to @davidkpiano for the idea.forceUnregisterOnUnmountconfig parameter that fixes some problems with wizard forms. #2310 #2231submitting,submitSucceededandsubmitFailed. #2289 #2173FormSectionoperates. #2329 #2271 #2274 WhenFormSectionneeds to wrap its children in a component, you may now:div,section, etc.className,style, to said componentBug Fixes
enableReinitializewastrue. #2296 #1901undefinedto be returned from sync validation. #2273 #2272The new version differs by 681 commits .
88577786.4.0ced3bd6Improved FormSection wrapper component (#2329)92399ddBind handlers to components (#2161)253402bCreated Form component (#2326)584e22aadded test for #2238689d041added npm install to travisd98c315fixed broken tests75438d3fixed example linkc790172Allowed undefined to be returned from sync validation (#2273)ee3f44eAdd selectors for submitting, submitSucceeded and submitFailed (#2289)e1495e2First call of validate always receives undefined/empty object when enableReinitialize:true (#2296)1668d50Force unregister fields (#2310)7207b59upped to 6.3.2 to fix build36b37e6removed yarn.lock, as it's breaking travis buildd34751f6.3.1There are 250 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? ⚡
greenkeeper upgrade