Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto release] release 0.14.3 #334

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
66f5533
feat(marker): add clipRange config
skie1997 Aug 10, 2023
08b4892
chore: eslint error
skie1997 Aug 10, 2023
3a9ae66
chore: rename global window name to test marker in VChart
skie1997 Aug 10, 2023
ceb1e8c
chore: rename global window name to test marker in VChart
skie1997 Aug 10, 2023
67d0797
fix(marker): clipRange update when attribute has changed
skie1997 Aug 10, 2023
f0ad06d
fix(marker): add offset to marker container
skie1997 Aug 10, 2023
7708d74
fix(marker): add offset to marker container
skie1997 Aug 10, 2023
46720d6
Revert "chore: rename global window name to test marker in VChart"
skie1997 Aug 10, 2023
ad1b73b
Revert "chore: rename global window name to test marker in VChart"
skie1997 Aug 10, 2023
7c61cab
feat: change labelLine of arc label from path mark to line mark to ad…
pairone Aug 13, 2023
32eceee
feat: add rush change log
pairone Aug 13, 2023
a97a46f
Merge branch 'develop' into feat/arc-label
pairone Aug 13, 2023
8e5eb40
feat: remove the logic related to labelLinePath
pairone Aug 13, 2023
60d7ca4
Merge pull request #311 from VisActor/sync_0.14.2
neuqzxy Aug 14, 2023
53aa69d
Merge branch 'develop' into feat/arc-label
pairone Aug 14, 2023
6402caa
fix: pointB is undefined when position is inside
pairone Aug 14, 2023
987a049
feat: angle as an item of text Style
pairone Aug 14, 2023
a42655f
feat: remove duplicate declarations and console
pairone Aug 14, 2023
b49157e
Merge pull request #306 from VisActor/feat/marker-clipRange
skie1997 Aug 14, 2023
5b62ab3
feat: delete console
pairone Aug 15, 2023
44623c0
feat: support config labelLine lineWidth
pairone Aug 15, 2023
1e28a16
fix: the arc label with the same name is only rendered once
pairone Aug 15, 2023
1aec786
feat: support edge layout
pairone Aug 15, 2023
197efae
fix(vrender-components): label shoud omit automaticly when label's wi…
kkxxkk2019 Aug 15, 2023
eff0c87
chore: update rush change
kkxxkk2019 Aug 15, 2023
525c6b0
test: fix the type error of test case
kkxxkk2019 Aug 15, 2023
85b2531
fix: fix the issue with arc conical color after configuring cap, clos…
neuqzxy Aug 15, 2023
b0eb709
feat: add legendItemAttributeUpdate event in legend
Rui-Sun Aug 15, 2023
715f5af
feat: limit when the text exceeds the maximum width of the label
pairone Aug 15, 2023
dc50f6d
fix: fix wrapText line cut error
Rui-Sun Aug 16, 2023
3fb00cf
chore: change rush change file
Rui-Sun Aug 16, 2023
3a73a8f
Merge pull request #310 from VisActor/feat/arc-label
pairone Aug 16, 2023
57f356a
feat: remove duplicate code when deconflicting
pairone Aug 16, 2023
39ab667
Merge pull request #325 from VisActor/feat/label-conflict
xiaoluoHe Aug 16, 2023
754e499
feat: delete console
pairone Aug 16, 2023
02f6ac4
feat: add rush change log
pairone Aug 16, 2023
396d0a5
Merge pull request #321 from VisActor/fix/wrap-text-line-cut
neuqzxy Aug 17, 2023
9d0eb1c
Merge pull request #316 from VisActor/fix/components-bugs
neuqzxy Aug 17, 2023
6f2f895
Merge pull request #317 from VisActor/fix/arc-conical-cap
neuqzxy Aug 17, 2023
6c293c5
fix(vrender-components): user's align config should be first
kkxxkk2019 Aug 17, 2023
2edb247
chore: update rush change
kkxxkk2019 Aug 17, 2023
216b99d
fix(vrender-components): user's align config should be first
kkxxkk2019 Aug 17, 2023
b81872a
Merge pull request #328 from VisActor/feat/smartInvert-fill-stroke-st…
neuqzxy Aug 17, 2023
af779e0
fix: better legend ellipsis
kkxxkk2019 Aug 17, 2023
99e07cd
Merge remote-tracking branch 'origin/develop' into fix/axis-label-align
kkxxkk2019 Aug 17, 2023
e6bae40
Merge pull request #330 from VisActor/fix/axis-label-align
neuqzxy Aug 18, 2023
0e8f8bc
build: prelease version 0.14.3
github-actions[bot] Aug 18, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
220 changes: 110 additions & 110 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.16",
"@visactor/vrender-kits": "workspace:0.12.17",
"@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.2"
"@visactor/vrender": "workspace:0.14.3"
}
}
58 changes: 30 additions & 28 deletions docs/demos/src/pages/arc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,34 +140,36 @@ export const page = () => {
// cap: false
// }));

// graphics.push(createArc({
// innerRadius: 60,
// outerRadius: 137.8,
// startAngle: 0,
// endAngle: Math.PI * 2,
// x: 200,
// y: 500,
// stroke: 'green',
// lineWidth: 2,
// fill: {
// x: 0.5,
// y: 0.5,
// startAngle: 0,
// endAngle: 6.283185307179586,
// stops: [
// { offset: 0, color: 'red' },
// { offset: 0.2, color: 'blue' },
// { offset: 0.4, color: 'orange' },
// { offset: 0.6, color: 'pink' },
// { offset: 0.8, color: 'green' },
// { offset: 1, color: 'purple' }
// ],
// gradient: 'conical'
// },
// cap: [false, true],
// cornerRadius: 26,
// forceShowCap: true
// }));
graphics.push(
createArc({
innerRadius: 60,
outerRadius: 137.8,
startAngle: 0,
endAngle: Math.PI * 2,
x: 200,
y: 500,
stroke: 'green',
lineWidth: 2,
fill: {
x: 0.5,
y: 0.5,
startAngle: 0,
endAngle: 6.283185307179586,
stops: [
{ offset: 0, color: 'red' },
{ offset: 0.2, color: 'blue' },
{ offset: 0.4, color: 'orange' },
{ offset: 0.6, color: 'pink' },
{ offset: 0.8, color: 'green' },
{ offset: 1, color: 'purple' }
],
gradient: 'conical'
},
cap: [true, true],
cornerRadius: 26,
forceShowCap: true
})
);

const stage = createStage({
canvas: 'main',
Expand Down
6 changes: 3 additions & 3 deletions docs/demos/src/pages/wrap-text.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createGroup, createStage, createWrapText, global } from '@visactor/vrender';
import { createGroup, createStage, createWrapText, vglobal } from '@visactor/vrender';
import { addShapesToStage, colorPools } from '../utils';

global.setEnv('browser');
vglobal.setEnv('browser');

export const page = () => {
const shapes: any = [];
Expand Down Expand Up @@ -50,7 +50,7 @@ export const page = () => {
"textBaseline": "top",
// "width": 12,
// "fontColor": "#333",
"maxLineWidth": 12,
"maxLineWidth": 6,
"x": 200,
"y": 200
},
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.17",
"tag": "@visactor/react-vrender-utils_v0.12.17",
"date": "Fri, 18 Aug 2023 08:54:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.2` to `0.14.3`"
},
{
"comment": "Updating dependency \"@visactor/react-vrender\" from `0.12.16` to `0.12.17`"
}
]
}
},
{
"version": "0.12.16",
"tag": "@visactor/react-vrender-utils_v0.12.16",
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 Fri, 11 Aug 2023 10:05:27 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 08:54:52 GMT and should not be manually modified.

## 0.12.17
Fri, 18 Aug 2023 08:54:52 GMT

_Version update only_

## 0.12.16
Fri, 11 Aug 2023 10:05:27 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.16",
"version": "0.12.17",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -25,8 +25,8 @@
"react-dom": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.2",
"@visactor/react-vrender": "workspace:0.12.16",
"@visactor/vrender": "workspace:0.14.3",
"@visactor/react-vrender": "workspace:0.12.17",
"@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.17",
"tag": "@visactor/react-vrender_v0.12.17",
"date": "Fri, 18 Aug 2023 08:54:52 GMT",
"comments": {
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.2` to `0.14.3`"
}
]
}
},
{
"version": "0.12.16",
"tag": "@visactor/react-vrender_v0.12.16",
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 Fri, 11 Aug 2023 10:05:27 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 08:54:52 GMT and should not be manually modified.

## 0.12.17
Fri, 18 Aug 2023 08:54:52 GMT

_Version update only_

## 0.12.16
Fri, 11 Aug 2023 10:05:27 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.16",
"version": "0.12.17",
"description": "",
"sideEffects": false,
"main": "cjs/index.js",
Expand All @@ -24,7 +24,7 @@
"react": "^18.2.0"
},
"dependencies": {
"@visactor/vrender": "workspace:0.14.2",
"@visactor/vrender": "workspace:0.14.3",
"@visactor/vutils": "~0.15.5",
"react-reconciler": "^0.29.0",
"tslib": "^2.3.1"
Expand Down
32 changes: 32 additions & 0 deletions packages/vrender-components/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,38 @@
{
"name": "@visactor/vrender-components",
"entries": [
{
"version": "0.14.3",
"tag": "@visactor/vrender-components_v0.14.3",
"date": "Fri, 18 Aug 2023 08:54:52 GMT",
"comments": {
"patch": [
{
"comment": "feat: change labelLine of arc label from path mark to line mark to adapt to animation'"
},
{
"comment": "feat: add legendItemAttributeUpdate event in legend"
},
{
"comment": "feat(marker): add clipRange config. fixed VisActor/VChart#181"
},
{
"comment": "feat: smartInvert support fillStrategy strokeStrategy"
},
{
"comment": "fix: user's align config should be first"
},
{
"comment": "fix: label shoud omit automaticly when label's width exceeds item's width, relate https://github.com/VisActor/VChart/issues/505"
}
],
"dependency": [
{
"comment": "Updating dependency \"@visactor/vrender\" from `0.14.2` to `0.14.3`"
}
]
}
},
{
"version": "0.14.2",
"tag": "@visactor/vrender-components_v0.14.2",
Expand Down
14 changes: 13 additions & 1 deletion packages/vrender-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Change Log - @visactor/vrender-components

This log was last generated on Fri, 11 Aug 2023 10:05:27 GMT and should not be manually modified.
This log was last generated on Fri, 18 Aug 2023 08:54:52 GMT and should not be manually modified.

## 0.14.3
Fri, 18 Aug 2023 08:54:52 GMT

### Patches

- feat: change labelLine of arc label from path mark to line mark to adapt to animation'
- feat: add legendItemAttributeUpdate event in legend
- feat(marker): add clipRange config. fixed VisActor/VChart#181
- feat: smartInvert support fillStrategy strokeStrategy
- fix: user's align config should be first
- fix: label shoud omit automaticly when label's width exceeds item's width, relate https://github.com/VisActor/VChart/issues/505

## 0.14.2
Fri, 11 Aug 2023 10:05:27 GMT
Expand Down
Loading