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.
💥 New Form component 💥 creates a shallow wrapper of a <form> tag that allows redux-form to call the onSubmit function when a submit is triggered via a SUBMIT action or via the instance API. #2326#2238 Kudos to @davidkpiano for the idea.
New forceUnregisterOnUnmount config parameter that fixes some problems with wizard forms. #2310#2231
New selectors for submitting, submitSucceeded and submitFailed. #2289#2173
More control over how FormSection operates. #2329#2271#2274 When FormSection needs to wrap its children in a component, you may now:
Specify the type of component, e.g. div, section, etc.
Pass through props, e.g. className, style, to said component
Bug Fixes
First call to validate was always receiving an empty object when enableReinitialize was true. #2296#1901
Change to allow undefined to be returned from sync validation. #2273#2272
Bind handlers to components. There were some unnecessary re-renders being caused by event handlers being created each time a field was rendered rather than using bound member methods. #2161 Kudos to @oreqizer for this major refactor.
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 :sparkles:
You rock!
:palm_tree:
GitHub Release
New Features
Form
component<form>
tag that allowsredux-form
to call theonSubmit
function when a submit is triggered via aSUBMIT
action or via the instance API. #2326 #2238 Kudos to @davidkpiano for the idea.forceUnregisterOnUnmount
config parameter that fixes some problems with wizard forms. #2310 #2231submitting
,submitSucceeded
andsubmitFailed
. #2289 #2173FormSection
operates. #2329 #2271 #2274 WhenFormSection
needs to wrap its children in a component, you may now:div
,section
, etc.className
,style
, to said componentBug Fixes
enableReinitialize
wastrue
. #2296 #1901undefined
to be returned from sync validation. #2273 #2272The new version differs by 681 commits .
8857778
6.4.0
ced3bd6
Improved FormSection wrapper component (#2329)
92399dd
Bind handlers to components (#2161)
253402b
Created Form component (#2326)
584e22a
added test for #2238
689d041
added npm install to travis
d98c315
fixed broken tests
75438d3
fixed example link
c790172
Allowed undefined to be returned from sync validation (#2273)
ee3f44e
Add selectors for submitting, submitSucceeded and submitFailed (#2289)
e1495e2
First call of validate always receives undefined/empty object when enableReinitialize:true (#2296)
1668d50
Force unregister fields (#2310)
7207b59
upped to 6.3.2 to fix build
36b37e6
removed yarn.lock, as it's breaking travis build
d34751f
6.3.1
There are 250 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? :zap:
greenkeeper upgrade