Skip to content

v1.1.0

Compare
Choose a tag to compare
@erikras erikras released this 16 Oct 13:53
· 53 commits to master since this release
v1.1.0

New Features

  • Ability to provide a custom isEqual function to determine if an array is dirty or pristine. Includes default shallow equal functionality, so your array will be dirty if you have added or removed an item. #41 #46 final-form/react-final-form#151

Bug Fixes

  • Added missing dirtySinceLastSubmit flag to meta values. #47 #45
  • Changed FieldArray to extend React.Component rather than React.PureComponent #42 #41

Build Stuff

  • Upgraded to Babel v7, lowering bundle size by 200 bytes! 💥 #48