Skip to content

Commit 5836a5d

Browse files
committed
v2.2.2 version bump
1 parent 4239123 commit 5836a5d

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
<a name="2.2.2"></a>
2+
## 2.2.2 (2018-04-24)
3+
* Fix NaN with value 0 on input type number/range.
4+
* Fix bug in fieldUpload that threw error due to $event not being defined
5+
* Added $event to onValidationError in fieldSubmit
6+
* Fixed bug with validationErrorClass and validationSuccessClass depending on each
7+
* Made DEBOUNCE_FORMAT_MS configurable in fieldInput, just pass `debounceFormatTimeout: TIME_IN_MS` in field schema
8+
* $event.preventDefault() called when using async validation with fieldSubmit to prevent unwanted form submissions
9+
10+
11+
112
<a name="2.2.1"></a>
213
## 2.2.1 (2018-03-09)
314

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-generator",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"homepage": "https://github.com/icebob/vue-form-generator",
55
"authors": [
66
"Icebob"

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-form-generator",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "A schema-based form generator component for Vue.js",
55
"homepage": "https://github.com/icebob/vue-form-generator",
66
"main": "dist/vfg.js",

0 commit comments

Comments
 (0)