Skip to content

Commit

Permalink
Merge pull request #944 from VisActor/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
fangsmile authored Jan 18, 2024
2 parents d68c61e + 18d160a commit 00dd159
Show file tree
Hide file tree
Showing 12 changed files with 50 additions and 62 deletions.

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":"0.17.9","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.17.10","mainProject":"@visactor/vtable","nextBump":"patch"}]
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": "0.17.9",
"version": "0.17.10",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -96,4 +96,4 @@
"axios": "^1.4.0",
"@types/react-is": "^17.0.3"
}
}
}
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": "0.17.9",
"version": "0.17.10",
"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": "0.17.9",
"version": "0.17.10",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -85,4 +85,4 @@
"@types/react-is": "^17.0.3",
"rollup-plugin-node-resolve": "5.2.0"
}
}
}
24 changes: 24 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,30 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.17.10",
"tag": "@visactor/vtable_v0.17.10",
"date": "Thu, 18 Jan 2024 03:43:34 GMT",
"comments": {
"none": [
{
"comment": "fix: select border range error #911\n\n"
},
{
"comment": "fix: when enable pasteValueToCell and event change_cell_value arguments is error #919\n\n"
},
{
"comment": "feat: use vrender-core"
},
{
"comment": "fix: fix tree structure auto merge update problem"
},
{
"comment": "fix: toggele tree node updateChartSize\n\n"
}
]
}
},
{
"version": "0.17.9",
"tag": "@visactor/vtable_v0.17.9",
Expand Down
19 changes: 18 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 10 Jan 2024 11:22:48 GMT and should not be manually modified.
This log was last generated on Thu, 18 Jan 2024 03:43:34 GMT and should not be manually modified.

## 0.17.10
Thu, 18 Jan 2024 03:43:34 GMT

### Updates

- fix: select border range error #911


- fix: when enable pasteValueToCell and event change_cell_value arguments is error #919


- feat: use vrender-core
- fix: fix tree structure auto merge update problem
- fix: toggele tree node updateChartSize



## 0.17.9
Wed, 10 Jan 2024 11:22:48 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": "0.17.9",
"version": "0.17.10",
"description": "canvas table width high performance",
"keywords": [
"grid",
Expand Down Expand Up @@ -124,4 +124,4 @@
"url": "https://github.com/VisActor/VTable.git",
"directory": "packages/vtable"
}
}
}

0 comments on commit 00dd159

Please sign in to comment.