Skip to content

Commit 084f92e

Browse files
author
Jino Liu
committed
build: release version 1.17.0
1 parent e06581a commit 084f92e

24 files changed

+174
-29
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
9+
### Features
10+
11+
* **lib:** 支持配置 formProps.popover 透传给ui组件 popover ([4c7cc51](https://github.com/lljj-x/vue-json-schema-form/commit/4c7cc51c7c094e6280b3bcd9b3164dac075de6f1)), closes [#269](https://github.com/lljj-x/vue-json-schema-form/issues/269)
12+
* update dist文件 ([3960544](https://github.com/lljj-x/vue-json-schema-form/commit/3960544f8e685582652ab25db9b455cca6ddcdaf))
13+
* 保留isMiniDes的默认逻辑 ([5496040](https://github.com/lljj-x/vue-json-schema-form/commit/5496040927653b051fa56002579b5319023be807))
14+
* 放开miniDesc模式开关的限制 ([81d1834](https://github.com/lljj-x/vue-json-schema-form/commit/81d18347029b2df959eea701b7f198cc2cdafb83))
15+
* **is-mini-des:** 放开小图标描述信息的控制开关 ([3581f3c](https://github.com/lljj-x/vue-json-schema-form/commit/3581f3cfa670a6a6aa315b42b7aedfb110aefcfb))
16+
17+
18+
19+
20+
621
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
722

823

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "1.16.0",
4+
"version": "1.17.0",
55
"command": {
66
"version": {
77
"allowBranch": "master",

packages/demo/demo-v2/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
**Note:** Version bump only for package demo
9+
10+
11+
12+
13+
614
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
715

816
**Note:** Version bump only for package demo

packages/demo/demo-v2/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@lljj/polyfill": "^0.1.0",
13-
"@lljj/vue-json-schema-form": "1.16.0",
14-
"@lljj/vue2-form-iview3": "1.16.0",
13+
"@lljj/vue-json-schema-form": "1.17.0",
14+
"@lljj/vue2-form-iview3": "1.17.0",
1515
"ajv-i18n": "^3.5.0",
1616
"demo-common": "1.12.0",
1717
"iview": "^3.5.4",

packages/demo/demo-v3/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
**Note:** Version bump only for package demo-v3
9+
10+
11+
12+
13+
614
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
715

816
**Note:** Version bump only for package demo-v3

packages/demo/demo-v3/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "demo-v3",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"scripts": {
@@ -10,8 +10,8 @@
1010
},
1111
"dependencies": {
1212
"@lljj/polyfill": "^0.1.0",
13-
"@lljj/vue3-form-ant": "1.16.0",
14-
"@lljj/vue3-form-element": "1.16.0",
13+
"@lljj/vue3-form-ant": "1.17.0",
14+
"@lljj/vue3-form-element": "1.17.0",
1515
"ajv-i18n": "^3.5.0",
1616
"ant-design-vue": "^2.0.1",
1717
"demo-common": "1.12.0",

packages/docs/CHANGELOG.md

+11
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
9+
### Features
10+
11+
* **lib:** 支持配置 formProps.popover 透传给ui组件 popover ([4c7cc51](https://github.com/lljj-x/vue-json-schema-form/commit/4c7cc51c7c094e6280b3bcd9b3164dac075de6f1)), closes [#269](https://github.com/lljj-x/vue-json-schema-form/issues/269)
12+
13+
14+
15+
16+
617
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
718

819

packages/docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "1.16.0",
3+
"version": "1.17.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": "1.16.0",
12+
"@lljj/vue-json-schema-form": "1.17.0",
1313
"element-ui": "^2.13.2",
1414
"v-distpicker": "^1.2.7"
1515
},

packages/lib/utils/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
**Note:** Version bump only for package @lljj/vjsf-utils
9+
10+
11+
12+
13+
614
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
715

816
**Note:** Version bump only for package @lljj/vjsf-utils

packages/lib/utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vjsf-utils",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "vue json schema form 使用的基础utils工具类",
55
"private": false,
66
"publishConfig": {

packages/lib/vue2/vue2-core/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
9+
### Features
10+
11+
* **lib:** 支持配置 formProps.popover 透传给ui组件 popover ([4c7cc51](https://github.com/lljj-x/vue-json-schema-form/commit/4c7cc51c7c094e6280b3bcd9b3164dac075de6f1)), closes [#269](https://github.com/lljj-x/vue-json-schema-form/issues/269)
12+
* 保留isMiniDes的默认逻辑 ([5496040](https://github.com/lljj-x/vue-json-schema-form/commit/5496040927653b051fa56002579b5319023be807))
13+
* 放开miniDesc模式开关的限制 ([81d1834](https://github.com/lljj-x/vue-json-schema-form/commit/81d18347029b2df959eea701b7f198cc2cdafb83))
14+
15+
16+
17+
18+
619
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
720

821

packages/lib/vue2/vue2-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue2-form-core",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "基于 Vue 、JsonSchema快速构建一个带完整校验的form表单,vue2版本基础框架",
55
"main": "src/index.js",
66
"module": "src/index.js",
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@lljj/vjsf-utils": "1.16.0"
17+
"@lljj/vjsf-utils": "1.17.0"
1818
},
1919
"repository": "https://github.com/lljj-x/vue-json-schema-form",
2020
"homepage": "https://github.com/lljj-x/vue-json-schema-form",

packages/lib/vue2/vue2-form-element/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
9+
### Features
10+
11+
* update dist文件 ([3960544](https://github.com/lljj-x/vue-json-schema-form/commit/3960544f8e685582652ab25db9b455cca6ddcdaf))
12+
* 保留isMiniDes的默认逻辑 ([5496040](https://github.com/lljj-x/vue-json-schema-form/commit/5496040927653b051fa56002579b5319023be807))
13+
* 放开miniDesc模式开关的限制 ([81d1834](https://github.com/lljj-x/vue-json-schema-form/commit/81d18347029b2df959eea701b7f198cc2cdafb83))
14+
15+
16+
17+
18+
619
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
720

821

packages/lib/vue2/vue2-form-element/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue-json-schema-form",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "基于 Vue 、ElementUi、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vueJsonSchemaForm.umd.min.js",
66
"module": "dist/vueJsonSchemaForm.esm.min.js",
@@ -15,8 +15,8 @@
1515
"jsonSchema"
1616
],
1717
"dependencies": {
18-
"@lljj/vjsf-utils": "1.16.0",
19-
"@lljj/vue2-form-core": "1.16.0"
18+
"@lljj/vjsf-utils": "1.17.0",
19+
"@lljj/vue2-form-core": "1.17.0"
2020
},
2121
"typings": "types/index.d.ts",
2222
"files": [

packages/lib/vue2/vue2-form-iview3/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
9+
### Features
10+
11+
* update dist文件 ([3960544](https://github.com/lljj-x/vue-json-schema-form/commit/3960544f8e685582652ab25db9b455cca6ddcdaf))
12+
* 保留isMiniDes的默认逻辑 ([5496040](https://github.com/lljj-x/vue-json-schema-form/commit/5496040927653b051fa56002579b5319023be807))
13+
* 放开miniDesc模式开关的限制 ([81d1834](https://github.com/lljj-x/vue-json-schema-form/commit/81d18347029b2df959eea701b7f198cc2cdafb83))
14+
15+
16+
17+
18+
619
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
720

821

packages/lib/vue2/vue2-form-iview3/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue2-form-iview3",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "基于 Vue 、iView3、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vue2-form-iview3.umd.min.js",
66
"module": "dist/vue2-form-iview3.esm.min.js",
@@ -16,8 +16,8 @@
1616
"iView3"
1717
],
1818
"dependencies": {
19-
"@lljj/vjsf-utils": "1.16.0",
20-
"@lljj/vue2-form-core": "1.16.0"
19+
"@lljj/vjsf-utils": "1.17.0",
20+
"@lljj/vue2-form-core": "1.17.0"
2121
},
2222
"typings": "types/index.d.ts",
2323
"files": [

packages/lib/vue3/vue3-core/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
9+
### Features
10+
11+
* **lib:** 支持配置 formProps.popover 透传给ui组件 popover ([4c7cc51](https://github.com/lljj-x/vue-json-schema-form/commit/4c7cc51c7c094e6280b3bcd9b3164dac075de6f1)), closes [#269](https://github.com/lljj-x/vue-json-schema-form/issues/269)
12+
* 保留isMiniDes的默认逻辑 ([5496040](https://github.com/lljj-x/vue-json-schema-form/commit/5496040927653b051fa56002579b5319023be807))
13+
* 放开miniDesc模式开关的限制 ([81d1834](https://github.com/lljj-x/vue-json-schema-form/commit/81d18347029b2df959eea701b7f198cc2cdafb83))
14+
* **is-mini-des:** 放开小图标描述信息的控制开关 ([3581f3c](https://github.com/lljj-x/vue-json-schema-form/commit/3581f3cfa670a6a6aa315b42b7aedfb110aefcfb))
15+
16+
17+
18+
19+
620
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
721

822

packages/lib/vue3/vue3-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue3-form-core",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "基于 Vue3 、JsonSchema快速构建一个带完整校验的form表单,vue3版本基础框架",
55
"main": "src/index.js",
66
"module": "src/index.js",
@@ -14,7 +14,7 @@
1414
"access": "public"
1515
},
1616
"dependencies": {
17-
"@lljj/vjsf-utils": "1.16.0"
17+
"@lljj/vjsf-utils": "1.17.0"
1818
},
1919
"repository": "https://github.com/lljj-x/vue-json-schema-form",
2020
"homepage": "https://github.com/lljj-x/vue-json-schema-form",

packages/lib/vue3/vue3-form-ant/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
9+
### Features
10+
11+
* update dist文件 ([3960544](https://github.com/lljj-x/vue-json-schema-form/commit/3960544f8e685582652ab25db9b455cca6ddcdaf))
12+
* 保留isMiniDes的默认逻辑 ([5496040](https://github.com/lljj-x/vue-json-schema-form/commit/5496040927653b051fa56002579b5319023be807))
13+
* 放开miniDesc模式开关的限制 ([81d1834](https://github.com/lljj-x/vue-json-schema-form/commit/81d18347029b2df959eea701b7f198cc2cdafb83))
14+
* **is-mini-des:** 放开小图标描述信息的控制开关 ([3581f3c](https://github.com/lljj-x/vue-json-schema-form/commit/3581f3cfa670a6a6aa315b42b7aedfb110aefcfb))
15+
16+
17+
18+
19+
620
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
721

822

packages/lib/vue3/vue3-form-ant/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue3-form-ant",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "基于 Vue3 、Antdv、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vue3-form-ant.umd.min.js",
66
"module": "dist/vue3-form-ant.esm.min.js",
@@ -15,8 +15,8 @@
1515
"jsonSchema"
1616
],
1717
"dependencies": {
18-
"@lljj/vjsf-utils": "1.16.0",
19-
"@lljj/vue3-form-core": "1.16.0"
18+
"@lljj/vjsf-utils": "1.17.0",
19+
"@lljj/vue3-form-core": "1.17.0"
2020
},
2121
"typings": "types/index.d.ts",
2222
"files": [

packages/lib/vue3/vue3-form-element/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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+
# [1.17.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.17.0) (2023-05-01)
7+
8+
9+
### Features
10+
11+
* update dist文件 ([3960544](https://github.com/lljj-x/vue-json-schema-form/commit/3960544f8e685582652ab25db9b455cca6ddcdaf))
12+
* 保留isMiniDes的默认逻辑 ([5496040](https://github.com/lljj-x/vue-json-schema-form/commit/5496040927653b051fa56002579b5319023be807))
13+
* 放开miniDesc模式开关的限制 ([81d1834](https://github.com/lljj-x/vue-json-schema-form/commit/81d18347029b2df959eea701b7f198cc2cdafb83))
14+
* **is-mini-des:** 放开小图标描述信息的控制开关 ([3581f3c](https://github.com/lljj-x/vue-json-schema-form/commit/3581f3cfa670a6a6aa315b42b7aedfb110aefcfb))
15+
16+
17+
18+
19+
620
# [1.16.0](https://github.com/lljj-x/vue-json-schema-form/compare/v1.14.2...v1.16.0) (2023-05-01)
721

822

packages/lib/vue3/vue3-form-element/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lljj/vue3-form-element",
3-
"version": "1.16.0",
3+
"version": "1.17.0",
44
"description": "基于 Vue3 、ElementPlus、JsonSchema快速构建一个带完整校验的form表单",
55
"main": "dist/vue3-form-element.umd.min.js",
66
"module": "dist/vue3-form-element.esm.min.js",
@@ -15,8 +15,8 @@
1515
"jsonSchema"
1616
],
1717
"dependencies": {
18-
"@lljj/vjsf-utils": "1.16.0",
19-
"@lljj/vue3-form-core": "1.16.0"
18+
"@lljj/vjsf-utils": "1.17.0",
19+
"@lljj/vue3-form-core": "1.17.0"
2020
},
2121
"typings": "types/index.d.ts",
2222
"files": [

0 commit comments

Comments
 (0)