Skip to content

Commit

Permalink
Merge pull request #398 from VisActor/release/0.14.6
Browse files Browse the repository at this point in the history
[Auto release] release 0.14.6
  • Loading branch information
neuqzxy authored Aug 30, 2023
2 parents 05c769e + 9b201a9 commit f72ed34
Show file tree
Hide file tree
Showing 45 changed files with 1,316 additions and 572 deletions.
529 changes: 269 additions & 260 deletions common/config/rush/pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/demos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@internal/eslint-config": "workspace:*",
"@internal/ts-config": "workspace:*",
"@visactor/vrender-kits": "workspace:0.12.19",
"@visactor/vrender-kits": "workspace:0.12.20",
"@visactor/vutils": "~0.15.5",
"d3-scale-chromatic": "^3.0.0",
"lodash": "4.17.21",
Expand All @@ -28,6 +28,6 @@
"@antv/g": "^5.7.4"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.5"
"@visactor/vrender": "workspace:0.14.6"
}
}
5 changes: 5 additions & 0 deletions docs/demos/src/pages/text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ export const page = () => {
autoRender: true
});

window.visualViewport.addEventListener('resize', e => {
console.log(e.currentTarget.scale);
stage.setDpr(e.currentTarget.scale * window.devicePixelRatio);
});

graphics.forEach(g => {
stage.defaultLayer.add(g);
});
Expand Down
15 changes: 15 additions & 0 deletions packages/react-vrender-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@visactor/react-vrender-utils",
"entries": [
{
"version": "0.12.20",
"tag": "@visactor/react-vrender-utils_v0.12.20",
"date": "Tue, 29 Aug 2023 11:30:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.5` to `0.14.6`"
},
{
"comment": "Updating dependency \"@visactor/react-vrender\" from `0.12.19` to `0.12.20`"
}
]
}
},
{
"version": "0.12.19",
"tag": "@visactor/react-vrender-utils_v0.12.19",
Expand Down
7 changes: 6 additions & 1 deletion packages/react-vrender-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/react-vrender-utils

This log was last generated on Wed, 23 Aug 2023 11:53:28 GMT and should not be manually modified.
This log was last generated on Tue, 29 Aug 2023 11:30:33 GMT and should not be manually modified.

## 0.12.20
Tue, 29 Aug 2023 11:30:33 GMT

_Version update only_

## 0.12.19
Wed, 23 Aug 2023 11:53:28 GMT
Expand Down
6 changes: 3 additions & 3 deletions packages/react-vrender-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vrender-utils",
"version": "0.12.19",
"version": "0.12.20",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -25,8 +25,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.5",
"@visactor/react-vrender": "workspace:0.12.19",
"@visactor/vrender": "workspace:0.14.6",
"@visactor/react-vrender": "workspace:0.12.20",
"@visactor/vutils": "~0.15.5",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
12 changes: 12 additions & 0 deletions packages/react-vrender/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/react-vrender",
"entries": [
{
"version": "0.12.20",
"tag": "@visactor/react-vrender_v0.12.20",
"date": "Tue, 29 Aug 2023 11:30:33 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.5` to `0.14.6`"
}
]
}
},
{
"version": "0.12.19",
"tag": "@visactor/react-vrender_v0.12.19",
Expand Down
7 changes: 6 additions & 1 deletion packages/react-vrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/react-vrender

This log was last generated on Wed, 23 Aug 2023 11:53:28 GMT and should not be manually modified.
This log was last generated on Tue, 29 Aug 2023 11:30:33 GMT and should not be manually modified.

## 0.12.20
Tue, 29 Aug 2023 11:30:33 GMT

_Version update only_

## 0.12.19
Wed, 23 Aug 2023 11:53:28 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/react-vrender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/react-vrender",
"version": "0.12.19",
"version": "0.12.20",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,7 +24,7 @@
"react": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.5",
"@visactor/vrender": "workspace:0.14.6",
"@visactor/vutils": "~0.15.5",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
26 changes: 26 additions & 0 deletions packages/vrender-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
{
"name": "@visactor/vrender-components",
"entries": [
{
"version": "0.14.6",
"tag": "@visactor/vrender-components_v0.14.6",
"date": "Tue, 29 Aug 2023 11:30:33 GMT",
"comments": {
"patch": [
{
"comment": "feat: support simple polygon and point label"
},
{
"comment": "feat(component): support label overlapPadding for sparse display"
},
{
"comment": "fix: axis label's flush should handle before overlap"
},
{
"comment": "feat(brush): add event release function"
}
],
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.5` to `0.14.6`"
}
]
}
},
{
"version": "0.14.5",
"tag": "@visactor/vrender-components_v0.14.5",
Expand Down
12 changes: 11 additions & 1 deletion packages/vrender-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Change Log - @visactor/vrender-components

This log was last generated on Wed, 23 Aug 2023 11:53:28 GMT and should not be manually modified.
This log was last generated on Tue, 29 Aug 2023 11:30:33 GMT and should not be manually modified.

## 0.14.6
Tue, 29 Aug 2023 11:30:33 GMT

### Patches

- feat: support simple polygon and point label
- feat(component): support label overlapPadding for sparse display
- fix: axis label's flush should handle before overlap
- feat(brush): add event release function

## 0.14.5
Wed, 23 Aug 2023 11:53:28 GMT
Expand Down
Loading

0 comments on commit f72ed34

Please sign in to comment.