2.8 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.6.0 (2021-08-03)
⚠ BREAKING CHANGES
- Validation event payload property "name" renamed to "path"
- FormularioFieldGroup - isArrayItem prop no longer required, replaced with integer name value detection
- FormularioField - individual field errors are always presumed as a string array
- FormularioForm - renamed prop errors to fieldsErrors, some internal renamings; tests semantic improvements
- FormularioForm - renamed formularioValue into state
- FormularioField - removed formulario-input class from root element
Features
-
Added possibility to run / reset form validation via $formulario (fd780cd)
-
FormularioField - individual field errors are always presumed as a string array (9a344bf)
-
FormularioForm - added ::runValidation() method to run entire form validation manually and return all form violations (aee0dc9)
-
Renamed FormularioInput => FormularioField, FormularioGrouping => FormularioFieldGroup, old names are preserved in plugin install method for compatibility (013931f)
-
Validation event payload property "name" renamed to "path" (7c2a9e8)
-
FormularioField - removed formulario-input class from root element (735fa3f)
-
FormularioFieldGroup - isArrayItem prop no longer required, replaced with integer name value detection (6612d8a)
-
FormularioForm - renamed formularioValue into state (8144c27)
-
FormularioForm - renamed prop errors to fieldsErrors, some internal renamings; tests semantic improvements (4e05844)