Skip to content
Merged

Main #4752

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.

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.4","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.22.5","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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"description": "Lightweight editable spreadsheet component based on VTable",
"keywords": [
"vtable-sheet",
Expand Down
21 changes: 21 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
20 changes: 19 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.4",
"version": "1.22.5",
"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.4",
"version": "1.22.5",
"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