From 669bd40d80d00eca7f54441f6bbd9cbfccb448fe Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 26 Nov 2025 02:22:03 +0000 Subject: [PATCH] build: prelease version 1.22.5 --- ...s-not-work-in-vtable_2025-11-20-07-44.json | 11 ---------- ...at-pivotChartLinkage_2025-11-06-12-30.json | 11 ---------- ...at-pivotChartLinkage_2025-11-10-11-45.json | 11 ---------- ...-children-null-check_2025-11-19-03-38.json | 11 ---------- common/config/rush/version-policies.json | 2 +- packages/openinula-vtable/package.json | 4 ++-- packages/react-vtable/package.json | 4 ++-- packages/vtable-calendar/package.json | 2 +- packages/vtable-editors/package.json | 2 +- packages/vtable-export/package.json | 4 ++-- packages/vtable-gantt/package.json | 2 +- packages/vtable-plugins/package.json | 4 ++-- packages/vtable-search/package.json | 4 ++-- packages/vtable-sheet/package.json | 2 +- packages/vtable/CHANGELOG.json | 21 +++++++++++++++++++ packages/vtable/CHANGELOG.md | 20 +++++++++++++++++- packages/vtable/package.json | 4 ++-- packages/vue-vtable/package.json | 4 ++-- 18 files changed, 59 insertions(+), 64 deletions(-) delete mode 100644 common/changes/@visactor/vtable/4723-bug-chart-right-axis-not-work-in-vtable_2025-11-20-07-44.json delete mode 100644 common/changes/@visactor/vtable/feat-pivotChartLinkage_2025-11-06-12-30.json delete mode 100644 common/changes/@visactor/vtable/feat-pivotChartLinkage_2025-11-10-11-45.json delete mode 100644 common/changes/@visactor/vtable/fix-node-children-null-check_2025-11-19-03-38.json diff --git a/common/changes/@visactor/vtable/4723-bug-chart-right-axis-not-work-in-vtable_2025-11-20-07-44.json b/common/changes/@visactor/vtable/4723-bug-chart-right-axis-not-work-in-vtable_2025-11-20-07-44.json deleted file mode 100644 index b17454d307..0000000000 --- a/common/changes/@visactor/vtable/4723-bug-chart-right-axis-not-work-in-vtable_2025-11-20-07-44.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: support right axis in pivotChart spec #4723\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/feat-pivotChartLinkage_2025-11-06-12-30.json b/common/changes/@visactor/vtable/feat-pivotChartLinkage_2025-11-06-12-30.json deleted file mode 100644 index 8c555cbe35..0000000000 --- a/common/changes/@visactor/vtable/feat-pivotChartLinkage_2025-11-06-12-30.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add enableChartDimensionLinkage for pivotChart\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/feat-pivotChartLinkage_2025-11-10-11-45.json b/common/changes/@visactor/vtable/feat-pivotChartLinkage_2025-11-10-11-45.json deleted file mode 100644 index b94a3c6c78..0000000000 --- a/common/changes/@visactor/vtable/feat-pivotChartLinkage_2025-11-10-11-45.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add chartDimensionLinkage for pivotChart\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/fix-node-children-null-check_2025-11-19-03-38.json b/common/changes/@visactor/vtable/fix-node-children-null-check_2025-11-19-03-38.json deleted file mode 100644 index 5695bd97a7..0000000000 --- a/common/changes/@visactor/vtable/fix-node-children-null-check_2025-11-19-03-38.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: add null check for nodeChildren in matchDimensionPath\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "gongshiwei@kkgroup.cn" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 7c04aeae6c..e8d50459a8 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.4","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.5","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index ac896cce48..7ab9f156b4 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.22.4", + "version": "1.22.5", "description": "The openinula version of VTable", "keywords": [ "openinula", @@ -96,4 +96,4 @@ "peerDependencies": { "openinula": "~0.1.2-SNAPSHOT" } -} \ No newline at end of file +} diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index 5410a836de..ae3549ef86 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.22.4", + "version": "1.22.5", "description": "The react version of VTable", "keywords": [ "react", @@ -104,4 +104,4 @@ "@arco-design/web-react": "2.60.2", "@types/react-reconciler": "0.28.8" } -} \ No newline at end of file +} diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index df272a5666..16126d3282 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.22.4", + "version": "1.22.5", "description": "The calendar component of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index d4d3a23a6e..83c29e2e19 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.22.4", + "version": "1.22.5", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index e07e653aa5..f01ba406b9 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.22.4", + "version": "1.22.5", "description": "The export util of VTable", "author": { "name": "VisActor", @@ -90,4 +90,4 @@ "@types/react-is": "^17.0.3", "rollup-plugin-node-resolve": "5.2.0" } -} \ No newline at end of file +} diff --git a/packages/vtable-gantt/package.json b/packages/vtable-gantt/package.json index 117ef6106d..8c3674ac6a 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.22.4", + "version": "1.22.5", "description": "canvas table width high performance", "keywords": [ "vtable-gantt", diff --git a/packages/vtable-plugins/package.json b/packages/vtable-plugins/package.json index 50ab734068..ac45c73c87 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.22.4", + "version": "1.22.5", "description": "The search util of VTable", "author": { "name": "VisActor", @@ -108,4 +108,4 @@ "rollup-plugin-node-resolve": "5.2.0", "@types/lodash": "4.14.182" } -} \ No newline at end of file +} diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index ea5be3f071..b730060ea1 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.22.4", + "version": "1.22.5", "description": "The search util of VTable", "author": { "name": "VisActor", @@ -86,4 +86,4 @@ "@types/react-is": "^17.0.3", "rollup-plugin-node-resolve": "5.2.0" } -} \ No newline at end of file +} diff --git a/packages/vtable-sheet/package.json b/packages/vtable-sheet/package.json index f34d3c8714..68fa8ced7a 100644 --- a/packages/vtable-sheet/package.json +++ b/packages/vtable-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-sheet", - "version": "1.22.4", + "version": "1.22.5", "description": "Lightweight editable spreadsheet component based on VTable", "keywords": [ "vtable-sheet", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 9676a41a08..4e37f6886a 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.22.5", + "tag": "@visactor/vtable_v1.22.5", + "date": "Wed, 26 Nov 2025 02:07:13 GMT", + "comments": { + "none": [ + { + "comment": "feat: support right axis in pivotChart spec #4723\n\n" + }, + { + "comment": "feat: add enableChartDimensionLinkage for pivotChart\n\n" + }, + { + "comment": "feat: add chartDimensionLinkage for pivotChart\n\n" + }, + { + "comment": "fix: add null check for nodeChildren in matchDimensionPath\n\n" + } + ] + } + }, { "version": "1.22.4", "tag": "@visactor/vtable_v1.22.4", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index aaaed8a03d..fe238cb618 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 Tue, 18 Nov 2025 06:13:47 GMT and should not be manually modified. +This log was last generated on Wed, 26 Nov 2025 02:07:13 GMT and should not be manually modified. + +## 1.22.5 +Wed, 26 Nov 2025 02:07:13 GMT + +### Updates + +- feat: support right axis in pivotChart spec #4723 + + +- feat: add enableChartDimensionLinkage for pivotChart + + +- feat: add chartDimensionLinkage for pivotChart + + +- fix: add null check for nodeChildren in matchDimensionPath + + ## 1.22.4 Tue, 18 Nov 2025 06:13:47 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 4c39e0ad3a..3c7e7e20bf 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.22.4", + "version": "1.22.5", "description": "canvas table width high performance", "keywords": [ "grid", @@ -133,4 +133,4 @@ "url": "https://github.com/VisActor/VTable.git", "directory": "packages/vtable" } -} \ No newline at end of file +} diff --git a/packages/vue-vtable/package.json b/packages/vue-vtable/package.json index d67ad2a23a..0ab8367b60 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.22.4", + "version": "1.22.5", "description": "The vue version of VTable", "keywords": [ "vue", @@ -106,4 +106,4 @@ "eslint-plugin-vue": "^9.26.0", "vue-eslint-parser": "^9.4.2" } -} \ No newline at end of file +}