Releases: BearStudio/formiz
Releases · BearStudio/formiz
v1.0.0-alpha.19
Add debounce on fields
v1.0.0-alpha.18
Fix wrong order steps when order property change.
v1.0.0-alpha.17
- Feat: Allow to disabled step with isEnabled property on
- Fix: Exclude not enabled fields from validation
v1.0.0-alpha.15
- Allow to get form values with useForm() from child components.
- Remove useless debounce than can produce unwanted state.
v1.0.0-alpha.12
Keep value when field name change.
Allow working with array syntax in field name without loosing field value.
v1.0.0-alpha.11
The name
props allow now also arrays and arrays of objects out of the box. Using lodash-like bracket syntax for name
allow you to handle fields in a list.
Checkout documentation
v1.0.0-alpha.10
Add nested values
The name
props on fields can now use lodash-like dot paths to reference nested values.
Checkout documentation