Releases: final-form/react-final-form-arrays
Releases · final-form/react-final-form-arrays
v1.1.0
New Features
- Ability to provide a custom
isEqual
function to determine if an array isdirty
orpristine
. Includes default shallow equal functionality, so your array will bedirty
if you have added or removed an item. #41 #46 final-form/react-final-form#151
Bug Fixes
- Added missing
dirtySinceLastSubmit
flag tometa
values. #47 #45 - Changed
FieldArray
to extendReact.Component
rather thanReact.PureComponent
#42 #41
Build Stuff
- Upgraded to Babel v7, lowering bundle size by 200 bytes! 💥 #48