From ca30a73eecd546d339f967fbc53e7b8c6e0adb81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 29 Aug 2025 07:00:05 +0000 Subject: [PATCH] build: prelease version 1.19.8 --- ...outrowtree-api-error_2025-08-20-06-53.json | 11 ---------- ...raph-origanize-error_2025-08-22-06-26.json | 11 ---------- ...rCell-arguments-cell_2025-08-22-09-16.json | 11 ---------- ...umnwidthconfig-error_2025-08-28-08-23.json | 11 ---------- common/config/rush/version-policies.json | 2 +- packages/openinula-vtable/package.json | 2 +- packages/react-vtable/package.json | 2 +- packages/vtable-calendar/package.json | 2 +- packages/vtable-editors/package.json | 2 +- packages/vtable-export/package.json | 2 +- packages/vtable-gantt/package.json | 2 +- packages/vtable-plugins/package.json | 2 +- packages/vtable-search/package.json | 2 +- packages/vtable/CHANGELOG.json | 21 +++++++++++++++++++ packages/vtable/CHANGELOG.md | 20 +++++++++++++++++- packages/vtable/package.json | 2 +- packages/vue-vtable/package.json | 2 +- 17 files changed, 51 insertions(+), 56 deletions(-) delete mode 100644 common/changes/@visactor/vtable/4346-bug-getlayoutrowtree-api-error_2025-08-20-06-53.json delete mode 100644 common/changes/@visactor/vtable/4357-bug-scenegraph-origanize-error_2025-08-22-06-26.json delete mode 100644 common/changes/@visactor/vtable/4364-bug-right-click-cornerCell-arguments-cell_2025-08-22-09-16.json delete mode 100644 common/changes/@visactor/vtable/4388-bug-columnwidthconfig-error_2025-08-28-08-23.json diff --git a/common/changes/@visactor/vtable/4346-bug-getlayoutrowtree-api-error_2025-08-20-06-53.json b/common/changes/@visactor/vtable/4346-bug-getlayoutrowtree-api-error_2025-08-20-06-53.json deleted file mode 100644 index 5ddad5b943..0000000000 --- a/common/changes/@visactor/vtable/4346-bug-getlayoutrowtree-api-error_2025-08-20-06-53.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: getLayoutRowTree api error #4346\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/4357-bug-scenegraph-origanize-error_2025-08-22-06-26.json b/common/changes/@visactor/vtable/4357-bug-scenegraph-origanize-error_2025-08-22-06-26.json deleted file mode 100644 index 33083ab485..0000000000 --- a/common/changes/@visactor/vtable/4357-bug-scenegraph-origanize-error_2025-08-22-06-26.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: when has many columns expand columnTree scenegraph node y error #4357\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/4364-bug-right-click-cornerCell-arguments-cell_2025-08-22-09-16.json b/common/changes/@visactor/vtable/4364-bug-right-click-cornerCell-arguments-cell_2025-08-22-09-16.json deleted file mode 100644 index f60086d7e1..0000000000 --- a/common/changes/@visactor/vtable/4364-bug-right-click-cornerCell-arguments-cell_2025-08-22-09-16.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "refactor: contextmenu-click event arguments #4364\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/4388-bug-columnwidthconfig-error_2025-08-28-08-23.json b/common/changes/@visactor/vtable/4388-bug-columnwidthconfig-error_2025-08-28-08-23.json deleted file mode 100644 index cc8f04751e..0000000000 --- a/common/changes/@visactor/vtable/4388-bug-columnwidthconfig-error_2025-08-28-08-23.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: columnWidthConfig not work when just has indicator on pivot table #4388\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "892739385@qq.com" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 691bf8601b..4183240457 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.19.7","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.19.8","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index 167bd35231..8e7336c9f5 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.19.7", + "version": "1.19.8", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index cc7d2f1de4..d51b8c2f4a 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.19.7", + "version": "1.19.8", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index 7affc942b3..fc7d8d2743 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.19.7", + "version": "1.19.8", "description": "The calendar component of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index bd2f607f30..9dbcafb3dd 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.19.7", + "version": "1.19.8", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index 3af17ea03d..9a5a678bd5 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.19.7", + "version": "1.19.8", "description": "The export util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-gantt/package.json b/packages/vtable-gantt/package.json index 30859a9405..bdc1cbdd65 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.19.7", + "version": "1.19.8", "description": "canvas table width high performance", "keywords": [ "vtable-gantt", diff --git a/packages/vtable-plugins/package.json b/packages/vtable-plugins/package.json index dbf65b4eb2..a47395ad85 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.19.7", + "version": "1.19.8", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index 556fbb6471..78236c070b 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.19.7", + "version": "1.19.8", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 69972392b6..4fe900626f 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.19.8", + "tag": "@visactor/vtable_v1.19.8", + "date": "Fri, 29 Aug 2025 06:50:15 GMT", + "comments": { + "none": [ + { + "comment": "fix: getLayoutRowTree api error #4346\n\n" + }, + { + "comment": "fix: when has many columns expand columnTree scenegraph node y error #4357\n\n" + }, + { + "comment": "refactor: contextmenu-click event arguments #4364\n\n" + }, + { + "comment": "fix: columnWidthConfig not work when just has indicator on pivot table #4388\n\n" + } + ] + } + }, { "version": "1.19.7", "tag": "@visactor/vtable_v1.19.7", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index a0009949e5..58ed705f5b 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,24 @@ # Change Log - @visactor/vtable -This log was last generated on Mon, 18 Aug 2025 11:14:19 GMT and should not be manually modified. +This log was last generated on Fri, 29 Aug 2025 06:50:15 GMT and should not be manually modified. + +## 1.19.8 +Fri, 29 Aug 2025 06:50:15 GMT + +### Updates + +- fix: getLayoutRowTree api error #4346 + + +- fix: when has many columns expand columnTree scenegraph node y error #4357 + + +- refactor: contextmenu-click event arguments #4364 + + +- fix: columnWidthConfig not work when just has indicator on pivot table #4388 + + ## 1.19.7 Mon, 18 Aug 2025 11:14:19 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 263c4957d1..f638efc6d8 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.19.7", + "version": "1.19.8", "description": "canvas table width high performance", "keywords": [ "grid", diff --git a/packages/vue-vtable/package.json b/packages/vue-vtable/package.json index cbe93f1cac..06898bdb30 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.19.7", + "version": "1.19.8", "description": "The vue version of VTable", "keywords": [ "vue",