UNPKG

807 BMarkdownView Raw
1# Changes to vueform
2
3## 1.2.1
4
5* Added [#5: Check for field existence in $setCustomValidity in case it gets
6called before directive bind completes](https://github.com/optick/vueform/issues/5)
7
8## 1.2.0
9
10* Added [#3: Rename $updateCustomValidity to $setCustomValidity](https://github.com/optick/vueform/issues/3)
11* Added [#4: Simplify $updateValidity by accepting a single result boolean or string](https://github.com/optick/vueform/issues/4)
12
13## 1.1.0
14
15* Added [#1: Add polyfill for ValidityState.tooShort](https://github.com/optick/vueform/issues/1)
16
17## 1.0.1
18
19* Removed dist/ from .gitignore so you can actually use this plugin!
20* Added CHANGELOG.md
21
22## 1.0.0
23
24* Added field validation functionality
25* Added form validity state
26* Added $updateCustomValidity to update validity state in custom validators