diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 739c21178..b7b3fab6c 100644 --- a/common/config/rush/pnpm-lock.yaml +++ b/common/config/rush/pnpm-lock.yaml @@ -14,7 +14,7 @@ importers: '@types/react-dom': ^18.0.0 '@visactor/vchart': 1.3.0 '@visactor/vgrammar': ~0.5.7 - '@visactor/vrender': workspace:0.21.1 + '@visactor/vrender': workspace:0.21.2 '@visactor/vutils': ~0.19.2 '@vitejs/plugin-react': 3.1.0 axios: ^1.4.0 @@ -71,7 +71,7 @@ importers: '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 '@types/react-reconciler': ^0.28.2 - '@visactor/vrender': workspace:0.21.1 + '@visactor/vrender': workspace:0.21.2 '@visactor/vutils': ~0.19.2 '@vitejs/plugin-react': 3.1.0 cross-env: ^7.0.3 @@ -111,8 +111,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/react-vrender': workspace:0.21.1 - '@visactor/vrender': workspace:0.21.1 + '@visactor/react-vrender': workspace:0.21.2 + '@visactor/vrender': workspace:0.21.2 '@visactor/vutils': ~0.19.2 '@vitejs/plugin-react': 3.1.0 cross-env: ^7.0.3 @@ -153,8 +153,8 @@ importers: '@types/jest': ^26.0.0 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vrender-core': workspace:0.21.1 - '@visactor/vrender-kits': workspace:0.21.1 + '@visactor/vrender-core': workspace:0.21.2 + '@visactor/vrender-kits': workspace:0.21.2 '@visactor/vutils': ~0.19.2 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -200,8 +200,8 @@ importers: '@internal/ts-config': workspace:* '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ^26.0.0 - '@visactor/vrender-core': workspace:0.21.1 - '@visactor/vrender-kits': workspace:0.21.1 + '@visactor/vrender-core': workspace:0.21.2 + '@visactor/vrender-kits': workspace:0.21.2 '@visactor/vscale': ~0.19.2 '@visactor/vutils': ~0.19.2 cross-env: ^7.0.3 @@ -287,7 +287,7 @@ importers: '@types/node-fetch': 2.6.4 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vrender-core': workspace:0.21.1 + '@visactor/vrender-core': workspace:0.21.2 '@visactor/vutils': ~0.19.2 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -369,10 +369,10 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/node': '*' '@types/node-fetch': 2.6.4 - '@visactor/vrender': workspace:0.21.1 - '@visactor/vrender-components': workspace:0.21.1 - '@visactor/vrender-core': workspace:0.21.1 - '@visactor/vrender-kits': workspace:0.21.1 + '@visactor/vrender': workspace:0.21.2 + '@visactor/vrender-components': workspace:0.21.2 + '@visactor/vrender-core': workspace:0.21.2 + '@visactor/vrender-kits': workspace:0.21.2 cross-env: ^7.0.3 eslint: ~8.18.0 form-data: ~4.0.0 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index dc9457656..bededf0b9 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.21.1","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.21.2","nextBump":"patch"}] diff --git a/docs/assets/changelog/en/changelog.md b/docs/assets/changelog/en/changelog.md index d355ff861..55ccf1058 100644 --- a/docs/assets/changelog/en/changelog.md +++ b/docs/assets/changelog/en/changelog.md @@ -1,3 +1,46 @@ +# v0.21.1 + +2024-12-05 + + +**🆕 New feature** + +- **@visactor/vrender-components**: support `restorePosition` in position/bound label overlap strategy +- **@visactor/vrender-components**: support vertex point of marker area label. close @VisActor/VChart[#3442](https://github.com/VisActor/VRender/issues/3442) + +**🐛 Bug fix** + +- **@visactor/vrender-components**: end symbol angle when arc line in markpoint. fix @VisActor/VChart[#3427](https://github.com/VisActor/VRender/issues/3427) +- **@visactor/vrender-components**: fix issue with scroll-plugin +- **@visactor/vrender-core**: fix issue with insertAfter and insertBefore +- **@visactor/vrender-core**: fix the issue when line is configured to connect, closed [#3238](https://github.com/VisActor/VRender/issues/3238) +- **@visactor/vrender-core**: fix issue with richtext setAttribute, closed [#1578](https://github.com/VisActor/VRender/issues/1578) +- **@visactor/vrender-core**: fix issue with richtext default font + + + +[more detail about v0.21.1](https://github.com/VisActor/VRender/releases/tag/v0.21.1) + +# v0.21.0 + +2024-12-05 + + +**🆕 New feature** + +- **@visactor/vrender-components**: support label overlap for inside arc labels +- **@visactor/vrender-core**: use ascend and decent to make measure more accurate +- **@visactor/vrender-core**: sync animated attribute while call render func, closed [#1416](https://github.com/VisActor/VRender/issues/1416) + +**🐛 Bug fix** + +- **@visactor/vrender-core**: smooth out stuttering effects when multiple TagPointsUpdate instances execute concurrently +- **@visactor/vrender-core**: fix issue with dirtyBounds incorrectly while set visible + + + +[more detail about v0.21.0](https://github.com/VisActor/VRender/releases/tag/v0.21.0) + # v0.20.16 2024-11-25 diff --git a/docs/assets/changelog/zh/changelog.md b/docs/assets/changelog/zh/changelog.md index 57bcac4ba..0c0d11392 100644 --- a/docs/assets/changelog/zh/changelog.md +++ b/docs/assets/changelog/zh/changelog.md @@ -1,3 +1,46 @@ +# v0.21.1 + +2024-12-05 + + +**🆕 新增功能** + +- **@visactor/vrender-components**: support `restorePosition` in position/bound label overlap strategy +- **@visactor/vrender-components**: support vertex point of marker area label. close @VisActor/VChart[#3442](https://github.com/VisActor/VRender/issues/3442) + +**🐛 功能修复** + +- **@visactor/vrender-components**: end symbol angle when arc line in markpoint. fix @VisActor/VChart[#3427](https://github.com/VisActor/VRender/issues/3427) +- **@visactor/vrender-components**: fix issue with scroll-plugin +- **@visactor/vrender-core**: fix issue with insertAfter and insertBefore +- **@visactor/vrender-core**: fix the issue when line is configured to connect, closed [#3238](https://github.com/VisActor/VRender/issues/3238) +- **@visactor/vrender-core**: fix issue with richtext setAttribute, closed [#1578](https://github.com/VisActor/VRender/issues/1578) +- **@visactor/vrender-core**: fix issue with richtext default font + + + +[更多详情请查看 v0.21.1](https://github.com/VisActor/VRender/releases/tag/v0.21.1) + +# v0.21.0 + +2024-12-05 + + +**🆕 新增功能** + +- **@visactor/vrender-components**: support label overlap for inside arc labels +- **@visactor/vrender-core**: use ascend and decent to make measure more accurate +- **@visactor/vrender-core**: sync animated attribute while call render func, closed [#1416](https://github.com/VisActor/VRender/issues/1416) + +**🐛 功能修复** + +- **@visactor/vrender-core**: smooth out stuttering effects when multiple TagPointsUpdate instances execute concurrently +- **@visactor/vrender-core**: fix issue with dirtyBounds incorrectly while set visible + + + +[更多详情请查看 v0.21.0](https://github.com/VisActor/VRender/releases/tag/v0.21.0) + # v0.20.16 2024-11-25 diff --git a/docs/package.json b/docs/package.json index fa7473622..0d5f15324 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@visactor/vchart": "1.3.0", "@visactor/vutils": "~0.19.2", "@visactor/vgrammar": "~0.5.7", - "@visactor/vrender": "workspace:0.21.1", + "@visactor/vrender": "workspace:0.21.2", "markdown-it": "^13.0.0", "highlight.js": "^11.8.0", "axios": "^1.4.0", diff --git a/packages/react-vrender-utils/CHANGELOG.json b/packages/react-vrender-utils/CHANGELOG.json index a64b11760..834e7190f 100644 --- a/packages/react-vrender-utils/CHANGELOG.json +++ b/packages/react-vrender-utils/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender-utils", "entries": [ + { + "version": "0.21.2", + "tag": "@visactor/react-vrender-utils_v0.21.2", + "date": "Thu, 12 Dec 2024 10:23:51 GMT", + "comments": {} + }, { "version": "0.21.1", "tag": "@visactor/react-vrender-utils_v0.21.1", diff --git a/packages/react-vrender-utils/CHANGELOG.md b/packages/react-vrender-utils/CHANGELOG.md index 05ea94f90..1e71552fb 100644 --- a/packages/react-vrender-utils/CHANGELOG.md +++ b/packages/react-vrender-utils/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/react-vrender-utils -This log was last generated on Thu, 05 Dec 2024 07:50:46 GMT and should not be manually modified. +This log was last generated on Thu, 12 Dec 2024 10:23:51 GMT and should not be manually modified. + +## 0.21.2 +Thu, 12 Dec 2024 10:23:51 GMT + +_Version update only_ ## 0.21.1 Thu, 05 Dec 2024 07:50:46 GMT diff --git a/packages/react-vrender-utils/package.json b/packages/react-vrender-utils/package.json index bd36b627f..d240aa436 100644 --- a/packages/react-vrender-utils/package.json +++ b/packages/react-vrender-utils/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender-utils", - "version": "0.21.1", + "version": "0.21.2", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.21.1", - "@visactor/react-vrender": "workspace:0.21.1", + "@visactor/vrender": "workspace:0.21.2", + "@visactor/react-vrender": "workspace:0.21.2", "@visactor/vutils": "~0.19.2", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/react-vrender/CHANGELOG.json b/packages/react-vrender/CHANGELOG.json index 68bf47c02..069e13728 100644 --- a/packages/react-vrender/CHANGELOG.json +++ b/packages/react-vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender", "entries": [ + { + "version": "0.21.2", + "tag": "@visactor/react-vrender_v0.21.2", + "date": "Thu, 12 Dec 2024 10:23:51 GMT", + "comments": {} + }, { "version": "0.21.1", "tag": "@visactor/react-vrender_v0.21.1", diff --git a/packages/react-vrender/CHANGELOG.md b/packages/react-vrender/CHANGELOG.md index 750bfc604..50b466b51 100644 --- a/packages/react-vrender/CHANGELOG.md +++ b/packages/react-vrender/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/react-vrender -This log was last generated on Thu, 05 Dec 2024 07:50:46 GMT and should not be manually modified. +This log was last generated on Thu, 12 Dec 2024 10:23:51 GMT and should not be manually modified. + +## 0.21.2 +Thu, 12 Dec 2024 10:23:51 GMT + +_Version update only_ ## 0.21.1 Thu, 05 Dec 2024 07:50:46 GMT diff --git a/packages/react-vrender/package.json b/packages/react-vrender/package.json index 8be3ed039..4a7b62a61 100644 --- a/packages/react-vrender/package.json +++ b/packages/react-vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender", - "version": "0.21.1", + "version": "0.21.2", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -23,7 +23,7 @@ "react": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.21.1", + "@visactor/vrender": "workspace:0.21.2", "@visactor/vutils": "~0.19.2", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/vrender-components/CHANGELOG.json b/packages/vrender-components/CHANGELOG.json index 658e5a182..aee45ba0b 100644 --- a/packages/vrender-components/CHANGELOG.json +++ b/packages/vrender-components/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-components", "entries": [ + { + "version": "0.21.2", + "tag": "@visactor/vrender-components_v0.21.2", + "date": "Thu, 12 Dec 2024 10:23:51 GMT", + "comments": { + "none": [ + { + "comment": "feat: support 'inside-middle' position for line-data label" + } + ] + } + }, { "version": "0.21.1", "tag": "@visactor/vrender-components_v0.21.1", diff --git a/packages/vrender-components/CHANGELOG.md b/packages/vrender-components/CHANGELOG.md index 6734fc366..39c015d18 100644 --- a/packages/vrender-components/CHANGELOG.md +++ b/packages/vrender-components/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vrender-components -This log was last generated on Thu, 05 Dec 2024 07:50:47 GMT and should not be manually modified. +This log was last generated on Thu, 12 Dec 2024 10:23:51 GMT and should not be manually modified. + +## 0.21.2 +Thu, 12 Dec 2024 10:23:51 GMT + +### Updates + +- feat: support 'inside-middle' position for line-data label ## 0.21.1 Thu, 05 Dec 2024 07:50:47 GMT diff --git a/packages/vrender-components/package.json b/packages/vrender-components/package.json index dcaa29858..956fcb10b 100644 --- a/packages/vrender-components/package.json +++ b/packages/vrender-components/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-components", - "version": "0.21.1", + "version": "0.21.2", "description": "components library for dp visualization", "sideEffects": false, "main": "cjs/index.js", @@ -27,8 +27,8 @@ "dependencies": { "@visactor/vutils": "~0.19.2", "@visactor/vscale": "~0.19.2", - "@visactor/vrender-core": "workspace:0.21.1", - "@visactor/vrender-kits": "workspace:0.21.1" + "@visactor/vrender-core": "workspace:0.21.2", + "@visactor/vrender-kits": "workspace:0.21.2" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vrender-components/src/label/base.ts b/packages/vrender-components/src/label/base.ts index a98b0d50a..470fc1e7d 100644 --- a/packages/vrender-components/src/label/base.ts +++ b/packages/vrender-components/src/label/base.ts @@ -709,8 +709,11 @@ export class LabelBase extends AbstractComponent { return (this.getRootNode() as IGroup).find(node => node.name === baseMarkGroupName, true) as IGroup; } - protected getGraphicBounds(graphic?: IGraphic, point?: Partial, position?: string): IBoundsLike; - protected getGraphicBounds(graphic?: IGraphic, point: Partial = {}): IBoundsLike { + protected getGraphicBounds( + graphic?: IGraphic, + point: Partial = {}, + position?: string + ): IBoundsLike { if (graphic) { if (graphic.attribute.visible !== false) { return graphic.AABBBounds; @@ -718,6 +721,15 @@ export class LabelBase extends AbstractComponent { const { x, y } = graphic.attribute; return { x1: x, x2: x, y1: y, y2: y } as IBoundsLike; } + if (point && position && position === 'inside-middle') { + const { x, y, x1 = x, y1 = y } = point; + return { + x1: (x + x1) / 2, + x2: (x + x1) / 2, + y1: (y + y1) / 2, + y2: (y + y1) / 2 + }; + } const { x, y } = point; return { x1: x, x2: x, y1: y, y2: y } as IBoundsLike; } diff --git a/packages/vrender-components/src/label/overlap/shiftY.ts b/packages/vrender-components/src/label/overlap/shiftY.ts index b4cbfb9b7..0d108864b 100644 --- a/packages/vrender-components/src/label/overlap/shiftY.ts +++ b/packages/vrender-components/src/label/overlap/shiftY.ts @@ -185,7 +185,7 @@ export function shiftY(texts: IText[], option: IShiftYOption) { deltaYTolerance = Number.MAX_VALUE } = globalShiftY; for (let iter = 0; iter < maxIterations; iter++) { - texts.sort((a, b) => getY1(a) - getY1(b)); + texts.sort((a, b) => getY1Initial(a) - getY1Initial(b)); let error = 0; for (let i = 0; i < n - 1; i++) { const curText = texts[i]; diff --git a/packages/vrender-components/src/label/type.ts b/packages/vrender-components/src/label/type.ts index f8f316e4b..9d9e1a9ba 100644 --- a/packages/vrender-components/src/label/type.ts +++ b/packages/vrender-components/src/label/type.ts @@ -384,8 +384,9 @@ export interface LineDataLabelAttrs extends BaseLabelAttrs { /** * 标签位置 * @default 'top' + * @since 0.21.1 支持 'inside-middle' 在面积图元中显示在中间位置 */ - position?: Functional; + position?: Functional; } export interface PolygonLabelAttrs extends BaseLabelAttrs { diff --git a/packages/vrender-core/CHANGELOG.json b/packages/vrender-core/CHANGELOG.json index 1d699eb09..6abc6a6cc 100644 --- a/packages/vrender-core/CHANGELOG.json +++ b/packages/vrender-core/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-core", "entries": [ + { + "version": "0.21.2", + "tag": "@visactor/vrender-core_v0.21.2", + "date": "Thu, 12 Dec 2024 10:23:51 GMT", + "comments": { + "none": [ + { + "comment": "fix: fix issue with shadow-root transform" + } + ] + } + }, { "version": "0.21.1", "tag": "@visactor/vrender-core_v0.21.1", diff --git a/packages/vrender-core/CHANGELOG.md b/packages/vrender-core/CHANGELOG.md index ed7f15751..109b6ba7b 100644 --- a/packages/vrender-core/CHANGELOG.md +++ b/packages/vrender-core/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @visactor/vrender-core -This log was last generated on Thu, 05 Dec 2024 07:50:47 GMT and should not be manually modified. +This log was last generated on Thu, 12 Dec 2024 10:23:51 GMT and should not be manually modified. + +## 0.21.2 +Thu, 12 Dec 2024 10:23:51 GMT + +### Updates + +- fix: fix issue with shadow-root transform ## 0.21.1 Thu, 05 Dec 2024 07:50:47 GMT diff --git a/packages/vrender-core/package.json b/packages/vrender-core/package.json index fe476c736..39bf92f2d 100644 --- a/packages/vrender-core/package.json +++ b/packages/vrender-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-core", - "version": "0.21.1", + "version": "0.21.2", "description": "", "sideEffects": [ "./src/modules.ts", diff --git a/packages/vrender-core/src/render/contributions/render/draw-interceptor.ts b/packages/vrender-core/src/render/contributions/render/draw-interceptor.ts index ed768d25b..71f34908d 100644 --- a/packages/vrender-core/src/render/contributions/render/draw-interceptor.ts +++ b/packages/vrender-core/src/render/contributions/render/draw-interceptor.ts @@ -94,9 +94,7 @@ export class ShadowRootDrawItemInterceptorContribution implements IDrawItemInter const { context } = drawContext; context.highPerformanceSave(); // 直接transform - const t1 = graphic.parent.globalTransMatrix; - const t2 = graphic.stage.window.getViewBoxTransform().clone().multiply(t1.a, t1.b, t1.c, t1.d, t1.e, t1.f); - graphic.parent && context.setTransformFromMatrix(t2, true); + context.transformFromMatrix(graphic.transMatrix, true); // 变换dirtyBounds if (drawContribution.dirtyBounds && drawContribution.backupDirtyBounds) { diff --git a/packages/vrender-kits/CHANGELOG.json b/packages/vrender-kits/CHANGELOG.json index 3b4cd3ee4..097fb2503 100644 --- a/packages/vrender-kits/CHANGELOG.json +++ b/packages/vrender-kits/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender-kits", "entries": [ + { + "version": "0.21.2", + "tag": "@visactor/vrender-kits_v0.21.2", + "date": "Thu, 12 Dec 2024 10:23:51 GMT", + "comments": {} + }, { "version": "0.21.1", "tag": "@visactor/vrender-kits_v0.21.1", diff --git a/packages/vrender-kits/CHANGELOG.md b/packages/vrender-kits/CHANGELOG.md index 73c95f45a..871ec2f35 100644 --- a/packages/vrender-kits/CHANGELOG.md +++ b/packages/vrender-kits/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vrender-kits -This log was last generated on Thu, 05 Dec 2024 07:50:47 GMT and should not be manually modified. +This log was last generated on Thu, 12 Dec 2024 10:23:51 GMT and should not be manually modified. + +## 0.21.2 +Thu, 12 Dec 2024 10:23:51 GMT + +_Version update only_ ## 0.21.1 Thu, 05 Dec 2024 07:50:47 GMT diff --git a/packages/vrender-kits/package.json b/packages/vrender-kits/package.json index 49c44900e..11f1dd246 100644 --- a/packages/vrender-kits/package.json +++ b/packages/vrender-kits/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-kits", - "version": "0.21.1", + "version": "0.21.2", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@visactor/vutils": "~0.19.2", - "@visactor/vrender-core": "workspace:0.21.1", + "@visactor/vrender-core": "workspace:0.21.2", "@resvg/resvg-js": "2.4.1", "roughjs": "4.5.2" }, diff --git a/packages/vrender/CHANGELOG.json b/packages/vrender/CHANGELOG.json index eb005aec2..c34c16ce1 100644 --- a/packages/vrender/CHANGELOG.json +++ b/packages/vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender", "entries": [ + { + "version": "0.21.2", + "tag": "@visactor/vrender_v0.21.2", + "date": "Thu, 12 Dec 2024 10:23:51 GMT", + "comments": {} + }, { "version": "0.21.1", "tag": "@visactor/vrender_v0.21.1", diff --git a/packages/vrender/CHANGELOG.md b/packages/vrender/CHANGELOG.md index d76fe89d3..e28198f8d 100644 --- a/packages/vrender/CHANGELOG.md +++ b/packages/vrender/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vrender -This log was last generated on Thu, 05 Dec 2024 07:50:47 GMT and should not be manually modified. +This log was last generated on Thu, 12 Dec 2024 10:23:51 GMT and should not be manually modified. + +## 0.21.2 +Thu, 12 Dec 2024 10:23:51 GMT + +_Version update only_ ## 0.21.1 Thu, 05 Dec 2024 07:50:47 GMT diff --git a/packages/vrender/package.json b/packages/vrender/package.json index a8c4167a1..dcbac3444 100644 --- a/packages/vrender/package.json +++ b/packages/vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender", - "version": "0.21.1", + "version": "0.21.2", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "test-watch": "cross-env DEBUG_MODE=1 jest --watch" }, "dependencies": { - "@visactor/vrender-core": "workspace:0.21.1", - "@visactor/vrender-kits": "workspace:0.21.1" + "@visactor/vrender-core": "workspace:0.21.2", + "@visactor/vrender-kits": "workspace:0.21.2" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/tools/bugserver-trigger/package.json b/tools/bugserver-trigger/package.json index 69ccb1f00..fc7f90e6e 100644 --- a/tools/bugserver-trigger/package.json +++ b/tools/bugserver-trigger/package.json @@ -8,10 +8,10 @@ "ci": "ts-node --transpileOnly --skipProject ./scripts/trigger-test.ts" }, "dependencies": { - "@visactor/vrender": "workspace:0.21.1", - "@visactor/vrender-core": "workspace:0.21.1", - "@visactor/vrender-kits": "workspace:0.21.1", - "@visactor/vrender-components": "workspace:0.21.1" + "@visactor/vrender": "workspace:0.21.2", + "@visactor/vrender-core": "workspace:0.21.2", + "@visactor/vrender-kits": "workspace:0.21.2", + "@visactor/vrender-components": "workspace:0.21.2" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4",