Skip to content

Releases: workfloworchestrator/pydantic-forms-ui

pydantic-forms@0.4.0

18 Jun 10:58
a078ecf
Compare
Choose a tag to compare

Minor Changes

  • 42c007a: Set width to 100% for RenderFields, add resetErrorDetails

pydantic-forms@0.3.6

17 Jun 14:45
0fddde0
Compare
Choose a tag to compare

Patch Changes

  • 282f974: When calling getFormFieldValue defaults to own value if no fielName is passed

pydantic-forms@0.3.5

17 Jun 13:28
f9e30e0
Compare
Choose a tag to compare

Patch Changes

  • 3983ace: Fixes getFormFieldValue to handle arrayItem fields better

pydantic-forms@0.3.4

17 Jun 11:33
7afe477
Compare
Choose a tag to compare

Patch Changes

  • 0415932: Adds getFormFieldValue function

pydantic-forms@0.3.3

12 Jun 11:04
34fd7c2
Compare
Choose a tag to compare

Patch Changes

  • b486bad: Exposes fieldToComponents function

pydantic-forms@0.3.2

10 Jun 12:02
2d44287
Compare
Choose a tag to compare

Patch Changes

  • 115232d: Expands configurable header component to include title. Aligns render components.

pydantic-forms@0.3.1

03 Jun 11:39
51aca61
Compare
Choose a tag to compare

Patch Changes

pydantic-forms@0.3.0

02 Jun 14:50
4362330
Compare
Choose a tag to compare

Minor Changes

  • 2cd70d8: Adds hasNext property for multistep forms

Patch Changes

  • 4b473f9: Exports components from components/render folder

pydantic-forms@0.2.3

02 Jun 08:38
3adfb8d
Compare
Choose a tag to compare

Patch Changes

  • 4c6c076: Prevents uncontrolled elements from being added to formstate

pydantic-forms@0.2.2

21 May 11:19
f1d5df5
Compare
Choose a tag to compare

Patch Changes

  • 15e40bd: Exports util functions and RenderFields component. Bugfixes
  • 5505ea2: Show minus button in ArrayField even if min_items value is not provided.