1
0
mirror of synced 2024-11-21 21:06:04 +03:00
vue-formulario/CHANGELOG.md
2021-09-21 10:32:23 +03:00

3.3 KiB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.6.2 (2021-09-21)

Fixes

  • Fixed records & arrays detection (1d785ec)

0.6.1 (2021-08-03)

Fixes

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)

Fixes

  • Got rid of redundant input events (b4ab340)
  • Url validator now allows empty value (1023ae2)