Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Mar 12:35
· 17 commits to main since this release

5.0.0 (2024-03-06)

Features

BREAKING CHANGES

  • listField: listAtom extracted to @form-atoms/list-atom which is now a required peer Dependency for listField()
  • listField: The builder config property from listField was renamed to fields.
  • listField: The builder config property no longer accepts FieldAtom as return type. FormFields must be returned.