Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into fix/fix-row-height…
Browse files Browse the repository at this point in the history
…-round
  • Loading branch information
Rui-Sun committed Dec 21, 2023
2 parents b3c9da8 + a432783 commit ed934f2
Show file tree
Hide file tree
Showing 22 changed files with 103 additions and 180 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@visactor/vtable/develop_2023-12-15-13-20.json

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.

47 changes: 9 additions & 38 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0","mainProject":"@visactor/vtable","nextBump":"minor"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.17.1","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.0",
"version": "0.17.1",
"description": "The react version of VTable",
"keywords": [
"react",
Expand Down Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vutils": "~0.16.10",
"@visactor/vutils": "~0.17.1",
"react-is": "^18.2.0"
},
"devDependencies": {
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": "0.17.0",
"version": "0.17.1",
"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.0",
"version": "0.17.1",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@visactor/vtable": "workspace:*",
"@visactor/vutils": "~0.16.10",
"@visactor/vutils": "~0.17.1",
"file-saver": "2.0.5",
"exceljs": "4.4.0"
},
Expand Down
45 changes: 45 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,51 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.17.1",
"tag": "@visactor/vtable_v0.17.1",
"date": "Thu, 21 Dec 2023 04:01:16 GMT",
"comments": {
"none": [
{
"comment": "refactor: 100W records scroll performance optimize when has select Cell #681\n\n"
},
{
"comment": "fix: stopPropagation effect doubletap\n\n"
},
{
"comment": "refactor: remove default sort rule for pivot table #759\n\n"
},
{
"comment": "fix: dropdown_menu_click trigger #760\n\n"
},
{
"comment": "fix: dblclick occur error #758\n\n"
},
{
"comment": "fix: fix richtext error in getCellOverflowText()"
},
{
"comment": "feat: add arrowkeys interaction #646\n\n"
},
{
"comment": "fix: add scrollBar event to call completeEdit #710\n\n"
},
{
"comment": "docs: update changlog of rush\n\n"
},
{
"comment": "fix: support tree mode adaptive"
},
{
"comment": "fix: fix dropdown icon display error"
},
{
"comment": "fix: fix right frozen columns width update problem"
}
]
}
},
{
"version": "0.17.0",
"tag": "@visactor/vtable_v0.17.0",
Expand Down
Loading

0 comments on commit ed934f2

Please sign in to comment.