From 7b97ca40ba887a618f6e74acda54fe41bfc9e1cb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 Nov 2024 13:37:20 +0000 Subject: [PATCH] build: prelease version 1.10.4 --- ...kline-position-error_2024-11-01-06-18.json | 11 ----- ...dependency-line-tree_2024-11-04-11-54.json | 11 ----- ...on-display-incorrect_2024-11-01-08-26.json | 11 ----- ...ck-no-work-in-vtable_2024-11-04-07-44.json | 11 ----- ...re-dargHeader-select_2024-11-06-06-29.json | 11 ----- ...ltype-function-error_2024-11-05-06-17.json | 11 ----- ...celltype-chart-error_2024-11-05-07-26.json | 11 ----- ...conflicts-with-table_2024-11-06-10-58.json | 11 ----- ...gantt-createSchedule_2024-11-06-07-57.json | 11 ----- ...fix-pivot-frozen-col_2024-11-05-06-26.json | 10 ----- .../fix-scale-menu-pos_2024-11-05-09-24.json | 10 ----- .../fix-tree-frozen-row_2024-11-05-13-32.json | 10 ----- common/config/rush/version-policies.json | 2 +- packages/openinula-vtable/package.json | 2 +- packages/react-vtable/package.json | 2 +- packages/vtable-editors/package.json | 2 +- packages/vtable-export/package.json | 2 +- packages/vtable-gantt/package.json | 2 +- packages/vtable-search/package.json | 2 +- packages/vtable/CHANGELOG.json | 45 +++++++++++++++++++ packages/vtable/CHANGELOG.md | 38 +++++++++++++++- packages/vtable/package.json | 2 +- packages/vue-vtable/package.json | 2 +- 23 files changed, 91 insertions(+), 139 deletions(-) delete mode 100644 common/changes/@visactor/vtable/2689-bug-gantt-markline-position-error_2024-11-01-06-18.json delete mode 100644 common/changes/@visactor/vtable/2701-feature-dependency-line-tree_2024-11-04-11-54.json delete mode 100644 common/changes/@visactor/vtable/2735-bug-header-icon-display-incorrect_2024-11-01-08-26.json delete mode 100644 common/changes/@visactor/vtable/2749-bug-stack-no-work-in-vtable_2024-11-04-07-44.json delete mode 100644 common/changes/@visactor/vtable/2751-feature-dargHeader-select_2024-11-06-06-29.json delete mode 100644 common/changes/@visactor/vtable/2754-bug-celltype-function-error_2024-11-05-06-17.json delete mode 100644 common/changes/@visactor/vtable/2758-bug-pivot-table-celltype-chart-error_2024-11-05-07-26.json delete mode 100644 common/changes/@visactor/vtable/2764-bug-legend-scrolling-conflicts-with-table_2024-11-06-10-58.json delete mode 100644 common/changes/@visactor/vtable/2771-bug-gantt-createSchedule_2024-11-06-07-57.json delete mode 100644 common/changes/@visactor/vtable/fix-pivot-frozen-col_2024-11-05-06-26.json delete mode 100644 common/changes/@visactor/vtable/fix-scale-menu-pos_2024-11-05-09-24.json delete mode 100644 common/changes/@visactor/vtable/fix-tree-frozen-row_2024-11-05-13-32.json diff --git a/common/changes/@visactor/vtable/2689-bug-gantt-markline-position-error_2024-11-01-06-18.json b/common/changes/@visactor/vtable/2689-bug-gantt-markline-position-error_2024-11-01-06-18.json deleted file mode 100644 index f34225c1b..000000000 --- a/common/changes/@visactor/vtable/2689-bug-gantt-markline-position-error_2024-11-01-06-18.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: when markline date less then minDate should not show #2689\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/2701-feature-dependency-line-tree_2024-11-04-11-54.json b/common/changes/@visactor/vtable/2701-feature-dependency-line-tree_2024-11-04-11-54.json deleted file mode 100644 index e9079bf82..000000000 --- a/common/changes/@visactor/vtable/2701-feature-dependency-line-tree_2024-11-04-11-54.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: gantt dependency line support tree node #2701\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/2735-bug-header-icon-display-incorrect_2024-11-01-08-26.json b/common/changes/@visactor/vtable/2735-bug-header-icon-display-incorrect_2024-11-01-08-26.json deleted file mode 100644 index 27aec1552..000000000 --- a/common/changes/@visactor/vtable/2735-bug-header-icon-display-incorrect_2024-11-01-08-26.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: pivot table header icon display incorrect #2735\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/2749-bug-stack-no-work-in-vtable_2024-11-04-07-44.json b/common/changes/@visactor/vtable/2749-bug-stack-no-work-in-vtable_2024-11-04-07-44.json deleted file mode 100644 index 7779e0e43..000000000 --- a/common/changes/@visactor/vtable/2749-bug-stack-no-work-in-vtable_2024-11-04-07-44.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: parse axes config error when user set axes #2749\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/2751-feature-dargHeader-select_2024-11-06-06-29.json b/common/changes/@visactor/vtable/2751-feature-dargHeader-select_2024-11-06-06-29.json deleted file mode 100644 index d12d801d8..000000000 --- a/common/changes/@visactor/vtable/2751-feature-dargHeader-select_2024-11-06-06-29.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: when drag on header can select cells continuous #2751\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/2754-bug-celltype-function-error_2024-11-05-06-17.json b/common/changes/@visactor/vtable/2754-bug-celltype-function-error_2024-11-05-06-17.json deleted file mode 100644 index acc4ae411..000000000 --- a/common/changes/@visactor/vtable/2754-bug-celltype-function-error_2024-11-05-06-17.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: cellType set funciton occor error #2754\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/2758-bug-pivot-table-celltype-chart-error_2024-11-05-07-26.json b/common/changes/@visactor/vtable/2758-bug-pivot-table-celltype-chart-error_2024-11-05-07-26.json deleted file mode 100644 index cfb8fb0b0..000000000 --- a/common/changes/@visactor/vtable/2758-bug-pivot-table-celltype-chart-error_2024-11-05-07-26.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: when pivot cell type set chart not data cell render error #2758\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/2764-bug-legend-scrolling-conflicts-with-table_2024-11-06-10-58.json b/common/changes/@visactor/vtable/2764-bug-legend-scrolling-conflicts-with-table_2024-11-06-10-58.json deleted file mode 100644 index ceb694cda..000000000 --- a/common/changes/@visactor/vtable/2764-bug-legend-scrolling-conflicts-with-table_2024-11-06-10-58.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: legend problems #2764 #2755\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/2771-bug-gantt-createSchedule_2024-11-06-07-57.json b/common/changes/@visactor/vtable/2771-bug-gantt-createSchedule_2024-11-06-07-57.json deleted file mode 100644 index f60fc16ac..000000000 --- a/common/changes/@visactor/vtable/2771-bug-gantt-createSchedule_2024-11-06-07-57.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: create task shedule date error #2771\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-pivot-frozen-col_2024-11-05-06-26.json b/common/changes/@visactor/vtable/fix-pivot-frozen-col_2024-11-05-06-26.json deleted file mode 100644 index 1afbf747c..000000000 --- a/common/changes/@visactor/vtable/fix-pivot-frozen-col_2024-11-05-06-26.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix: fix cellLocation in pivot-table #2694", - "type": "none" - } - ], - "packageName": "@visactor/vtable" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/fix-scale-menu-pos_2024-11-05-09-24.json b/common/changes/@visactor/vtable/fix-scale-menu-pos_2024-11-05-09-24.json deleted file mode 100644 index 3c78de468..000000000 --- a/common/changes/@visactor/vtable/fix-scale-menu-pos_2024-11-05-09-24.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix: fix menu scale pos problem #2734", - "type": "none" - } - ], - "packageName": "@visactor/vtable" -} \ No newline at end of file diff --git a/common/changes/@visactor/vtable/fix-tree-frozen-row_2024-11-05-13-32.json b/common/changes/@visactor/vtable/fix-tree-frozen-row_2024-11-05-13-32.json deleted file mode 100644 index 39d4b6d91..000000000 --- a/common/changes/@visactor/vtable/fix-tree-frozen-row_2024-11-05-13-32.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vtable", - "comment": "fix: fix tree frozen row problem #2619", - "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 e96c544c3..1853016d0 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.10.3","mainProject":"@visactor/vtable","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.10.4","mainProject":"@visactor/vtable","nextBump":"patch"}] diff --git a/packages/openinula-vtable/package.json b/packages/openinula-vtable/package.json index 5bf359f45..7183dbd16 100644 --- a/packages/openinula-vtable/package.json +++ b/packages/openinula-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/openinula-vtable", - "version": "1.10.3", + "version": "1.10.4", "description": "The openinula version of VTable", "keywords": [ "openinula", diff --git a/packages/react-vtable/package.json b/packages/react-vtable/package.json index 0637ee1ab..112983958 100644 --- a/packages/react-vtable/package.json +++ b/packages/react-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vtable", - "version": "1.10.3", + "version": "1.10.4", "description": "The react version of VTable", "keywords": [ "react", diff --git a/packages/vtable-editors/package.json b/packages/vtable-editors/package.json index 6b90c0343..aeeb93691 100644 --- a/packages/vtable-editors/package.json +++ b/packages/vtable-editors/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-editors", - "version": "1.10.3", + "version": "1.10.4", "description": "", "sideEffects": false, "main": "cjs/index.js", diff --git a/packages/vtable-export/package.json b/packages/vtable-export/package.json index da43314d4..cc6d95656 100644 --- a/packages/vtable-export/package.json +++ b/packages/vtable-export/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-export", - "version": "1.10.3", + "version": "1.10.4", "description": "The export util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable-gantt/package.json b/packages/vtable-gantt/package.json index de746a36a..aa0ef1bbb 100644 --- a/packages/vtable-gantt/package.json +++ b/packages/vtable-gantt/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-gantt", - "version": "1.10.3", + "version": "1.10.4", "description": "canvas table width high performance", "keywords": [ "vtable-gantt", diff --git a/packages/vtable-search/package.json b/packages/vtable-search/package.json index d870eb5f5..3b9a25f66 100644 --- a/packages/vtable-search/package.json +++ b/packages/vtable-search/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable-search", - "version": "1.10.3", + "version": "1.10.4", "description": "The search util of VTable", "author": { "name": "VisActor", diff --git a/packages/vtable/CHANGELOG.json b/packages/vtable/CHANGELOG.json index 0895e9096..d8462b391 100644 --- a/packages/vtable/CHANGELOG.json +++ b/packages/vtable/CHANGELOG.json @@ -1,6 +1,51 @@ { "name": "@visactor/vtable", "entries": [ + { + "version": "1.10.4", + "tag": "@visactor/vtable_v1.10.4", + "date": "Thu, 07 Nov 2024 13:33:17 GMT", + "comments": { + "none": [ + { + "comment": "fix: when markline date less then minDate should not show #2689\n\n" + }, + { + "comment": "feat: gantt dependency line support tree node #2701\n\n" + }, + { + "comment": "fix: pivot table header icon display incorrect #2735\n\n" + }, + { + "comment": "fix: parse axes config error when user set axes #2749\n\n" + }, + { + "comment": "feat: when drag on header can select cells continuous #2751\n\n" + }, + { + "comment": "fix: cellType set funciton occor error #2754\n\n" + }, + { + "comment": "fix: when pivot cell type set chart not data cell render error #2758\n\n" + }, + { + "comment": "fix: legend problems #2764 #2755\n\n" + }, + { + "comment": "fix: create task shedule date error #2771\n\n" + }, + { + "comment": "fix: fix cellLocation in pivot-table #2694" + }, + { + "comment": "fix: fix menu scale pos problem #2734" + }, + { + "comment": "fix: fix tree frozen row problem #2619" + } + ] + } + }, { "version": "1.10.3", "tag": "@visactor/vtable_v1.10.3", diff --git a/packages/vtable/CHANGELOG.md b/packages/vtable/CHANGELOG.md index 2c7aafe17..57d28a2f9 100644 --- a/packages/vtable/CHANGELOG.md +++ b/packages/vtable/CHANGELOG.md @@ -1,6 +1,42 @@ # Change Log - @visactor/vtable -This log was last generated on Fri, 01 Nov 2024 03:33:15 GMT and should not be manually modified. +This log was last generated on Thu, 07 Nov 2024 13:33:17 GMT and should not be manually modified. + +## 1.10.4 +Thu, 07 Nov 2024 13:33:17 GMT + +### Updates + +- fix: when markline date less then minDate should not show #2689 + + +- feat: gantt dependency line support tree node #2701 + + +- fix: pivot table header icon display incorrect #2735 + + +- fix: parse axes config error when user set axes #2749 + + +- feat: when drag on header can select cells continuous #2751 + + +- fix: cellType set funciton occor error #2754 + + +- fix: when pivot cell type set chart not data cell render error #2758 + + +- fix: legend problems #2764 #2755 + + +- fix: create task shedule date error #2771 + + +- fix: fix cellLocation in pivot-table #2694 +- fix: fix menu scale pos problem #2734 +- fix: fix tree frozen row problem #2619 ## 1.10.3 Fri, 01 Nov 2024 03:33:15 GMT diff --git a/packages/vtable/package.json b/packages/vtable/package.json index dd8eb5b98..f8c5ab9af 100644 --- a/packages/vtable/package.json +++ b/packages/vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vtable", - "version": "1.10.3", + "version": "1.10.4", "description": "canvas table width high performance", "keywords": [ "grid", diff --git a/packages/vue-vtable/package.json b/packages/vue-vtable/package.json index 638c285c6..d690687a1 100644 --- a/packages/vue-vtable/package.json +++ b/packages/vue-vtable/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vue-vtable", - "version": "1.10.3", + "version": "1.10.4", "description": "The vue version of VTable", "keywords": [ "vue",