diff --git a/CHANGELOG.md b/CHANGELOG.md index 68369109..7dfa0997 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/lerna.json b/lerna.json index ef23e7d6..add25f77 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "1.3.0", + "version": "1.4.0", "command": { "version": { "allowBranch": "master", diff --git a/packages/demo/demo-v2/CHANGELOG.md b/packages/demo/demo-v2/CHANGELOG.md index a1f8b5ba..cd02a360 100644 --- a/packages/demo/demo-v2/CHANGELOG.md +++ b/packages/demo/demo-v2/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/packages/demo/demo-v2/package.json b/packages/demo/demo-v2/package.json index 10ae4962..efcebb3b 100644 --- a/packages/demo/demo-v2/package.json +++ b/packages/demo/demo-v2/package.json @@ -1,6 +1,6 @@ { "name": "demo", - "version": "1.3.0", + "version": "1.4.0", "private": true, "license": "Apache-2.0", "scripts": { @@ -10,8 +10,8 @@ }, "dependencies": { "@lljj/polyfill": "^0.1.0", - "@lljj/vue-json-schema-form": "1.3.0", - "@lljj/vue2-form-iview3": "1.3.0", + "@lljj/vue-json-schema-form": "1.4.0", + "@lljj/vue2-form-iview3": "1.4.0", "ajv-i18n": "^3.5.0", "demo-common": "1.2.0", "iview": "^3.5.4", diff --git a/packages/demo/demo-v3/CHANGELOG.md b/packages/demo/demo-v3/CHANGELOG.md index dd3dcdfc..26770c26 100644 --- a/packages/demo/demo-v3/CHANGELOG.md +++ b/packages/demo/demo-v3/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + +**Note:** Version bump only for package demo-v3 + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) **Note:** Version bump only for package demo-v3 diff --git a/packages/demo/demo-v3/package.json b/packages/demo/demo-v3/package.json index 979bc5b7..c0f419e8 100644 --- a/packages/demo/demo-v3/package.json +++ b/packages/demo/demo-v3/package.json @@ -1,6 +1,6 @@ { "name": "demo-v3", - "version": "1.3.0", + "version": "1.4.0", "private": true, "license": "Apache-2.0", "scripts": { @@ -10,8 +10,8 @@ }, "dependencies": { "@lljj/polyfill": "^0.1.0", - "@lljj/vue3-form-ant": "1.3.0", - "@lljj/vue3-form-element": "1.3.0", + "@lljj/vue3-form-ant": "1.4.0", + "@lljj/vue3-form-element": "1.4.0", "ajv-i18n": "^3.5.0", "ant-design-vue": "^2.0.1", "demo-common": "1.2.0", diff --git a/packages/docs/CHANGELOG.md b/packages/docs/CHANGELOG.md index 28d873a4..9afec9d2 100644 --- a/packages/docs/CHANGELOG.md +++ b/packages/docs/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/packages/docs/package.json b/packages/docs/package.json index 4d56097c..79fd828b 100644 --- a/packages/docs/package.json +++ b/packages/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.3.0", + "version": "1.4.0", "private": true, "license": "Apache-2.0", "scripts": { @@ -9,7 +9,7 @@ "build": "vuepress build docs" }, "dependencies": { - "@lljj/vue-json-schema-form": "1.3.0", + "@lljj/vue-json-schema-form": "1.4.0", "element-ui": "^2.13.2", "v-distpicker": "^1.2.7" }, diff --git a/packages/lib/vue2/vue2-core/CHANGELOG.md b/packages/lib/vue2/vue2-core/CHANGELOG.md index 83f9ddb8..3307be5f 100644 --- a/packages/lib/vue2/vue2-core/CHANGELOG.md +++ b/packages/lib/vue2/vue2-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/packages/lib/vue2/vue2-core/package.json b/packages/lib/vue2/vue2-core/package.json index f3b957c9..332b88a2 100644 --- a/packages/lib/vue2/vue2-core/package.json +++ b/packages/lib/vue2/vue2-core/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue2-form-core", - "version": "1.3.0", + "version": "1.4.0", "description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单,vue2版本基础框架", "main": "src/index.js", "module": "src/index.js", diff --git a/packages/lib/vue2/vue2-form-element/CHANGELOG.md b/packages/lib/vue2/vue2-form-element/CHANGELOG.md index aab95ad1..299b73c3 100644 --- a/packages/lib/vue2/vue2-form-element/CHANGELOG.md +++ b/packages/lib/vue2/vue2-form-element/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/packages/lib/vue2/vue2-form-element/package.json b/packages/lib/vue2/vue2-form-element/package.json index c00c95ae..692dd15c 100644 --- a/packages/lib/vue2/vue2-form-element/package.json +++ b/packages/lib/vue2/vue2-form-element/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue-json-schema-form", - "version": "1.3.0", + "version": "1.4.0", "description": "基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vueJsonSchemaForm.umd.min.js", "module": "dist/vueJsonSchemaForm.esm.min.js", @@ -16,7 +16,7 @@ ], "dependencies": { "@lljj/vjsf-utils": "1.3.0", - "@lljj/vue2-form-core": "1.3.0" + "@lljj/vue2-form-core": "1.4.0" }, "typings": "types/index.d.ts", "files": [ diff --git a/packages/lib/vue2/vue2-form-iview3/CHANGELOG.md b/packages/lib/vue2/vue2-form-iview3/CHANGELOG.md index 6c4c95f4..8beaa4b0 100644 --- a/packages/lib/vue2/vue2-form-iview3/CHANGELOG.md +++ b/packages/lib/vue2/vue2-form-iview3/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/packages/lib/vue2/vue2-form-iview3/package.json b/packages/lib/vue2/vue2-form-iview3/package.json index ebf9f25d..8818617d 100644 --- a/packages/lib/vue2/vue2-form-iview3/package.json +++ b/packages/lib/vue2/vue2-form-iview3/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue2-form-iview3", - "version": "1.3.0", + "version": "1.4.0", "description": "基于 Vue 、iView3、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vue2-form-iview3.umd.min.js", "module": "dist/vue2-form-iview3.esm.min.js", @@ -17,7 +17,7 @@ ], "dependencies": { "@lljj/vjsf-utils": "1.3.0", - "@lljj/vue2-form-core": "1.3.0" + "@lljj/vue2-form-core": "1.4.0" }, "typings": "types/index.d.ts", "files": [ diff --git a/packages/lib/vue3/vue3-core/CHANGELOG.md b/packages/lib/vue3/vue3-core/CHANGELOG.md index 7dda5ab3..27ab61d3 100644 --- a/packages/lib/vue3/vue3-core/CHANGELOG.md +++ b/packages/lib/vue3/vue3-core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/packages/lib/vue3/vue3-core/package.json b/packages/lib/vue3/vue3-core/package.json index 91d41b6e..2081c34d 100644 --- a/packages/lib/vue3/vue3-core/package.json +++ b/packages/lib/vue3/vue3-core/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue3-form-core", - "version": "1.3.0", + "version": "1.4.0", "description": "基于 Vue3 、JsonSchema快速构建一个带完整校验的form表单,vue3版本基础框架", "main": "src/index.js", "module": "src/index.js", diff --git a/packages/lib/vue3/vue3-form-ant/CHANGELOG.md b/packages/lib/vue3/vue3-form-ant/CHANGELOG.md index c8d90459..116dd3c8 100644 --- a/packages/lib/vue3/vue3-form-ant/CHANGELOG.md +++ b/packages/lib/vue3/vue3-form-ant/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/packages/lib/vue3/vue3-form-ant/package.json b/packages/lib/vue3/vue3-form-ant/package.json index 91c33bb8..da0de19f 100644 --- a/packages/lib/vue3/vue3-form-ant/package.json +++ b/packages/lib/vue3/vue3-form-ant/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue3-form-ant", - "version": "1.3.0", + "version": "1.4.0", "description": "基于 Vue3 、Antdv、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vue3-form-ant.umd.min.js", "module": "dist/vue3-form-ant.esm.min.js", @@ -16,7 +16,7 @@ ], "dependencies": { "@lljj/vjsf-utils": "1.3.0", - "@lljj/vue3-form-core": "1.3.0" + "@lljj/vue3-form-core": "1.4.0" }, "typings": "types/index.d.ts", "files": [ diff --git a/packages/lib/vue3/vue3-form-element/CHANGELOG.md b/packages/lib/vue3/vue3-form-element/CHANGELOG.md index 641a9de3..3ef53f08 100644 --- a/packages/lib/vue3/vue3-form-element/CHANGELOG.md +++ b/packages/lib/vue3/vue3-form-element/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.3.0...v1.4.0) (2021-04-22) + + +### Features + +* **lib:** 调整 widget onChange prop参数格式,添加 formData参数 ([4c441fc](https://github.com/lljj-x/vue-json-schema-form/commit/4c441fce239ade40b10a42bf361c3ee920a044ed)), closes [#45](https://github.com/lljj-x/vue-json-schema-form/issues/45) + + + + + # [1.3.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.2.1...v1.3.0) (2021-04-15) diff --git a/packages/lib/vue3/vue3-form-element/package.json b/packages/lib/vue3/vue3-form-element/package.json index 087b4bd1..298ad6c4 100644 --- a/packages/lib/vue3/vue3-form-element/package.json +++ b/packages/lib/vue3/vue3-form-element/package.json @@ -1,6 +1,6 @@ { "name": "@lljj/vue3-form-element", - "version": "1.3.0", + "version": "1.4.0", "description": "基于 Vue3 、ElementPlus、JsonSchema快速构建一个带完整校验的form表单", "main": "dist/vue3-form-element.umd.min.js", "module": "dist/vue3-form-element.esm.min.js", @@ -16,7 +16,7 @@ ], "dependencies": { "@lljj/vjsf-utils": "1.3.0", - "@lljj/vue3-form-core": "1.3.0" + "@lljj/vue3-form-core": "1.4.0" }, "typings": "types/index.d.ts", "files": [