Releases: workfloworchestrator/pydantic-forms-ui
Releases · workfloworchestrator/pydantic-forms-ui
pydantic-forms@0.9.2
Patch Changes
- 46330d4: Fixes resetting formdata with forms that have no properties
pydantic-forms@0.9.1
Patch Changes
- 90721b8: Sets locale for zod validation messages
pydantic-forms@0.9.0
pydantic-forms@0.8.1
Patch Changes
- 1bfc84a: Resets errorDetails when switching forms
pydantic-forms@0.8.0
Minor Changes
- e44cf7b: Cleans up unused code.
pydantic-forms@0.7.4
pydantic-forms@0.7.3
Patch Changes
- f71cd2d: Adds default value for required array fields. Disables descendants of disabled fields
pydantic-forms@0.7.2
Patch Changes
- d544fbe: Fixes restoring and submitting forms
pydantic-forms@0.7.1
Patch Changes
- e70319b: Fix restoring values after an error
pydantic-forms@0.7.0
Minor Changes
- 7bcb18e: Removes some unused functionality. Introduces shouldRegister=true to react-hook-form creation.