1
0
mirror of synced 2024-11-22 13:26:06 +03:00
vue-formulario/CHANGELOG.md
2023-12-28 13:11:23 +04:00

5.5 KiB

Changelog

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

0.8.1 (2023-12-28)

Fixes

0.8.0 (2023-12-28)

⚠ BREAKING CHANGES

  • Old names of FormularioField & FormularioFieldGroup no longer available

Features

  • Components conststructors are exposed as external API, added TypeScript declarations (dfc6557)

  • Old names of FormularioField & FormularioFieldGroup no longer available (b83a429)

0.7.3 (2021-11-11)

Fixes

  • Fixed toString calls in validators (da56b04)

0.7.2 (2021-10-21)

Fixes

  • Blob objects are no longer cloned (67dba98)

0.7.1 (2021-09-30)

Fixes

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

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)