Skip to content

0.2.0-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@kevinkosterr kevinkosterr released this 17 Sep 19:52

Release notes:

  • 🆕 Added a simple switch field;
  • Fixed bug when validator(s) provided was/were of type string inside the schema;
  • Added some more validators: e.g. mobileNumberNL, number, minLength and maxLength;
  • Default validators, such as required will now automatically be added to the field.

⚠️ Breaking:

  • Removed classes prop from FormGenerator.vue as the built-in class prop would suffice;