Skip to content

Release 0.9.0

Compare
Choose a tag to compare
@christianalfoni christianalfoni released this 29 Mar 11:41
· 238 commits to master since this release
  • Added validationErrors property to form. This allows external control of validation and settings errors on form elements (Thanks for input @alexfrolov)
  • Added isValidValue method which lets you manually check if the a value is valid for the component. It runs the value passed against validations on the form element (Thanks for input @gilbarbara)
  • Fixed bug where value was considered a boolean, where it should have been undefined (Thanks @sdemjanenko)
  • Form elements parse validation rules correctly when using arrays and object (Thanks for report @sdemjanenko)
  • When resetting a form the form elements reset to their pristine value (Thanks for input @sdemjanenko)
  • Fixed validation rule bug on equalsField (Thanks for report @Semigradsky)
  • Refactored tests (Thanks @sdemjanenko)
  • Updated readme with cross links (Thanks to @Semigradsky)