github redux-form/redux-form v7.1.0

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

🎉 TL;DR: React 16 and Jest! 🎉

⚠️ Don't use this version if you're using ImmutableJS. Use v7.1.1 ⚠️

Bug Fixes

  • Update Field and FieldArray name when sectionPrefix has changed in the context #3229
  • Fixed bug where FieldArray was not rerendering after swap() #3409
  • Fixed statics hoisting bug #3458 #2626 #2230
  • Changed immutable/deepEqual to use === like plain/deepEqual was #3479 #3357
  • React 16 - Prevented deepEqual checks on props.children in shouldComponentUpdate(), a huge performance boost #3480 #3461 #3481
  • Fixed broken checkbox behavior #3482 #2857 #2922 #3162 #3437
  • Fixed React Native onChange bug #3460 #3153 #3238
  • Fixed deepEqual() bug to make null != false #3462 #2600
  • Used deepEqual() to compare radio inputs #3430
  • Fixed plugin() API bug #3486 #2935

Flow Fixes

  • Don't use import * from React to avoid deprecation warnings #3387 #3385

Features

  • Added name parameter to field-level validator #3364 #3350
  • Exported FieldArray propTypes #3468 #2447
  • Added valuesMapper to formValues HOC #3432
  • Separated shouldValidate() into shouldError() and shouldWarn(), deprecating shouldValidate() #3464 #3449 #3485
  • New getFormError() selector to get form-wide error #3483 #3463

Maintenance

Don't miss a new redux-form release

NewReleases is sending notifications on new releases.