Closed greenkeeper[bot] closed 7 years ago
Your tests are passing again with this version. Explicitly upgrade to this version 🚀
propTypes
for warn
and validate
. 08a377esyncErrors
when using redux-form/immutable
. #2755propTypes
for diehard forbidExtraProps
people. #2738 #2707 #2744STOP_SUBMIT
. #2731 #2591The new version differs by 10 commits .
2a86b09
v6.6.1
7c0ae04
styling fixes on react-widgets example
162cf46
Fix #2591: stopSubmit removes pending promise from reduxForm. (#2731)
c427875
Fix triggerSubmit/clearSubmit propTypes problems (#2738)
494f023
Change the form-level onChange to accept the same args as onSubmit (#2748)
17af992
Fix: hasError used plain.getIn(syncErrors, key) for Immutable instead of getIn(syncErrors, key) (#2755)
3292f65
Fix 'renderHobbies' was used before it was defined eslint error (#2750)
09a24ad
Updated deps for examples
08a377e
fixed warn and validate propTypes
cb655a4
v6.6.0
See the full diff.
Version 6.6.0 of redux-form just got published.
This version is covered by your current version range and after updating it in your project the build failed.
As redux-form is “only” a devDependency of this project it might not break production or downstream projects, but “only” your build or test tools – preventing new deploys or publishes.
I recommend you give this issue a high priority. I’m sure you can resolve this :muscle:
Status Details
- ❌ **continuous-integration/travis-ci/push** The Travis CI build could not complete due to an error [Details](https://travis-ci.org/diegohaz/redux-form-submit/builds/214394342)Release Notes
v6.6.0Bug Fixes
getFormNames()
selector. #2519 #2517shouldComponentUpdate
related to thepure
prop. #2575 #2567FieldArray
. #2544 #2466propTypes
#2602asyncValidating
prop type error #2592dispatch
toblur
andchange
props given toonSubmit()
#2680 #2663FieldArray
s #2668 #2667pristine
calculation to use deep equality. #2648 #2647anyTouched
bug onUNTOUCH
. #2701 #2698Field
,FieldArray
andFields
components. #2709propTypes
error. #2707for...of
construct to fix a problem with IE.syncErrors
when using Immutable.js. #2721Features
onChange
callback! #2576 #2530 #883meta.submitFailed
toFieldArray
props. #2586 #2581meta.form
toFieldArray
props #2712getFormSyncWarnings
#2624 #2176clearSubmitErrors()
action. #2615Coming soon
Commits
The new version differs by 36 commits .
97e236a
Replaced usages of for...of construct for stupid IE (#2724)
892f45b
Fix #2718 (Incorrect way of accessing syncErrors, syncWarnings in ConnectedField, ConnectedFieldArray, ConnectedFields for redux-form/immutable) (#2721)
27211ee
Added meta.form to FieldArray props (#2712)
a5fc53b
Update propTypes.js (#2707)
bd4d1fb
Add missing prop types for Field, FieldArray and Fields components (#2709)
c263c34
Small grammar change (#2702)
bb2a8a3
Fixed anyTouched bug on UNTOUCH (#2701)
7066ab3
Update GettingStarted.md (#2695)
9dc03b5
Added Code Climate badge
0c006c0
Replace React Native FAQ (#2691)
a2b403d
Using yarn again...fingerscrossed
a7f5289
Fixed bug with ARRAY_REMOVE not removing sync error (#2683)
f3ed0dc
Fix #2647 ("pristine" not calculated using deep equality) (#2648)
75d37ad
Fix initial submitError state for FieldArrays (#2668)
6d910db
Upgraded deps (#2681)
There are 36 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: