Releases: BearStudio/formiz
Releases · BearStudio/formiz
v1.0.0-rc.25
- fix(core): Prevent call of onInvalidSubmit if the form is validating
- fix(core): Fix type mistake for submit and submitStep methods arguments
v1.0.0-rc.24
Fix main script in package.json (fix issue with NextJS)
v1.0.0-rc.23
- Fix
isVisited
not working on first step - Add
isCurrent
on step model. See documentation
New steppers example
v1.0.0-rc.22
Fix type issues from v1.0.0-rc.21 release
v1.0.0-rc.21
- New
initialValues
property on<Formiz>
component to set initial values to the form. SeeinitialValues
documentation - New
fields
property onuseForm()
hook to access field state anywhere. Seefields
documentation - New
otherProps
property onuseField()
hook to allow easy composition. SeeotherProps
documentation
v1.0.0-rc.20
fix: Add missing FormMethods types in UseFormValue interface
v1.0.0-rc.19
Fix: Add missing flatValues
type
v1.0.0-rc.18
Add flatValues
option
Documentation https://formiz-react.com/docs/core/use-form#flatvalues
v1.0.0-rc.17
Fix: Wrap setValue in useCallback, to prevent unwanted side effects when used in array of dependencies.
v1.0.0-rc.16
Fix setFieldsValues issue (#30)