Skip to content

Commit

Permalink
Merge pull request #279 from VisActor/release/0.13.9
Browse files Browse the repository at this point in the history
[Auto release] release 0.13.9
  • Loading branch information
kkxxkk2019 authored Aug 8, 2023
2 parents 62dd131 + c181553 commit 4e30423
Show file tree
Hide file tree
Showing 25 changed files with 207 additions and 54 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<div align="center">
<a href="" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/500_200.svg"/>
<a href="https://github.com/VisActor#gh-light-mode-only" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/>
</a>
<a href="https://github.com/VisActor#gh-dark-mode-only" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_dark.svg"/>
</a>
</div>

Expand Down
7 changes: 5 additions & 2 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<div align="center">
<a href="" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/500_200.svg"/>
<a href="https://github.com/VisActor#gh-light-mode-only" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_light.svg"/>
</a>
<a href="https://github.com/VisActor#gh-dark-mode-only" target="_blank">
<img alt="VisActor Logo" width="200" src="https://github.com/VisActor/.github/blob/main/profile/logo_500_200_dark.svg"/>
</a>
</div>

Expand Down
14 changes: 7 additions & 7 deletions common/config/rush/pnpm-lock.yaml

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

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.11",
"@visactor/vrender-kits": "workspace:0.12.12",
"@visactor/vutils": "~0.13.0",
"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.13.7"
"@visactor/vrender": "workspace:0.13.8"
}
}
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.12",
"tag": "@visactor/react-vrender-utils_v0.12.12",
"date": "Tue, 08 Aug 2023 09:27:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.7` to `0.13.8`"
},
{
"comment": "Updating dependency \"@visactor/react-vrender\" from `0.12.11` to `0.12.12`"
}
]
}
},
{
"version": "0.12.11",
"tag": "@visactor/react-vrender-utils_v0.12.11",
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 Thu, 03 Aug 2023 10:04:34 GMT and should not be manually modified.
This log was last generated on Tue, 08 Aug 2023 09:27:52 GMT and should not be manually modified.

## 0.12.12
Tue, 08 Aug 2023 09:27:52 GMT

_Version update only_

## 0.12.11
Thu, 03 Aug 2023 10:04:34 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.11",
"version": "0.12.12",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -25,8 +25,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.13.7",
"@visactor/react-vrender": "workspace:0.12.11",
"@visactor/vrender": "workspace:0.13.8",
"@visactor/react-vrender": "workspace:0.12.12",
"@visactor/vutils": "~0.13.0",
"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.12",
"tag": "@visactor/react-vrender_v0.12.12",
"date": "Tue, 08 Aug 2023 09:27:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.7` to `0.13.8`"
}
]
}
},
{
"version": "0.12.11",
"tag": "@visactor/react-vrender_v0.12.11",
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 Thu, 03 Aug 2023 10:04:34 GMT and should not be manually modified.
This log was last generated on Tue, 08 Aug 2023 09:27:52 GMT and should not be manually modified.

## 0.12.12
Tue, 08 Aug 2023 09:27:52 GMT

_Version update only_

## 0.12.11
Thu, 03 Aug 2023 10:04:34 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.11",
"version": "0.12.12",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,7 +24,7 @@
"react": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.13.7",
"@visactor/vrender": "workspace:0.13.8",
"@visactor/vutils": "~0.13.0",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
17 changes: 17 additions & 0 deletions packages/vrender-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@visactor/vrender-components",
"entries": [
{
"version": "0.13.9",
"tag": "@visactor/vrender-components_v0.13.9",
"date": "Tue, 08 Aug 2023 09:27:52 GMT",
"comments": {
"patch": [
{
"comment": "fix(components): overlap bitmap test will intercept invalid range, fix #265"
}
],
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.7` to `0.13.8`"
}
]
}
},
{
"version": "0.13.8",
"tag": "@visactor/vrender-components_v0.13.8",
Expand Down
9 changes: 8 additions & 1 deletion packages/vrender-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @visactor/vrender-components

This log was last generated on Thu, 03 Aug 2023 10:04:34 GMT and should not be manually modified.
This log was last generated on Tue, 08 Aug 2023 09:27:52 GMT and should not be manually modified.

## 0.13.9
Tue, 08 Aug 2023 09:27:52 GMT

### Patches

- fix(components): overlap bitmap test will intercept invalid range, fix #265

## 0.13.8
Thu, 03 Aug 2023 10:04:34 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vrender-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vrender-components",
"version": "0.13.8",
"version": "0.13.9",
"description": "components library for dp visualization",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,7 +24,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@visactor/vrender": "workspace:0.13.7",
"@visactor/vrender": "workspace:0.13.8",
"@visactor/vutils": "~0.13.0",
"@visactor/vscale": "~0.13.0",
"inversify": "6.0.1"
Expand Down
8 changes: 7 additions & 1 deletion packages/vrender-components/src/label/overlap/bitmap.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IBoundsLike } from '@visactor/vutils';
import type { IBoundsLike } from '@visactor/vutils';

/**
* 防重叠逻辑参考 https://github.com/vega/vega/
Expand Down Expand Up @@ -78,6 +78,9 @@ export function bitmap(w: number, h: number) {
* @returns boolean
*/
getRange: ({ x1, y1, x2, y2 }: IBoundsLike) => {
if (x2 < 0 || y2 < 0 || x1 > w || y1 > h) {
return true;
}
let r = y2;
let start;
let end;
Expand Down Expand Up @@ -110,6 +113,9 @@ export function bitmap(w: number, h: number) {
},

setRange: ({ x1, y1, x2, y2 }: IBoundsLike) => {
if (x2 < 0 || y2 < 0 || x1 > w || y1 > h) {
return;
}
let start;
let end;
let indexStart;
Expand Down
12 changes: 12 additions & 0 deletions packages/vrender-kits/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vrender-kits",
"entries": [
{
"version": "0.12.12",
"tag": "@visactor/vrender-kits_v0.12.12",
"date": "Tue, 08 Aug 2023 09:27:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.13.7` to `0.13.8`"
}
]
}
},
{
"version": "0.12.11",
"tag": "@visactor/vrender-kits_v0.12.11",
Expand Down
7 changes: 6 additions & 1 deletion packages/vrender-kits/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log - @visactor/vrender-kits

This log was last generated on Thu, 03 Aug 2023 10:04:34 GMT and should not be manually modified.
This log was last generated on Tue, 08 Aug 2023 09:27:52 GMT and should not be manually modified.

## 0.12.12
Tue, 08 Aug 2023 09:27:52 GMT

_Version update only_

## 0.12.11
Thu, 03 Aug 2023 10:04:34 GMT
Expand Down
4 changes: 2 additions & 2 deletions packages/vrender-kits/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vrender-kits",
"version": "0.12.11",
"version": "0.12.12",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -21,7 +21,7 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"@visactor/vrender": "workspace:0.13.7",
"@visactor/vrender": "workspace:0.13.8",
"@visactor/vutils": "~0.13.0",
"@resvg/resvg-js": "2.4.1",
"canvas": "2.11.2",
Expand Down
12 changes: 12 additions & 0 deletions packages/vrender/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@visactor/vrender",
"entries": [
{
"version": "0.13.8",
"tag": "@visactor/vrender_v0.13.8",
"date": "Tue, 08 Aug 2023 09:27:52 GMT",
"comments": {
"patch": [
{
"comment": "perf: enhance the effect of requestAnimationFrame in miniapp"
}
]
}
},
{
"version": "0.13.7",
"tag": "@visactor/vrender_v0.13.7",
Expand Down
9 changes: 8 additions & 1 deletion packages/vrender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @visactor/vrender

This log was last generated on Thu, 03 Aug 2023 10:04:34 GMT and should not be manually modified.
This log was last generated on Tue, 08 Aug 2023 09:27:52 GMT and should not be manually modified.

## 0.13.8
Tue, 08 Aug 2023 09:27:52 GMT

### Patches

- perf: enhance the effect of requestAnimationFrame in miniapp

## 0.13.7
Thu, 03 Aug 2023 10:04:34 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/vrender/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/vrender",
"version": "0.13.7",
"version": "0.13.8",
"description": "",
"sideEffects": true,
"main": "cjs/index.js",
Expand Down
Loading

0 comments on commit 4e30423

Please sign in to comment.