Skip to content

Releases: workfloworchestrator/pydantic-forms-ui

pydantic-forms@0.9.2

29 Sep 14:11
b431959

Choose a tag to compare

Patch Changes

  • 46330d4: Fixes resetting formdata with forms that have no properties

pydantic-forms@0.9.1

25 Sep 11:10
6773dcc

Choose a tag to compare

Patch Changes

  • 90721b8: Sets locale for zod validation messages

pydantic-forms@0.9.0

17 Sep 14:45
644a016

Choose a tag to compare

Minor Changes

  • 34bfe49: Refactors component and contextprovider setup

Patch Changes

  • 7a107cf: Improves handling 500 api errors

pydantic-forms@0.8.1

08 Sep 07:26
1b4e60e

Choose a tag to compare

Patch Changes

  • 1bfc84a: Resets errorDetails when switching forms

pydantic-forms@0.8.0

03 Sep 11:56
f594e9b

Choose a tag to compare

Minor Changes

pydantic-forms@0.7.4

25 Aug 12:13
b84354c

Choose a tag to compare

Patch Changes

  • 7fec930: Refactors rhf const to reactHookForm for better readability
  • b87af55: Adds fieldData storage

pydantic-forms@0.7.3

20 Aug 09:09
ff9a2fb

Choose a tag to compare

Patch Changes

  • f71cd2d: Adds default value for required array fields. Disables descendants of disabled fields

pydantic-forms@0.7.2

31 Jul 21:34
b020c20

Choose a tag to compare

Patch Changes

  • d544fbe: Fixes restoring and submitting forms

pydantic-forms@0.7.1

31 Jul 12:29
26905ce

Choose a tag to compare

Patch Changes

  • e70319b: Fix restoring values after an error

pydantic-forms@0.7.0

30 Jul 14:42
f43c3e3

Choose a tag to compare

Minor Changes

  • 7bcb18e: Removes some unused functionality. Introduces shouldRegister=true to react-hook-form creation.