File tree Expand file tree Collapse file tree 8 files changed +64
-6
lines changed
Expand file tree Collapse file tree 8 files changed +64
-6
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.3.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.2...v0.3.0 ) (2020-12-03)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** lib:** 修复array widget 覆盖多选类型问题 ([ d7453b3] ( https://github.com/lljj-x/vue-json-schema-form/commit/d7453b33abea5f903a3cbee073172a28c3cf02ac ) )
12+ * ** lib:** 修复array 多选类型不配置required ,导致array minItems 等后续不校验问题 ([ 683380e] ( https://github.com/lljj-x/vue-json-schema-form/commit/683380eb824a4e4dc281eda98f19deb64b0c3fa7 ) )
13+
14+
15+ ### Features
16+
17+ * 优化 anyOf 切换 ([ 2c2388d] ( https://github.com/lljj-x/vue-json-schema-form/commit/2c2388d0b46e068ec24c9e64e7ec2154e3237a59 ) )
18+
19+
20+
21+
22+
623## [ 0.2.2] ( https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.1...v0.2.2 ) (2020-11-25)
724
825** Note:** Version bump only for package vue-json-schema-form
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 0.2.2 " ,
4+ "version" : " 0.3.0 " ,
55 "command" : {
66 "version" : {
77 "allowBranch" : " master" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.3.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.2...v0.3.0 ) (2020-12-03)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** lib:** 修复array widget 覆盖多选类型问题 ([ d7453b3] ( https://github.com/lljj-x/vue-json-schema-form/commit/d7453b33abea5f903a3cbee073172a28c3cf02ac ) )
12+
13+
14+ ### Features
15+
16+ * 优化 anyOf 切换 ([ 2c2388d] ( https://github.com/lljj-x/vue-json-schema-form/commit/2c2388d0b46e068ec24c9e64e7ec2154e3237a59 ) )
17+
18+
19+
20+
21+
622## [ 0.2.1] ( https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.0...v0.2.1 ) (2020-11-25)
723
824
Original file line number Diff line number Diff line change 11{
22 "name" : " demo" ,
3- "version" : " 0.2.1 " ,
3+ "version" : " 0.3.0 " ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
1010 },
1111 "dependencies" : {
1212 "@lljj/polyfill" : " ^0.1.0" ,
13- "@lljj/vue-json-schema-form" : " 0.2.2 " ,
13+ "@lljj/vue-json-schema-form" : " 0.3.0 " ,
1414 "ajv-i18n" : " ^3.5.0" ,
1515 "vue" : " ^2.6.10" ,
1616 "vuedraggable" : " 2.23.2"
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.3.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.2...v0.3.0 ) (2020-12-03)
7+
8+ ** Note:** Version bump only for package docs
9+
10+
11+
12+
13+
614# [ 0.2.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v0.1.3...v0.2.0 ) (2020-11-24)
715
816** Note:** Version bump only for package docs
Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
3- "version" : " 0.2 .0" ,
3+ "version" : " 0.3 .0" ,
44 "private" : true ,
55 "license" : " Apache-2.0" ,
66 "scripts" : {
99 "build" : " vuepress build docs"
1010 },
1111 "dependencies" : {
12- "@lljj/vue-json-schema-form" : " 0.2.2 " ,
12+ "@lljj/vue-json-schema-form" : " 0.3.0 " ,
1313 "element-ui" : " ^2.13.2" ,
1414 "v-distpicker" : " ^1.2.7"
1515 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ # [ 0.3.0] ( https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.2...v0.3.0 ) (2020-12-03)
7+
8+
9+ ### Bug Fixes
10+
11+ * ** lib:** 修复array widget 覆盖多选类型问题 ([ d7453b3] ( https://github.com/lljj-x/vue-json-schema-form/commit/d7453b33abea5f903a3cbee073172a28c3cf02ac ) )
12+ * ** lib:** 修复array 多选类型不配置required ,导致array minItems 等后续不校验问题 ([ 683380e] ( https://github.com/lljj-x/vue-json-schema-form/commit/683380eb824a4e4dc281eda98f19deb64b0c3fa7 ) )
13+
14+
15+ ### Features
16+
17+ * 优化 anyOf 切换 ([ 2c2388d] ( https://github.com/lljj-x/vue-json-schema-form/commit/2c2388d0b46e068ec24c9e64e7ec2154e3237a59 ) )
18+
19+
20+
21+
22+
623## [ 0.2.2] ( https://github.com/lljj-x/vue-json-schema-form/compare/v0.2.1...v0.2.2 ) (2020-11-25)
724
825** Note:** Version bump only for package @lljj/vue-json-schema-form
Original file line number Diff line number Diff line change 11{
22 "name" : " @lljj/vue-json-schema-form" ,
3- "version" : " 0.2.2 " ,
3+ "version" : " 0.3.0 " ,
44 "description" : " 基于 Vue 、JsonSchema快速构建一个带完整校验的form表单" ,
55 "main" : " dist/vueJsonSchemaForm.umd.min.js" ,
66 "module" : " dist/vueJsonSchemaForm.esm.min.js" ,
You can’t perform that action at this time.
0 commit comments