Skip to content

Commit

Permalink
Merge pull request #448 from zoul0813/feature/v2.2.2-version-bump
Browse files Browse the repository at this point in the history
v2.2.2 release
  • Loading branch information
zoul0813 committed Apr 26, 2018
2 parents 4239123 + a938aa8 commit 6f0ecd3
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 14 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
<a name="2.2.2"></a>
## 2.2.2 (2018-04-24)
* Fix NaN with value 0 on input type number/range.
* Fix bug in fieldUpload that threw error due to $event not being defined
* Added $event to onValidationError in fieldSubmit
* Fixed bug with validationErrorClass and validationSuccessClass depending on each
* Made DEBOUNCE_FORMAT_MS configurable in fieldInput, just pass `debounceFormatTimeout: TIME_IN_MS` in field schema
* $event.preventDefault() called when using async validation with fieldSubmit to prevent unwanted form submissions



<a name="2.2.1"></a>
## 2.2.1 (2018-03-09)

Expand Down
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "vue-form-generator",
"version": "2.2.1",
"version": "2.2.2",
"homepage": "https://github.com/icebob/vue-form-generator",
"authors": [
"Icebob"
Expand Down
2 changes: 1 addition & 1 deletion dist/vfg-core.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions dist/vfg-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/vfg.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/vfg.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-form-generator",
"version": "2.2.1",
"version": "2.2.2",
"description": "A schema-based form generator component for Vue.js",
"homepage": "https://github.com/icebob/vue-form-generator",
"main": "dist/vfg.js",
Expand Down

0 comments on commit 6f0ecd3

Please sign in to comment.