Skip to content

Commit 1242e64

Browse files
committed
build: release version 0.5.0
1 parent 4bd9e82 commit 1242e64

File tree

8 files changed

+68
-6
lines changed

8 files changed

+68
-6
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.4.1...v0.5.0) (2020-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** 修复 anyOf 切换时原item下错误不会清除问题 ([8d0b09a](https://github.com/lljj-x/vue-json-schema-form/commit/8d0b09a36a23626d34ffba46bad02d96e060b30e))
12+
* **uploadwidget:** 修复上传图片 picture 模式文件获取错误问题 ([e672d74](https://github.com/lljj-x/vue-json-schema-form/commit/e672d7425521b9b3fc51e0bea1f5d101a669a7f8))
13+
14+
15+
### Features
16+
17+
* **lib:** uploadWidget 组件支持slots 配置function 接受createElement参数 ([2ceebcb](https://github.com/lljj-x/vue-json-schema-form/commit/2ceebcb6970bf0a46d0f8a80acb6dbe3ebcd7b80))
18+
* 下拉选项组件支持直接配置ui:enumOptions,优先级高于schema默计算出的下拉选项 ([af8bee4](https://github.com/lljj-x/vue-json-schema-form/commit/af8bee437cae86deae38480cce6607e7dd42b867))
19+
* **lib:** 添加on-validation-failed event,表单校验失败触发 ([388454e](https://github.com/lljj-x/vue-json-schema-form/commit/388454eac1fd1c1d5aa205e965c477604176df09))
20+
* **lib:** 配置 format color,默认使用 el-color-picker 组件 ([be915ad](https://github.com/lljj-x/vue-json-schema-form/commit/be915ad8eace3b33bbb70180788c251dafbac50e))
21+
22+
23+
24+
25+
626
# [0.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.3.0...v0.4.0) (2020-12-05)
727

828

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "0.4.1",
4+
"version": "0.5.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/demo/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.4.1...v0.5.0) (2020-12-25)
7+
8+
9+
### Features
10+
11+
* **lib:** 配置 format color,默认使用 el-color-picker 组件 ([be915ad](https://github.com/lljj-x/vue-json-schema-form/commit/be915ad8eace3b33bbb70180788c251dafbac50e))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.3.0...v0.4.0) (2020-12-05)
718

819

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@lljj/polyfill": "^0.1.0",
13-
"@lljj/vue-json-schema-form": "0.4.1",
13+
"@lljj/vue-json-schema-form": "0.5.0",
1414
"ajv-i18n": "^3.5.0",
1515
"vue": "^2.6.10",
1616
"vuedraggable": "2.23.2"

packages/docs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.4.1...v0.5.0) (2020-12-25)
7+
8+
9+
### Features
10+
11+
* **lib:** uploadWidget 组件支持slots 配置function 接受createElement参数 ([2ceebcb](https://github.com/lljj-x/vue-json-schema-form/commit/2ceebcb6970bf0a46d0f8a80acb6dbe3ebcd7b80))
12+
13+
14+
15+
16+
617
# [0.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.3.0...v0.4.0) (2020-12-05)
718

819
**Note:** Version bump only for package docs

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -9,7 +9,7 @@
99
"build": "vuepress build docs"
1010
},
1111
"dependencies": {
12-
"@lljj/vue-json-schema-form": "0.4.1",
12+
"@lljj/vue-json-schema-form": "0.5.0",
1313
"element-ui": "^2.13.2",
1414
"v-distpicker": "^1.2.7"
1515
},

packages/lib/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.5.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.4.1...v0.5.0) (2020-12-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **lib:** 修复 anyOf 切换时原item下错误不会清除问题 ([8d0b09a](https://github.com/lljj-x/vue-json-schema-form/commit/8d0b09a36a23626d34ffba46bad02d96e060b30e))
12+
* **uploadwidget:** 修复上传图片 picture 模式文件获取错误问题 ([e672d74](https://github.com/lljj-x/vue-json-schema-form/commit/e672d7425521b9b3fc51e0bea1f5d101a669a7f8))
13+
14+
15+
### Features
16+
17+
* **lib:** uploadWidget 组件支持slots 配置function 接受createElement参数 ([2ceebcb](https://github.com/lljj-x/vue-json-schema-form/commit/2ceebcb6970bf0a46d0f8a80acb6dbe3ebcd7b80))
18+
* 下拉选项组件支持直接配置ui:enumOptions,优先级高于schema默计算出的下拉选项 ([af8bee4](https://github.com/lljj-x/vue-json-schema-form/commit/af8bee437cae86deae38480cce6607e7dd42b867))
19+
* **lib:** 添加on-validation-failed event,表单校验失败触发 ([388454e](https://github.com/lljj-x/vue-json-schema-form/commit/388454eac1fd1c1d5aa205e965c477604176df09))
20+
* **lib:** 配置 format color,默认使用 el-color-picker 组件 ([be915ad](https://github.com/lljj-x/vue-json-schema-form/commit/be915ad8eace3b33bbb70180788c251dafbac50e))
21+
22+
23+
24+
25+
626
# [0.4.0](https://github.com/lljj-x/vue-json-schema-form/compare/v0.3.0...v0.4.0) (2020-12-05)
727

828
**Note:** Version bump only for package @lljj/vue-json-schema-form

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue-json-schema-form",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vueJsonSchemaForm.umd.min.js",
66
"module": "dist/vueJsonSchemaForm.esm.min.js",

0 commit comments

Comments
 (0)