Skip to content

Releases: martiserra99/formity

@formity/[email protected]

27 Feb 08:00
Compare
Choose a tag to compare

Patch Changes

  • Allow users to submit values that are not handled by the values function (it is needed if we want to jump to specific steps)

@formity/[email protected]

27 Feb 08:01
Compare
Choose a tag to compare

Patch Changes

  • Allow users to submit values that are not handled by the values function (it is needed if we want to jump to specific steps)
  • Updated dependencies

@formity/[email protected]

11 Feb 14:53
Compare
Choose a tag to compare

Minor Changes

  • Updated Yield schema element to yield values when navigating to previous steps

@formity/[email protected]

11 Feb 14:54
Compare
Choose a tag to compare

Minor Changes

  • Updated Yield schema element to yield values when navigating to previous steps

Patch Changes

@formity/[email protected]

07 Feb 16:40
Compare
Choose a tag to compare

Patch Changes

  • Solved bug about nextState being called twice in strict mode

@formity/[email protected]

16 Jan 13:12
Compare
Choose a tag to compare

Minor Changes

  • Refractored codebase for improved readability and maintainability.
  • Renamed Flow type to State for improved clarity and alignment with its purpose.
  • Renamed properties of the State type:
    • cursors -> points
    • entries -> inputs
  • Updated function names:
    • getFlow -> getState
    • setFlow -> setState
  • Renamed the initialFlow prop in the Formity component to initialState for consistency with the updated naming conventions.

@formity/[email protected]

16 Jan 13:11
Compare
Choose a tag to compare

Minor Changes

  • Refractored codebase for improved readability and maintainability.
  • Renamed Flow type to State for improved clarity and alignment with its purpose.
  • Renamed properties of the State type:
    • cursors -> points
    • entries -> inputs
  • Updated function names:
    • getFlow -> getState
    • setFlow -> setState
  • Renamed the initialFlow prop in the Formity component to initialState for consistency with the updated naming conventions.

Patch Changes

@formity/[email protected]

07 Jan 17:10
Compare
Choose a tag to compare

Minor Changes

  • The switch element has been introduced

@formity/[email protected]

07 Jan 17:07
Compare
Choose a tag to compare

Minor Changes

  • The switch element has been introduced

Patch Changes