Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into feat/viewbox
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui-Sun committed Jan 25, 2024
2 parents a3d8789 + 56c5950 commit cf5ba5a
Show file tree
Hide file tree
Showing 20 changed files with 2,459 additions and 2,707 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

66 changes: 33 additions & 33 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.18.1","mainProject":"@visactor/vtable","nextBump":"patch"}]
[{"definitionName":"lockStepVersion","policyName":"vtableMain","version":"0.18.2","mainProject":"@visactor/vtable","nextBump":"patch"}]
2 changes: 1 addition & 1 deletion 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.18.1",
"version": "0.18.2",
"description": "The react version of VTable",
"keywords": [
"react",
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.18.1",
"version": "0.18.2",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.18.1",
"version": "0.18.2",
"description": "The export util of VTable",
"author": {
"name": "VisActor",
Expand Down
33 changes: 33 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,39 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.18.2",
"tag": "@visactor/vtable_v0.18.2",
"date": "Wed, 24 Jan 2024 12:12:36 GMT",
"comments": {
"none": [
{
"comment": "fix: fix rowHeaderGroup attribute y when has no colHeaderGroup #971\n\n"
},
{
"comment": "fix: transpose bottomFrozenRow cell layout error #978\n\n"
},
{
"comment": "fix: passte value to last row occur error #979\n\n"
},
{
"comment": "fix: use updateColumns api click state not right #975\n\n"
},
{
"comment": "fix: record has nan string value pivotchart cell value parse handle this case #993\n\n"
},
{
"comment": "fix: row Height compute for axis\n\n"
},
{
"comment": "fix: fix deltaY col number in moveCell()"
},
{
"comment": "feat: add component update"
}
]
}
},
{
"version": "0.18.1",
"tag": "@visactor/vtable_v0.18.1",
Expand Down
28 changes: 27 additions & 1 deletion packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Change Log - @visactor/vtable

This log was last generated on Fri, 19 Jan 2024 11:43:14 GMT and should not be manually modified.
This log was last generated on Wed, 24 Jan 2024 12:12:36 GMT and should not be manually modified.

## 0.18.2
Wed, 24 Jan 2024 12:12:36 GMT

### Updates

- fix: fix rowHeaderGroup attribute y when has no colHeaderGroup #971


- fix: transpose bottomFrozenRow cell layout error #978


- fix: passte value to last row occur error #979


- fix: use updateColumns api click state not right #975


- fix: record has nan string value pivotchart cell value parse handle this case #993


- fix: row Height compute for axis


- fix: fix deltaY col number in moveCell()
- feat: add component update

## 0.18.1
Fri, 19 Jan 2024 11:43:14 GMT
Expand Down
Loading

0 comments on commit cf5ba5a

Please sign in to comment.