4.0 KiB
Changelog
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.7.0 (2021-09-30)
⚠ BREAKING CHANGES
- Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal
Features
- Added property "unregisterBehavior" to FormularioField to control value unset behavior on field component removal (d39ca17)
0.6.3 (2021-09-29)
Features
- Possibility to change html tag used by FormularioField (c7d3e83)
0.6.2 (2021-09-21)
Fixes
- Fixed records & arrays detection (1d785ec)
0.6.1 (2021-08-03)
Fixes
- Build (d3beab3)
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)