diff --git a/common/changes/@visactor/vtable/4064-feature-contextmenu-click-event-arguments_2025-07-08-10-22.json b/common/changes/@visactor/vtable/4064-feature-contextmenu-click-event-arguments_2025-07-08-10-22.json deleted file mode 100644 index d6cf439d88..0000000000 --- a/common/changes/@visactor/vtable/4064-feature-contextmenu-click-event-arguments_2025-07-08-10-22.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: add contextmenuReturnAllSelectedCells api #4064\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/4170-bug-svg-replace_2025-07-08-09-01.json b/common/changes/@visactor/vtable/4170-bug-svg-replace_2025-07-08-09-01.json deleted file mode 100644 index f9586be002..0000000000 --- a/common/changes/@visactor/vtable/4170-bug-svg-replace_2025-07-08-09-01.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: click to edit cell not work with groupBy #4172\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/develop_2025-06-27-08-49.json b/common/changes/@visactor/vtable/develop_2025-06-27-08-49.json deleted file mode 100644 index e0ed8e6ad1..0000000000 --- a/common/changes/@visactor/vtable/develop_2025-06-27-08-49.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: 修复自定义编辑器复制粘贴时无法触发异步校验的问题\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "santcool@126.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/fix-frozen-column-invisible-container-3836_2025-07-01-05-55.json b/common/changes/@visactor/vtable/fix-frozen-column-invisible-container-3836_2025-07-01-05-55.json deleted file mode 100644 index 2a2f6addb6..0000000000 --- a/common/changes/@visactor/vtable/fix-frozen-column-invisible-container-3836_2025-07-01-05-55.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: handle frozen column calculation when container is invisible\n\n", - "type": "none", - "packageName": "@visactor/vtable" - } - ], - "packageName": "@visactor/vtable", - "email": "longzhu.xlj@raycloud.com" -} \ No newline at end of file diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 55e081eefe..683a14942e 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.19.2","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.19.3","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index 68401cfdaa..5c4ca61455 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.19.2", + "version": "1.19.3", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index f501b09b12..67f3e679fc 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.19.2", + "version": "1.19.3", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-calendar/package.json b/packages/vtable-calendar/package.json index 2f734ba067..6e3de1ffdc 100644 --- a/packages/vtable-calendar/package.json +++ b/packages/vtable-calendar/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-calendar", - "version": "1.19.2", + "version": "1.19.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 1a2cd1873e..38552cfab1 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.19.2", + "version": "1.19.3", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index d93a0c2b3d..47f40004aa 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.19.2", + "version": "1.19.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 e2a8bf7fec..d1dbffaa2c 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.19.2", + "version": "1.19.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 7543d5eba1..ddbfa1b82d 100644 --- a/packages/vtable-plugins/package.json +++ b/packages/vtable-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-plugins", - "version": "1.19.2", + "version": "1.19.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 006d655ecc..e020a71577 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.19.2", + "version": "1.19.3", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 881eae7e44..ace269eee0 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.19.3", + "tag": "@visactor/vtable_v1.19.3", + "date": "Wed, 09 Jul 2025 09:24:55 GMT", + "comments": { + "none": [ + { + "comment": "feat: add contextmenuReturnAllSelectedCells api #4064\n\n" + }, + { + "comment": "fix: click to edit cell not work with groupBy #4172\n\n" + }, + { + "comment": "fix: 修复自定义编辑器复制粘贴时无法触发异步校验的问题\n\n" + }, + { + "comment": "fix: handle frozen column calculation when container is invisible\n\n" + } + ] + } + }, { "version": "1.19.2", "tag": "@visactor/vtable_v1.19.2", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index 6ab5ddf156..2ce22b7ede 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, 01 Jul 2025 10:26:51 GMT and should not be manually modified. +This log was last generated on Wed, 09 Jul 2025 09:24:55 GMT and should not be manually modified. + +## 1.19.3 +Wed, 09 Jul 2025 09:24:55 GMT + +### Updates + +- feat: add contextmenuReturnAllSelectedCells api #4064 + + +- fix: click to edit cell not work with groupBy #4172 + + +- fix: 修复自定义编辑器复制粘贴时无法触发异步校验的问题 + + +- fix: handle frozen column calculation when container is invisible + + ## 1.19.2 Tue, 01 Jul 2025 10:26:51 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index 76a789d9a3..355f2dbfe6 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.19.2", + "version": "1.19.3", "description": "canvas table width high performance", "keywords": [ "grid", diff --git a/packages/vue-vtable/package.json b/packages/vue-vtable/package.json index bb6eac1e82..3246f25ab1 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.19.2", + "version": "1.19.3", "description": "The vue version of VTable", "keywords": [ "vue",