Skip to content

v7.0.1

Compare
Choose a tag to compare
@erikras erikras released this 18 Jul 21:13
· 479 commits to master since this release

Bug Fixes

  • Fixed major field-level validation that broke between v6.8.0 and v7.0.0. #3204 #3172
  • Fixed bug involving the custom prop in the importable propTypes definition #3199
  • Fixed bug where sync errors and warnings were not defaulting to {} when in immutable.js mode. #3201 #3196
  • Fixed bug in formValues() selector. #3203 #3202

Features / Docs

  • Exported Flow types for HOC props. #3205 #3175
  • Added new doc page to explain importing the aforementioned Flow types.