Skip to content

Commit

Permalink
Merge pull request #1970 from VisActor/main
Browse files Browse the repository at this point in the history
Merge main into develop
  • Loading branch information
Rui-Sun authored Jun 21, 2024
2 parents 33297bd + fc3191e commit 0a8bd43
Show file tree
Hide file tree
Showing 22 changed files with 99 additions and 150 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

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.3.3","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"1.4.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
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.3.3",
"version": "1.4.0",
"description": "The openinula version of VTable",
"keywords": [
"openinula",
Expand Down Expand Up @@ -93,4 +93,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.3.3",
"version": "1.4.0",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -101,4 +101,4 @@
"@arco-design/web-react": "2.60.2",
"@types/react-reconciler": "0.28.8"
}
}
}
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.3.3",
"version": "1.4.0",
"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.3.3",
"version": "1.4.0",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -87,4 +87,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
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.3.3",
"version": "1.4.0",
"description": "The search util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -83,4 +83,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
50 changes: 50 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,56 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "1.4.0",
"tag": "@visactor/vtable_v1.4.0",
"date": "Fri, 21 Jun 2024 10:26:08 GMT",
"comments": {
"none": [
{
"comment": "fix: updateSortState api occor error #1939\n\n"
},
{
"comment": "feat: support corner header cell edit value #1945\n\n"
},
{
"comment": "fix: when setRecords should update emptyTip #1953\n\n"
},
{
"comment": "fix: getCellRect api when cell is frozen get bounds error #1955\n\n"
},
{
"comment": "fix: when drag cell and enter edit state but can not exit edit rightly #1956\n\n"
},
{
"comment": "chore: update vrender version\n\n"
},
{
"comment": "feat: add indent in vtable-export"
},
{
"comment": "feat: add CustomComponent in react-vtable"
},
{
"comment": "feat: add CustomLayout component in react-vtable"
},
{
"comment": "fix: fix custom width problem #1905"
},
{
"comment": "fix: fix content judgement in getCellRange() #1911"
},
{
"comment": "fix: fix size update problem in pivot table sort #1958"
}
],
"minor": [
{
"comment": "feat: support calculate field for PivotTable #1941\n\n"
}
]
}
},
{
"version": "1.3.3",
"tag": "@visactor/vtable_v1.3.3",
Expand Down
38 changes: 37 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,42 @@
# Change Log - @visactor/vtable

This log was last generated on Thu, 20 Jun 2024 12:19:07 GMT and should not be manually modified.
This log was last generated on Fri, 21 Jun 2024 10:26:08 GMT and should not be manually modified.

## 1.4.0
Fri, 21 Jun 2024 10:26:08 GMT

### Minor changes

- feat: support calculate field for PivotTable #1941



### Updates

- fix: updateSortState api occor error #1939


- feat: support corner header cell edit value #1945


- fix: when setRecords should update emptyTip #1953


- fix: getCellRect api when cell is frozen get bounds error #1955


- fix: when drag cell and enter edit state but can not exit edit rightly #1956


- chore: update vrender version


- feat: add indent in vtable-export
- feat: add CustomComponent in react-vtable
- feat: add CustomLayout component in react-vtable
- fix: fix custom width problem #1905
- fix: fix content judgement in getCellRange() #1911
- fix: fix size update problem in pivot table sort #1958

## 1.3.3
Thu, 20 Jun 2024 12:19:07 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.3.3",
"version": "1.4.0",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -123,4 +123,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}

0 comments on commit 0a8bd43

Please sign in to comment.