v5.0.0
5.0.0 (2024-03-06)
Features
BREAKING CHANGES
- listField: listAtom extracted to
@form-atoms/list-atom
which is now a required peer Dependency forlistField()
- listField: The
builder
config property fromlistField
was renamed tofields
. - listField: The
builder
config property no longer acceptsFieldAtom
as return type.FormFields
must be returned.