Skip to content

Choose a tag to compare

@github-actions github-actions released this 13 Jan 11:16
· 2193 commits to main since this release
3df5145

Minor Changes

  • Add isSchemaValueDeepEqual and isSchemaDeepEqual functions (#55)

  • Add createForm3 function (#54)

    Migration

    • Replace useForm2 with createForm3.
    • If custom form is used it should call setFormContext(form.context) before using FormContent and SubmitButton components.

Patch Changes

  • Extract array and object fields logic into their contexts (#50)

  • Bump dev deps (a7dd2ce)