Skip to content

Releases: atmina/formbuilder

v2.1.1

18 Sep 10:07
Compare
Choose a tag to compare

Adds validate to the type of the rules parameter in $useFieldArray.

Full Changelog: v2.1.0...v2.1.1

v2.1.0

23 Jul 07:45
b889a76
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.1.0

v2.0.0

21 Feb 14:34
77e0241
Compare
Choose a tag to compare

Breaking

  • The $discriminate function has been fully rewritten to cover actual usecases more easily. Refer to the README.md to see an example of the usage
  • Formfields beginning with __ are not hidden anymore

What's Changed

  • feat: $discriminate with runtime check (v2.0.0) by @reiv in #9

Full Changelog: v1.1.0...v2.0.0

v1.1.0

19 Feb 11:51
8c821b1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

14 Feb 14:32
f2a7c1f
Compare
Choose a tag to compare

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

v0.0.7

09 Feb 09:33
972a23d
Compare
Choose a tag to compare

What's Changed

  • feat: allow drilling through optional and nullable by @reiv in #6

Full Changelog: v0.0.6...v0.0.7

v0.0.6

18 Jul 14:57
3084bce
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @reiv made their first contribution in #4

Full Changelog: v0.0.5...v0.0.6

v0.0.5

23 Mar 11:16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.4...v0.0.5

v0.0.4

02 Mar 09:38
Compare
Choose a tag to compare

Make useFormBuilder param optional again

v0.0.3

02 Mar 08:57
Compare
Choose a tag to compare

Reverts defaultValues as always required.