You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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#46final-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