Skip to content

Releases: BearStudio/formiz

v1.0.0-alpha.19

22 Oct 08:40
Compare
Choose a tag to compare
v1.0.0-alpha.19 Pre-release
Pre-release

Add debounce on fields

v1.0.0-alpha.18

14 Oct 10:17
Compare
Choose a tag to compare
v1.0.0-alpha.18 Pre-release
Pre-release

Fix wrong order steps when order property change.

v1.0.0-alpha.17

07 Oct 18:10
Compare
Choose a tag to compare
v1.0.0-alpha.17 Pre-release
Pre-release
  • Feat: Allow to disabled step with isEnabled property on
  • Fix: Exclude not enabled fields from validation

v1.0.0-alpha.15

07 Oct 12:20
Compare
Choose a tag to compare
v1.0.0-alpha.15 Pre-release
Pre-release
  • Allow to get form values with useForm() from child components.
  • Remove useless debounce than can produce unwanted state.

v1.0.0-alpha.12

08 Sep 15:58
Compare
Choose a tag to compare
v1.0.0-alpha.12 Pre-release
Pre-release

Keep value when field name change.
Allow working with array syntax in field name without loosing field value.

v1.0.0-alpha.11

04 Sep 11:00
Compare
Choose a tag to compare
v1.0.0-alpha.11 Pre-release
Pre-release

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

31 Aug 17:23
Compare
Choose a tag to compare
v1.0.0-alpha.10 Pre-release
Pre-release

Add nested values

The name props on fields can now use lodash-like dot paths to reference nested values.

Checkout documentation