github redux-form/redux-form v6.6.0

latest releases: v8.3.10, v8.3.9, v8.3.8...
7 years ago

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.

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.