Skip to content

Releases: workfloworchestrator/pydantic-forms-ui

pydantic-forms@0.6.9

30 Jul 07:51
17c5919

Choose a tag to compare

Patch Changes

  • 1acbbb6: Removes double function call

pydantic-forms@0.6.11

30 Jul 09:44
20ce7fb

Choose a tag to compare

Patch Changes

  • 5888345: Fixes resetting form data

pydantic-forms@0.6.10

30 Jul 08:03
a61e97a

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

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

Choose a tag to compare

Patch Changes

  • fecf9f1: Resets form if formKey changes

pydantic-forms@0.6.6

28 Jul 14:36
008d6f6

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

Choose a tag to compare

Patch Changes

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

pydantic-forms@0.6.4

17 Jul 14:49
d42b0aa

Choose a tag to compare

Patch Changes

  • 4b54738: Adds util for watching fields
  • 569bcdf: Resets the form with initial data in useEffect after render

pydantic-forms@0.6.3

17 Jul 09:04
2d68bb7

Choose a tag to compare

Patch Changes

  • cda50fe: Fixes getting default values

pydantic-forms@0.6.2

11 Jul 08:27
ba66c4b

Choose a tag to compare

Patch Changes

  • 82d0a5a: Improves schema combinators anyOf, allOf and oneOf parsing
  • 32428b1: Add schemaField const to set disabled attribute