Skip to content

v1.0.0

Compare
Choose a tag to compare
@mvarendorff2 mvarendorff2 released this 14 Feb 14:32
· 19 commits to main since this release
f2a7c1f

Breaking

  • $useFieldArray().fields now is a list of FormBuilder & { $key: string; } instead of a list of the values held by the array. The $key may be used for the JSX key attribute when iterating over the fields to generate the forms for each element.

What's Changed

  • feat: Improve useFieldArray ergonomics by @reiv in #7

Full Changelog: v0.0.7...v1.0.0