Skip to content
Merged

Main #4806

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.6","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.7","mainProject":"@visactor/vtable","nextBump":"patch"}]
4 changes: 2 additions & 2 deletions packages/openinula-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/openinula-vtable",
"version": "1.22.6",
"version": "1.22.7",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down Expand Up @@ -96,4 +96,4 @@
"peerDependencies": {
"openinula": "~0.1.2-SNAPSHOT"
}
}
}
4 changes: 2 additions & 2 deletions packages/react-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vtable",
"version": "1.22.6",
"version": "1.22.7",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -104,4 +104,4 @@
"@arco-design/web-react": "2.60.2",
"@types/react-reconciler": "0.28.8"
}
}
}
2 changes: 1 addition & 1 deletion packages/vtable-calendar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-calendar",
"version": "1.22.6",
"version": "1.22.7",
"description": "The calendar component of VTable",
"author": {
"name": "VisActor",
Expand Down
2 changes: 1 addition & 1 deletion packages/vtable-editors/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-editors",
"version": "1.22.6",
"version": "1.22.7",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-export/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-export",
"version": "1.22.6",
"version": "1.22.7",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -90,4 +90,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/vtable-gantt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-gantt",
"version": "1.22.6",
"version": "1.22.7",
"description": "canvas table width high performance",
"keywords": [
"vtable-gantt",
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-plugins",
"version": "1.22.6",
"version": "1.22.7",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -108,4 +108,4 @@
"rollup-plugin-node-resolve": "5.2.0",
"@types/lodash": "4.14.182"
}
}
}
4 changes: 2 additions & 2 deletions packages/vtable-search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-search",
"version": "1.22.6",
"version": "1.22.7",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -86,4 +86,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/vtable-sheet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable-sheet",
"version": "1.22.6",
"version": "1.22.7",
"description": "Lightweight editable spreadsheet component based on VTable",
"keywords": [
"vtable-sheet",
Expand Down
18 changes: 18 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.22.7",
"tag": "@visactor/vtable_v1.22.7",
"date": "Mon, 08 Dec 2025 09:36:02 GMT",
"comments": {
"none": [
{
"comment": "refactor: optimize linkage pivotChart tooltip\n\n"
},
{
"comment": "fix: pivotChart axis should change zero when has range\n\n"
},
{
"comment": "feat: resize support set canResizeColumn function #4764\n\n"
}
]
}
},
{
"version": "1.22.6",
"tag": "@visactor/vtable_v1.22.6",
Expand Down
17 changes: 16 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# Change Log - @visactor/vtable

This log was last generated on Mon, 01 Dec 2025 11:33:45 GMT and should not be manually modified.
This log was last generated on Mon, 08 Dec 2025 09:36:02 GMT and should not be manually modified.

## 1.22.7
Mon, 08 Dec 2025 09:36:02 GMT

### Updates

- refactor: optimize linkage pivotChart tooltip


- fix: pivotChart axis should change zero when has range


- feat: resize support set canResizeColumn function #4764



## 1.22.6
Mon, 01 Dec 2025 11:33:45 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vtable",
"version": "1.22.6",
"version": "1.22.7",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -133,4 +133,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}
4 changes: 2 additions & 2 deletions packages/vue-vtable/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vue-vtable",
"version": "1.22.6",
"version": "1.22.7",
"description": "The vue version of VTable",
"keywords": [
"vue",
Expand Down Expand Up @@ -106,4 +106,4 @@
"eslint-plugin-vue": "^9.26.0",
"vue-eslint-parser": "^9.4.2"
}
}
}
Loading