Releases: martiserra99/formity
Releases · martiserra99/formity
@formity/[email protected]
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]
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]
@formity/[email protected]
Minor Changes
- Updated Yield schema element to yield values when navigating to previous steps
@formity/[email protected]
Minor Changes
- Updated Yield schema element to yield values when navigating to previous steps
Patch Changes
- Updated dependencies
- @formity/[email protected]
@formity/[email protected]
Patch Changes
- Solved bug about nextState being called twice in strict mode
@formity/[email protected]
Minor Changes
- Refractored codebase for improved readability and maintainability.
- Renamed
Flow
type toState
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 theFormity
component toinitialState
for consistency with the updated naming conventions.
@formity/[email protected]
Minor Changes
- Refractored codebase for improved readability and maintainability.
- Renamed
Flow
type toState
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 theFormity
component toinitialState
for consistency with the updated naming conventions.
Patch Changes
- Updated dependencies
- @formity/[email protected]
@formity/[email protected]
Minor Changes
- The switch element has been introduced
@formity/[email protected]
Minor Changes
- The switch element has been introduced
Patch Changes
- Updated dependencies
- @formity/[email protected]