diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 193bf2847..59c5bafbe 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.20.6 + '@visactor/vrender': workspace:0.20.7 '@visactor/vutils': ~0.18.17 '@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.20.6 + '@visactor/vrender': workspace:0.20.7 '@visactor/vutils': ~0.18.17 '@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.20.6 - '@visactor/vrender': workspace:0.20.6 + '@visactor/react-vrender': workspace:0.20.7 + '@visactor/vrender': workspace:0.20.7 '@visactor/vutils': ~0.18.17 '@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.20.6 - '@visactor/vrender-kits': workspace:0.20.6 + '@visactor/vrender-core': workspace:0.20.7 + '@visactor/vrender-kits': workspace:0.20.7 '@visactor/vutils': ~0.18.17 '@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.20.6 - '@visactor/vrender-kits': workspace:0.20.6 + '@visactor/vrender-core': workspace:0.20.7 + '@visactor/vrender-kits': workspace:0.20.7 '@visactor/vscale': ~0.18.17 '@visactor/vutils': ~0.18.17 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.20.6 + '@visactor/vrender-core': workspace:0.20.7 '@visactor/vutils': ~0.18.17 '@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.20.6 - '@visactor/vrender-components': workspace:0.20.6 - '@visactor/vrender-core': workspace:0.20.6 - '@visactor/vrender-kits': workspace:0.20.6 + '@visactor/vrender': workspace:0.20.7 + '@visactor/vrender-components': workspace:0.20.7 + '@visactor/vrender-core': workspace:0.20.7 + '@visactor/vrender-kits': workspace:0.20.7 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 c61eed255..97b97c836 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.20.6","nextBump":"patch"}] +[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.20.7","nextBump":"patch"}] diff --git a/docs/assets/changelog/en/changelog.md b/docs/assets/changelog/en/changelog.md index 50e1b941e..eda776a8e 100644 --- a/docs/assets/changelog/en/changelog.md +++ b/docs/assets/changelog/en/changelog.md @@ -1,3 +1,27 @@ +# v0.20.6 + +2024-09-26 + + +**🆕 New feature** + +- **@visactor/vrender-components**: support obb text bounds to enhance autoHide effect +- **@visactor/vrender-core**: support obb bounds in text graphic + +**🐛 Bug fix** + +- **@visactor/vrender-components**: fix limit width of arc label when has customized align offset +- **@visactor/vrender-components**: fix error of `alternateColor` +- **@visactor/vrender-components**: outside label should not apply `smartInvert` +- **@visactor/vrender-components**: fix `boundsPadding` of legend focus icon +- **@visactor/vrender-core**: fix customPath of arc +- **@visactor/vrender-core**: fix issue with interactive graphic while parent was removed +- **@visactor/vrender-core**: line segment update animation result error + + + +[more detail about v0.20.6](https://github.com/VisActor/VRender/releases/tag/v0.20.6) + # v0.20.5 2024-09-20 diff --git a/docs/assets/changelog/zh/changelog.md b/docs/assets/changelog/zh/changelog.md index b7a85a3ef..17d1d5de7 100644 --- a/docs/assets/changelog/zh/changelog.md +++ b/docs/assets/changelog/zh/changelog.md @@ -1,3 +1,27 @@ +# v0.20.6 + +2024-09-26 + + +**🆕 新增功能** + +- **@visactor/vrender-components**: support obb text bounds to enhance autoHide effect +- **@visactor/vrender-core**: support obb bounds in text graphic + +**🐛 功能修复** + +- **@visactor/vrender-components**: fix limit width of arc label when has customized align offset +- **@visactor/vrender-components**: fix error of `alternateColor` +- **@visactor/vrender-components**: outside label should not apply `smartInvert` +- **@visactor/vrender-components**: fix `boundsPadding` of legend focus icon +- **@visactor/vrender-core**: fix customPath of arc +- **@visactor/vrender-core**: fix issue with interactive graphic while parent was removed +- **@visactor/vrender-core**: line segment update animation result error + + + +[更多详情请查看 v0.20.6](https://github.com/VisActor/VRender/releases/tag/v0.20.6) + # v0.20.5 2024-09-20 diff --git a/docs/package.json b/docs/package.json index 4841cf496..e15485706 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@visactor/vchart": "1.3.0", "@visactor/vutils": "~0.18.17", "@visactor/vgrammar": "~0.5.7", - "@visactor/vrender": "workspace:0.20.6", + "@visactor/vrender": "workspace:0.20.7", "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 eec43d858..edad26763 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.20.7", + "tag": "@visactor/react-vrender-utils_v0.20.7", + "date": "Fri, 27 Sep 2024 03:22:31 GMT", + "comments": {} + }, { "version": "0.20.6", "tag": "@visactor/react-vrender-utils_v0.20.6", diff --git a/packages/react-vrender-utils/CHANGELOG.md b/packages/react-vrender-utils/CHANGELOG.md index ff4e572f5..c94eccb36 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, 26 Sep 2024 09:28:36 GMT and should not be manually modified. +This log was last generated on Fri, 27 Sep 2024 03:22:31 GMT and should not be manually modified. + +## 0.20.7 +Fri, 27 Sep 2024 03:22:31 GMT + +_Version update only_ ## 0.20.6 Thu, 26 Sep 2024 09:28:35 GMT diff --git a/packages/react-vrender-utils/package.json b/packages/react-vrender-utils/package.json index a71eb2493..3f6146563 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.20.6", + "version": "0.20.7", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.20.6", - "@visactor/react-vrender": "workspace:0.20.6", + "@visactor/vrender": "workspace:0.20.7", + "@visactor/react-vrender": "workspace:0.20.7", "@visactor/vutils": "~0.18.17", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/react-vrender/CHANGELOG.json b/packages/react-vrender/CHANGELOG.json index f864b97cb..8543a6900 100644 --- a/packages/react-vrender/CHANGELOG.json +++ b/packages/react-vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender", "entries": [ + { + "version": "0.20.7", + "tag": "@visactor/react-vrender_v0.20.7", + "date": "Fri, 27 Sep 2024 03:22:31 GMT", + "comments": {} + }, { "version": "0.20.6", "tag": "@visactor/react-vrender_v0.20.6", diff --git a/packages/react-vrender/CHANGELOG.md b/packages/react-vrender/CHANGELOG.md index 7c84ecfc3..e67d5f3bc 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, 26 Sep 2024 09:28:36 GMT and should not be manually modified. +This log was last generated on Fri, 27 Sep 2024 03:22:31 GMT and should not be manually modified. + +## 0.20.7 +Fri, 27 Sep 2024 03:22:31 GMT + +_Version update only_ ## 0.20.6 Thu, 26 Sep 2024 09:28:36 GMT diff --git a/packages/react-vrender/package.json b/packages/react-vrender/package.json index 79175e028..6cd14dfb9 100644 --- a/packages/react-vrender/package.json +++ b/packages/react-vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender", - "version": "0.20.6", + "version": "0.20.7", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -23,7 +23,7 @@ "react": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.20.6", + "@visactor/vrender": "workspace:0.20.7", "@visactor/vutils": "~0.18.17", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/vrender-components/CHANGELOG.json b/packages/vrender-components/CHANGELOG.json index b45966bb6..5b3d6df67 100644 --- a/packages/vrender-components/CHANGELOG.json +++ b/packages/vrender-components/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-components", "entries": [ + { + "version": "0.20.7", + "tag": "@visactor/vrender-components_v0.20.7", + "date": "Fri, 27 Sep 2024 03:22:31 GMT", + "comments": { + "none": [ + { + "comment": "feat: legend support roam scroll. close@VisActor/VChart#3254" + } + ] + } + }, { "version": "0.20.6", "tag": "@visactor/vrender-components_v0.20.6", diff --git a/packages/vrender-components/CHANGELOG.md b/packages/vrender-components/CHANGELOG.md index 634b5a044..9f60c481a 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, 26 Sep 2024 09:28:36 GMT and should not be manually modified. +This log was last generated on Fri, 27 Sep 2024 03:22:31 GMT and should not be manually modified. + +## 0.20.7 +Fri, 27 Sep 2024 03:22:31 GMT + +### Updates + +- feat: legend support roam scroll. close@VisActor/VChart#3254 ## 0.20.6 Thu, 26 Sep 2024 09:28:36 GMT diff --git a/packages/vrender-components/__tests__/browser/examples/discrete-legend-scroller.ts b/packages/vrender-components/__tests__/browser/examples/discrete-legend-scroller.ts index a8039ad19..a48b8aab6 100644 --- a/packages/vrender-components/__tests__/browser/examples/discrete-legend-scroller.ts +++ b/packages/vrender-components/__tests__/browser/examples/discrete-legend-scroller.ts @@ -394,7 +394,8 @@ const disableTriggerEventLegend = new DiscreteLegend({ allowAllCanceled: false, pager: { type: 'scrollbar', - scrollByPosition: false + scrollByPosition: false, + roamScroll: true } }); diff --git a/packages/vrender-components/package.json b/packages/vrender-components/package.json index 9ade3c8e3..5ccf7e9ab 100644 --- a/packages/vrender-components/package.json +++ b/packages/vrender-components/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-components", - "version": "0.20.6", + "version": "0.20.7", "description": "components library for dp visualization", "sideEffects": false, "main": "cjs/index.js", @@ -26,8 +26,8 @@ "dependencies": { "@visactor/vutils": "~0.18.17", "@visactor/vscale": "~0.18.17", - "@visactor/vrender-core": "workspace:0.20.6", - "@visactor/vrender-kits": "workspace:0.20.6" + "@visactor/vrender-core": "workspace:0.20.7", + "@visactor/vrender-kits": "workspace:0.20.7" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vrender-components/src/legend/discrete/discrete.ts b/packages/vrender-components/src/legend/discrete/discrete.ts index 9bec57ce2..726cfe3b1 100644 --- a/packages/vrender-components/src/legend/discrete/discrete.ts +++ b/packages/vrender-components/src/legend/discrete/discrete.ts @@ -11,7 +11,8 @@ import { isNil, isFunction, isArray, - minInArray + minInArray, + throttle } from '@visactor/vutils'; import type { FederatedPointerEvent, @@ -23,7 +24,8 @@ import type { ITextGraphicAttribute, CustomEvent, IText, - IRichText + IRichText, + FederatedWheelEvent } from '@visactor/vrender-core'; // eslint-disable-next-line no-duplicate-imports import { graphicCreator } from '@visactor/vrender-core'; @@ -52,6 +54,7 @@ import type { import type { ComponentOptions } from '../../interface'; import { loadDiscreteLegendComponent } from '../register'; import { createTextGraphicByType } from '../../util'; +import type { ScrollBarAttributes } from '../../scrollbar'; import { ScrollBar } from '../../scrollbar'; const DEFAULT_STATES = { @@ -816,6 +819,19 @@ export class DiscreteLegend extends LegendBase { return e.detail.current; }; + const onScroll = (e: FederatedWheelEvent) => { + e.preventDefault(); + const scrollComponent = this._pagerComponent as ScrollBar; + const preScrollRange = scrollComponent.getScrollRange(); + const { direction } = scrollComponent.attribute as ScrollBarAttributes; + const { width, height } = scrollComponent.getSliderRenderBounds(); + const currentScrollValue = direction === 'vertical' ? e.deltaY / height : e.deltaX / width; + scrollComponent.setScrollRange( + [preScrollRange[0] + currentScrollValue, preScrollRange[1] + currentScrollValue], + true + ); + }; + const onPaging = (e: CustomEvent) => { const newPage = pageParser(e); @@ -845,6 +861,10 @@ export class DiscreteLegend extends LegendBase { if (this._itemContext.isScrollbar) { this._pagerComponent.addEventListener('scrollDrag', onPaging); this._pagerComponent.addEventListener('scrollUp', onPaging); + if (((this.attribute as DiscreteLegendAttrs).pager as LegendScrollbarAttributes).roamScroll) { + const THROTTLE_TIME = 50; + this.addEventListener('wheel', throttle(onScroll, THROTTLE_TIME)); + } } else { this._pagerComponent.addEventListener('toPrev', onPaging); this._pagerComponent.addEventListener('toNext', onPaging); diff --git a/packages/vrender-components/src/legend/discrete/type.ts b/packages/vrender-components/src/legend/discrete/type.ts index 19941323b..ece9b22f8 100644 --- a/packages/vrender-components/src/legend/discrete/type.ts +++ b/packages/vrender-components/src/legend/discrete/type.ts @@ -45,6 +45,11 @@ export type LegendScrollbarAttributes = Omit> this._rail = rail; // 滑块 - const sliderRenderBounds = this._getSliderRenderBounds(); + const sliderRenderBounds = this.getSliderRenderBounds(); const sliderPos = this._getSliderPos(clampRange(range, limitRange[0], limitRange[1])); const sliderSize = sliderPos[1] - sliderPos[0]; this._sliderSize = sliderSize; @@ -220,7 +220,7 @@ export class ScrollBar extends AbstractComponent> } // 获取滑块渲染的包围盒区域 - private _getSliderRenderBounds() { + getSliderRenderBounds() { if (this._sliderRenderBounds) { return this._sliderRenderBounds; } @@ -243,7 +243,7 @@ export class ScrollBar extends AbstractComponent> const { direction, round } = this.attribute as ScrollBarAttributes; if (round) { - const { width, height } = this._getSliderRenderBounds(); + const { width, height } = this.getSliderRenderBounds(); return direction === 'horizontal' ? height : width; } @@ -253,7 +253,7 @@ export class ScrollBar extends AbstractComponent> // 计算滑块在轨道的位置 private _getSliderPos(range: [number, number]) { const { direction } = this.attribute as ScrollBarAttributes; - const { width, height, x1, y1 } = this._getSliderRenderBounds(); + const { width, height, x1, y1 } = this.getSliderRenderBounds(); if (direction === 'horizontal') { return [width * range[0] + x1, width * range[1] + x1]; @@ -267,7 +267,7 @@ export class ScrollBar extends AbstractComponent> } const { limitRange = [0, 1], direction } = this.attribute as ScrollBarAttributes; const [min, max] = clampRange(limitRange, 0, 1); - const { width, height, x1, y1 } = this._getSliderRenderBounds(); + const { width, height, x1, y1 } = this.getSliderRenderBounds(); const sliderSize = this._sliderSize; return direction === 'horizontal' @@ -335,7 +335,7 @@ export class ScrollBar extends AbstractComponent> let currentPos; let delta = 0; - const { width, height } = this._getSliderRenderBounds(); + const { width, height } = this.getSliderRenderBounds(); if (direction === 'vertical') { currentPos = y; delta = currentPos - this._prePos; diff --git a/packages/vrender-core/CHANGELOG.json b/packages/vrender-core/CHANGELOG.json index 9bae4e118..80a2aee50 100644 --- a/packages/vrender-core/CHANGELOG.json +++ b/packages/vrender-core/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender-core", "entries": [ + { + "version": "0.20.7", + "tag": "@visactor/vrender-core_v0.20.7", + "date": "Fri, 27 Sep 2024 03:22:31 GMT", + "comments": {} + }, { "version": "0.20.6", "tag": "@visactor/vrender-core_v0.20.6", diff --git a/packages/vrender-core/CHANGELOG.md b/packages/vrender-core/CHANGELOG.md index c132ba227..5b3c62ca3 100644 --- a/packages/vrender-core/CHANGELOG.md +++ b/packages/vrender-core/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log - @visactor/vrender-core -This log was last generated on Thu, 26 Sep 2024 09:28:36 GMT and should not be manually modified. +This log was last generated on Fri, 27 Sep 2024 03:22:31 GMT and should not be manually modified. + +## 0.20.7 +Fri, 27 Sep 2024 03:22:31 GMT + +_Version update only_ ## 0.20.6 Thu, 26 Sep 2024 09:28:36 GMT diff --git a/packages/vrender-core/package.json b/packages/vrender-core/package.json index 8a8ac07a4..bceadf320 100644 --- a/packages/vrender-core/package.json +++ b/packages/vrender-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-core", - "version": "0.20.6", + "version": "0.20.7", "description": "", "sideEffects": [ "./src/modules.ts", diff --git a/packages/vrender-kits/CHANGELOG.json b/packages/vrender-kits/CHANGELOG.json index 8156242c5..d3d05d31f 100644 --- a/packages/vrender-kits/CHANGELOG.json +++ b/packages/vrender-kits/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender-kits", "entries": [ + { + "version": "0.20.7", + "tag": "@visactor/vrender-kits_v0.20.7", + "date": "Fri, 27 Sep 2024 03:22:31 GMT", + "comments": {} + }, { "version": "0.20.6", "tag": "@visactor/vrender-kits_v0.20.6", diff --git a/packages/vrender-kits/CHANGELOG.md b/packages/vrender-kits/CHANGELOG.md index c5add3963..4783a46cc 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, 26 Sep 2024 09:28:36 GMT and should not be manually modified. +This log was last generated on Fri, 27 Sep 2024 03:22:31 GMT and should not be manually modified. + +## 0.20.7 +Fri, 27 Sep 2024 03:22:31 GMT + +_Version update only_ ## 0.20.6 Thu, 26 Sep 2024 09:28:36 GMT diff --git a/packages/vrender-kits/package.json b/packages/vrender-kits/package.json index 85b639e67..17d3e5ad0 100644 --- a/packages/vrender-kits/package.json +++ b/packages/vrender-kits/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-kits", - "version": "0.20.6", + "version": "0.20.7", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@visactor/vutils": "~0.18.17", - "@visactor/vrender-core": "workspace:0.20.6", + "@visactor/vrender-core": "workspace:0.20.7", "@resvg/resvg-js": "2.4.1", "roughjs": "4.5.2" }, diff --git a/packages/vrender/CHANGELOG.json b/packages/vrender/CHANGELOG.json index 8e9d560ea..079ab7570 100644 --- a/packages/vrender/CHANGELOG.json +++ b/packages/vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender", "entries": [ + { + "version": "0.20.7", + "tag": "@visactor/vrender_v0.20.7", + "date": "Fri, 27 Sep 2024 03:22:31 GMT", + "comments": {} + }, { "version": "0.20.6", "tag": "@visactor/vrender_v0.20.6", diff --git a/packages/vrender/CHANGELOG.md b/packages/vrender/CHANGELOG.md index 2d07ab696..c52e92662 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, 26 Sep 2024 09:28:36 GMT and should not be manually modified. +This log was last generated on Fri, 27 Sep 2024 03:22:31 GMT and should not be manually modified. + +## 0.20.7 +Fri, 27 Sep 2024 03:22:31 GMT + +_Version update only_ ## 0.20.6 Thu, 26 Sep 2024 09:28:36 GMT diff --git a/packages/vrender/package.json b/packages/vrender/package.json index 43a004506..c9348ad41 100644 --- a/packages/vrender/package.json +++ b/packages/vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender", - "version": "0.20.6", + "version": "0.20.7", "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.20.6", - "@visactor/vrender-kits": "workspace:0.20.6" + "@visactor/vrender-core": "workspace:0.20.7", + "@visactor/vrender-kits": "workspace:0.20.7" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/tools/bugserver-trigger/package.json b/tools/bugserver-trigger/package.json index a5f8ab0c4..74a58a54f 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.20.6", - "@visactor/vrender-core": "workspace:0.20.6", - "@visactor/vrender-kits": "workspace:0.20.6", - "@visactor/vrender-components": "workspace:0.20.6" + "@visactor/vrender": "workspace:0.20.7", + "@visactor/vrender-core": "workspace:0.20.7", + "@visactor/vrender-kits": "workspace:0.20.7", + "@visactor/vrender-components": "workspace:0.20.7" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4",