From a4ab5802df5418cd7ce72d7f7896c1a5d43bd959 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 4 Mar 2026 07:36:52 +0000 Subject: [PATCH] build: prelease version 1.23.3 --- ...EditorCell-occorError_2026-02-12-09-23.json | 11 ----------- ...-linear-axis-markLine_2026-03-03-11-04.json | 11 ----------- .../vtable/fix-mem_leak_2026-03-02-13-18.json | 10 ---------- 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-sheet/package.json | 2 +- packages/vtable/CHANGELOG.json | 18 ++++++++++++++++++ packages/vtable/CHANGELOG.md | 15 ++++++++++++++- packages/vtable/package.json | 4 ++-- packages/vue-vtable/package.json | 2 +- 17 files changed, 45 insertions(+), 46 deletions(-) delete mode 100644 common/changes/@visactor/vtable/5003-bug-copyToListEditorCell-occorError_2026-02-12-09-23.json delete mode 100644 common/changes/@visactor/vtable/5021-feature-linear-axis-markLine_2026-03-03-11-04.json delete mode 100644 common/changes/@visactor/vtable/fix-mem_leak_2026-03-02-13-18.json diff --git a/common/changes/@visactor/vtable/5003-bug-copyToListEditorCell-occorError_2026-02-12-09-23.json b/common/changes/@visactor/vtable/5003-bug-copyToListEditorCell-occorError_2026-02-12-09-23.json deleted file mode 100644 index c61234bc6..000000000 --- a/common/changes/@visactor/vtable/5003-bug-copyToListEditorCell-occorError_2026-02-12-09-23.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: editor element occor error #5003\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/5021-feature-linear-axis-markLine_2026-03-03-11-04.json b/common/changes/@visactor/vtable/5021-feature-linear-axis-markLine_2026-03-03-11-04.json deleted file mode 100644 index 7de98670c..000000000 --- a/common/changes/@visactor/vtable/5021-feature-linear-axis-markLine_2026-03-03-11-04.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: pivotchart handle with markline value to axis range\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-mem_leak_2026-03-02-13-18.json b/common/changes/@visactor/vtable/fix-mem_leak_2026-03-02-13-18.json deleted file mode 100644 index 8df72791a..000000000 --- a/common/changes/@visactor/vtable/fix-mem_leak_2026-03-02-13-18.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix(core): prevent memory leaks in table cleanup", - "type": "none" - } - ], - "packageName": "@visactor/vtable" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index fbb53223a..01f2024c6 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.23.2","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.23.3","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index 1be40c68a..5c679e7ed 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.23.2", + "version": "1.23.3", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index fb77fdac7..3f71dd05a 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.23.2", + "version": "1.23.3", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index 3f61aecd9..39f419d0c 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.23.2", + "version": "1.23.3", "description": "The calendar component of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index 5c034a575..f7c5ce0c4 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.23.2", + "version": "1.23.3", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index 9bf5ce6b4..e5d4f7955 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.23.2", + "version": "1.23.3", "description": "The export util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-gantt/package.json b/packages/vtable-gantt/package.json index f3665727e..fda74ef4e 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.23.2", + "version": "1.23.3", "description": "canvas table width high performance", "keywords": [ "vtable-gantt", diff --git a/packages/vtable-plugins/package.json b/packages/vtable-plugins/package.json index 4fc9587ca..392011d62 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.23.2", + "version": "1.23.3", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index d497a036c..aad4ef3a8 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.23.2", + "version": "1.23.3", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-sheet/package.json b/packages/vtable-sheet/package.json index 4fb161339..f94526d4a 100644 --- a/packages/vtable-sheet/package.json +++ b/packages/vtable-sheet/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-sheet", - "version": "1.23.2", + "version": "1.23.3", "description": "Lightweight editable spreadsheet component based on VTable", "keywords": [ "vtable-sheet", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index e34230554..bbef7623a 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,24 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.23.3", + "tag": "@visactor/vtable_v1.23.3", + "date": "Wed, 04 Mar 2026 07:23:19 GMT", + "comments": { + "none": [ + { + "comment": "fix: editor element occor error #5003\n\n" + }, + { + "comment": "feat: pivotchart handle with markline value to axis range\n\n" + }, + { + "comment": "fix(core): prevent memory leaks in table cleanup" + } + ] + } + }, { "version": "1.23.2", "tag": "@visactor/vtable_v1.23.2", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index 79aeb9a67..7df54d0c4 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,19 @@ # Change Log - @visactor/vtable -This log was last generated on Wed, 11 Feb 2026 07:00:11 GMT and should not be manually modified. +This log was last generated on Wed, 04 Mar 2026 07:23:19 GMT and should not be manually modified. + +## 1.23.3 +Wed, 04 Mar 2026 07:23:19 GMT + +### Updates + +- fix: editor element occor error #5003 + + +- feat: pivotchart handle with markline value to axis range + + +- fix(core): prevent memory leaks in table cleanup ## 1.23.2 Wed, 11 Feb 2026 07:00:11 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index fa296e23b..23855615e 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.23.2", + "version": "1.23.3", "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 32fdcb0c8..9b2a327f3 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.23.2", + "version": "1.23.3", "description": "The vue version of VTable", "keywords": [ "vue",