Skip to content

Commit

Permalink
Merge pull request #109 from VisActor/release/0.9.1
Browse files Browse the repository at this point in the history
[Auto release] release 0.9.1
  • Loading branch information
fangsmile committed Jul 6, 2023
2 parents 4aa7bd3 + 9757c4e commit 1762a21
Show file tree
Hide file tree
Showing 148 changed files with 28,309 additions and 1,982 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/main_2023-06-06-02-27.json

This file was deleted.

2 changes: 1 addition & 1 deletion common/config/rush/pnpm-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
* PNPM documentation: https://pnpm.io/package_json#pnpmoverrides
*/
"globalOverrides": {
"@visactor/vrender": "0.11.0-alpha.1"
"@visactor/vrender": "0.11.0-alpha.3"
},
/**
* The `globalPeerDependencyRules` setting provides various settings for suppressing validation errors
Expand Down
60 changes: 43 additions & 17 deletions common/config/rush/pnpm-lock.yaml

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

58 changes: 58 additions & 0 deletions packages/vtable/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"name": "@visactor/vtable",
"entries": [
{
"version": "0.9.1",
"tag": "@visactor/vtable_v0.9.1",
"date": "Wed, 05 Jul 2023 06:55:19 GMT",
"comments": {
"patch": [
{
"comment": "fix: chart shake after resize column width\n\n"
},
{
"comment": "fix: fix chart size after column width changed\n\n"
},
{
"comment": "fix: solve chart image shake caused by decimals\n\n"
},
{
"comment": "fix: fix merge cell y position\n\n"
},
{
"comment": "fix: fix problems width customRender expectedWidth and expectedHeight\n\n"
},
{
"comment": "feat: add custom element line type\n\n"
},
{
"comment": "refactor: borderRadius rename to cornerRadius"
},
{
"comment": "refactor: rename to cornerRadius and add demo"
},
{
"comment": "refactor: rename pin to frozen"
},
{
"comment": "feat: support event in mobile device"
},
{
"comment": "feat: add resize event response"
},
{
"comment": "alpha"
}
],
"none": [
{
"comment": "none"
},
{
"comment": "update vrender version"
}
]
}
}
]
}
34 changes: 34 additions & 0 deletions packages/vtable/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Change Log - @visactor/vtable

This log was last generated on Wed, 05 Jul 2023 06:55:19 GMT and should not be manually modified.

## 0.9.1
Wed, 05 Jul 2023 06:55:19 GMT

### Patches

- fix: chart shake after resize column width


- fix: fix chart size after column width changed


- fix: solve chart image shake caused by decimals


- fix: fix merge cell y position


- fix: fix problems width customRender expectedWidth and expectedHeight


- feat: add custom element line type


- refactor: borderRadius rename to cornerRadius
- refactor: rename to cornerRadius and add demo
- refactor: rename pin to frozen
- feat: support event in mobile device
- feat: add resize event response
- alpha

Loading

0 comments on commit 1762a21

Please sign in to comment.