Skip to content

v6.0.1

Compare
Choose a tag to compare
@erikras erikras released this 25 Aug 14:17
· 879 commits to master since this release

πŸŽ‰ πŸŽ‰ IT'S HERE!!! πŸŽ‰ πŸŽ‰

Thank you SO MUCH to all of you who have helped test and improve v6 over the past four months.

(It's called v6.0.1 because of a previous mistake with npm...oops.)

v5 β†’ v6 Migration Guide

Changes since v6.0.0-rc.5

Bug Fixes

  • Added dispatch to props for Field. #1569 #1567
  • Put back bound blur and change actions in form props. #1588 #1579
  • Fixed how custom props were being given to Fields component. #1589 #1583
  • Fixed bug where FieldArray was rerendering on every value change. #1590 #1578
  • Fixed bug involving pushing undefined into an array. #1591 #1574
  • Fixed bug where FieldArray would not rerender on add/remove. #1594 #1592
  • Passed through initialValues prop to form component. #1598 #1570
  • Fixed bug where form-wide _error wasn't flipping valid and invalid flags. #1606 #1603

Features

  • Implemented "autofill" feature from v5. #1620 #1614
  • All dependencies are up to date! πŸ“† πŸ‘―

Breaking Changes

  • Killed off the defaultValue prop to Field, at was causing confusion. If you have a field that requires a type other than string, you should provide the value via initialValues. #1593 #1341