Skip to content

Releases: workfloworchestrator/pydantic-forms-ui

pydantic-forms@0.7.2

31 Jul 21:34
b020c20
Compare
Choose a tag to compare

Patch Changes

  • d544fbe: Fixes restoring and submitting forms

pydantic-forms@0.7.1

31 Jul 12:29
26905ce
Compare
Choose a tag to compare

Patch Changes

  • e70319b: Fix restoring values after an error

pydantic-forms@0.7.0

30 Jul 14:42
f43c3e3
Compare
Choose a tag to compare

Minor Changes

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

pydantic-forms@0.6.9

30 Jul 07:51
17c5919
Compare
Choose a tag to compare

Patch Changes

  • 1acbbb6: Removes double function call

pydantic-forms@0.6.11

30 Jul 09:44
20ce7fb
Compare
Choose a tag to compare

Patch Changes

  • 5888345: Fixes resetting form data

pydantic-forms@0.6.10

30 Jul 08:03
a61e97a
Compare
Choose a tag to compare

Patch Changes

  • 5207ff1: Calls reset without argument instead of empty object

pydantic-forms@0.6.8

29 Jul 13:53
84bfad4
Compare
Choose a tag to compare

Patch Changes

  • 94d7623: Removes custom translations and fallsback to standard translations provided by zod

pydantic-forms@0.6.7

29 Jul 11:43
b2fb531
Compare
Choose a tag to compare

Patch Changes

  • fecf9f1: Resets form if formKey changes

pydantic-forms@0.6.6

28 Jul 14:36
008d6f6
Compare
Choose a tag to compare

Patch Changes

  • cbe2019: Fix error where resetForm is called to often clearing initialData in some cases

pydantic-forms@0.6.5

28 Jul 13:05
d9bdaac
Compare
Choose a tag to compare

Patch Changes

  • 6202fd8: Removes form reset after render to avoid losing values on errors