diegohaz / redux-form-submit

Adds an async submit action creator to redux-form
Other
9 stars 1 forks source link

An in-range update of redux-form is breaking the build 🚨 #10

Closed greenkeeper[bot] closed 7 years ago

greenkeeper[bot] commented 7 years ago

Version 6.6.0 of redux-form just got published.

Branch Build failing 🚨
Dependency redux-form
Current Version 6.5.0
Type devDependency

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.0

Bug Fixes

  • Exported getFormNames() selector. #2519 #2517
  • Fixed bug in shouldComponentUpdate related to the pure prop. #2575 #2567
  • Fixed rerendering bug in FieldArray. #2544 #2466
  • Avoided unnecessary call to sync validation function. #2584 #2583
  • Added missing entries in exported propTypes #2602
  • Fixed asyncValidating prop type error #2592
  • Bound dispatch to blur and change props given to onSubmit() #2680 #2663
  • Fixed initial submit error state for FieldArrays #2668 #2667
  • Fixed pristine calculation to use deep equality. #2648 #2647
  • Fixed anyTouched bug on UNTOUCH. #2701 #2698
  • Added missing prop types for Field, FieldArray and Fields components. #2709
  • Fixed propTypes error. #2707
  • Replaced usages of for...of construct to fix a problem with IE. 😡 #2724
  • Fixed bug with syncErrors when using Immutable.js. #2721

Features

  • New form-wide onChange callback! #2576 #2530 #883
  • Added meta.submitFailed to FieldArray props. #2586 #2581
  • Added meta.form to FieldArray props #2712
  • New selector for getFormSyncWarnings #2624 #2176
  • New clearSubmitErrors() action. #2615

Coming soon

🥁 I'm currently working on implementing Flow both internally in this library as well as for its public API.

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:

greenkeeper[bot] commented 7 years ago

Version 6.6.1 just got published.

Your tests are passing again with this version. Explicitly upgrade to this version 🚀

Release Notes v6.6.1

Bug Fixes

  • Fixed propTypes for warn and validate. 08a377e
  • Fixed bug with syncErrors when using redux-form/immutable. #2755
  • Fixed some propTypes for diehard forbidExtraProps people. #2738 #2707 #2744
  • Removed submit promise on STOP_SUBMIT. #2731 #2591

Features

  • Added additional dispatch and props parameters to form-wide onChange. #2748 #2728
Commits

The 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.