Releases: atmina/formbuilder
Releases · atmina/formbuilder
v2.1.1
v2.1.0
What's Changed
- feat/export use field array return by @mvarendorff in #11
Full Changelog: v2.0.0...v2.1.0
v2.0.0
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
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- feat: $discriminate for union types by @mvarendorff in #8
New Contributors
- @mvarendorff made their first contribution in #8
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Breaking
$useFieldArray().fields
now is a list ofFormBuilder & { $key: string; }
instead of a list of the values held by the array. The$key
may be used for the JSXkey
attribute when iterating over the fields to generate the forms for each element.
What's Changed
Full Changelog: v0.0.7...v1.0.0
v0.0.7
What's Changed
Full Changelog: v0.0.6...v0.0.7
v0.0.6
v0.0.5
What's Changed
- Return a stable object reference from useFormBuilder by @JoschuaSchneider in #1
New Contributors
- @JoschuaSchneider made their first contribution in #1
Full Changelog: v0.0.4...v0.0.5