Skip to content

Releases: final-form/react-final-form-arrays

v1.1.0

16 Oct 13:53
v1.1.0
Compare
Choose a tag to compare

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

v1.0.6

06 Jun 13:38
Compare
Choose a tag to compare

Build Fix

  • Removed extraneous dependency that accidentally snuck into v1.0.5.

v1.0.5

06 Jun 09:34
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a bug with field-level validation. You can now do <FieldArray validate={array => array && array.length ? undefined : 'Required'}/> whereas before you could not. #32 final-form/react-final-form#160

v1.0.4

23 Feb 17:50
Compare
Choose a tag to compare

Bug Fixes

  • Avoid unmounted warning #23 #21

v1.0.3

23 Jan 18:36
Compare
Choose a tag to compare

Typescript fixes

  • Add tests and implementation for FieldArrayProps #18

v1.0.2

10 Jan 21:56
4e128e2
Compare
Choose a tag to compare

Typescript

  • Added typescript typings

Compatibility

  • Compatible with 🏁 Final Form > v2.0

v1.0.1

11 Dec 10:13
Compare
Choose a tag to compare

Bug Fixes

v1.0.0

04 Dec 10:22
Compare
Choose a tag to compare

🎉 Initial Release 🎉