Skip to content

Commit

Permalink
2.3.2 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
zoul0813 committed Oct 22, 2018
1 parent d69e0af commit 14eb52a
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 187 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## <small>2.3.2 (2018-10-22)</small>

* Export dist ([9912b5e](https://github.com/vue-generators/vue-form-generator/commit/9912b5e))
* Fix deep property path not working ([fb02f26](https://github.com/vue-generators/vue-form-generator/commit/fb02f26))
* Fix fieldSubmit not calling validate method ([c82c44b](https://github.com/vue-generators/vue-form-generator/commit/c82c44b))
* Fix Rawgit shut down ([34e08a6](https://github.com/vue-generators/vue-form-generator/commit/34e08a6))
* docs: replace duplicated 2.3.0 with 2.3.1 ([69bbfce](https://github.com/vue-generators/vue-form-generator/commit/69bbfce))
* feat(fields): add required attribute to checkbox component ([2b3c7e5](https://github.com/vue-generators/vue-form-generator/commit/2b3c7e5))
* feat(fields): add required attribute to radios component ([8d04252](https://github.com/vue-generators/vue-form-generator/commit/8d04252))



<a name="2.3.1"></a>
## 2.3.1 (2018-10-03)

Expand Down
64 changes: 32 additions & 32 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
{
"name": "vue-form-generator",
"version": "2.3.1",
"homepage": "https://github.com/vue-generators/vue-form-generator/",
"authors": [
"Icebob"
],
"description": "A schema-based form generator component for Vue.js",
"main": [
"dist/vfg.js",
"dist/vfg.css",
"dist/vfg-core.js",
"dist/vfg-core.css"
],
"moduleType": [
"amd"
],
"keywords": [
"vue",
"vuejs",
"form",
"generator",
"schema",
"json"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
"name": "vue-form-generator",
"version": "2.3.2",
"homepage": "https://github.com/vue-generators/vue-form-generator/",
"authors": [
"Icebob"
],
"description": "A schema-based form generator component for Vue.js",
"main": [
"dist/vfg.js",
"dist/vfg.css",
"dist/vfg-core.js",
"dist/vfg-core.css"
],
"moduleType": [
"amd"
],
"keywords": [
"vue",
"vuejs",
"form",
"generator",
"schema",
"json"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
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.

2 changes: 1 addition & 1 deletion dist/vfg-core.js

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

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.

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

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

Loading

0 comments on commit 14eb52a

Please sign in to comment.