diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index 8afc42ebb..c70547f18 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.18.0 + '@visactor/vrender': workspace:0.18.1 '@visactor/vutils': ~0.18.1 '@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.18.0 + '@visactor/vrender': workspace:0.18.1 '@visactor/vutils': ~0.18.1 '@vitejs/plugin-react': 3.1.0 eslint: ~8.18.0 @@ -109,8 +109,8 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/react-vrender': workspace:0.18.0 - '@visactor/vrender': workspace:0.18.0 + '@visactor/react-vrender': workspace:0.18.1 + '@visactor/vrender': workspace:0.18.1 '@visactor/vutils': ~0.18.1 '@vitejs/plugin-react': 3.1.0 eslint: ~8.18.0 @@ -149,8 +149,8 @@ importers: '@types/jest': ^26.0.0 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vrender-core': workspace:0.18.0 - '@visactor/vrender-kits': workspace:0.18.0 + '@visactor/vrender-core': workspace:0.18.1 + '@visactor/vrender-kits': workspace:0.18.1 '@visactor/vutils': ~0.18.1 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -194,8 +194,8 @@ importers: '@internal/ts-config': workspace:* '@rushstack/eslint-patch': ~1.1.4 '@types/jest': ^26.0.0 - '@visactor/vrender-core': workspace:0.18.0 - '@visactor/vrender-kits': workspace:0.18.0 + '@visactor/vrender-core': workspace:0.18.1 + '@visactor/vrender-kits': workspace:0.18.1 '@visactor/vscale': ~0.17.3 '@visactor/vutils': ~0.18.1 eslint: ~8.18.0 @@ -277,7 +277,7 @@ importers: '@types/node-fetch': 2.6.4 '@types/react': ^18.0.0 '@types/react-dom': ^18.0.0 - '@visactor/vrender-core': workspace:0.18.0 + '@visactor/vrender-core': workspace:0.18.1 '@visactor/vutils': ~0.18.1 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -357,10 +357,10 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/node': '*' '@types/node-fetch': 2.6.4 - '@visactor/vrender': workspace:0.18.0 - '@visactor/vrender-components': workspace:0.18.0 - '@visactor/vrender-core': workspace:0.18.0 - '@visactor/vrender-kits': workspace:0.18.0 + '@visactor/vrender': workspace:0.18.1 + '@visactor/vrender-components': workspace:0.18.1 + '@visactor/vrender-core': workspace:0.18.1 + '@visactor/vrender-kits': workspace:0.18.1 eslint: ~8.18.0 form-data: ~4.0.0 node-fetch: 2.6.6 diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index 87ba2ba68..3886d667c 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.18.0","nextBump":"minor"}] +[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.18.1","nextBump":"patch"}] diff --git a/docs/assets/changelog/en/changelog.md b/docs/assets/changelog/en/changelog.md index 8d7c82361..7ebc9bcd5 100644 --- a/docs/assets/changelog/en/changelog.md +++ b/docs/assets/changelog/en/changelog.md @@ -1,3 +1,30 @@ +# v0.18.0 + +2024-02-28 + + +**🆕 New feature** + +- **scrollbar**: reconfig scrollbar api of scrollDrag and scrollDown +- **@visactor/vrender-components**: support oriented padding in label overlap bitmap +- **@visactor/vrender-components**: support item align of discrete legend +- **@visactor/vrender-components**: support scrollbar in legend +- **@visactor/vrender-components**: support tooltip in SizeLegend and ColorLegend +- **@visactor/vrender-components**: support lazyload of Legend, and pageFormatter of Pager +- **@visactor/vrender-core**: support flatten_simplify +- **@visactor/vrender-core**: support innerpadding and outerpadding +- **@visactor/vrender-core**: richtext support inherit attribute, closed [#946](https://github.com/VisActor/VRender/issues/946) + +**🐛 Bug fix** + +- **datazoom**: realtime & pickable not work +- **dataZoom**: compute line width when compute bounds +- **@visactor/vrender-core**: multiline text underline bugfix, closed [#1029](https://github.com/VisActor/VRender/issues/1029) + + + +[more detail about v0.18.0](https://github.com/VisActor/VRender/releases/tag/v0.18.0) + # v0.17.26 2024-02-28 diff --git a/docs/assets/changelog/zh/changelog.md b/docs/assets/changelog/zh/changelog.md index 4092a3773..5960e92d5 100644 --- a/docs/assets/changelog/zh/changelog.md +++ b/docs/assets/changelog/zh/changelog.md @@ -1,3 +1,30 @@ +# v0.18.0 + +2024-02-28 + + +**🆕 新增功能** + +- **scrollbar**: reconfig scrollbar api of scrollDrag and scrollDown +- **@visactor/vrender-components**: support oriented padding in label overlap bitmap +- **@visactor/vrender-components**: support item align of discrete legend +- **@visactor/vrender-components**: support scrollbar in legend +- **@visactor/vrender-components**: support tooltip in SizeLegend and ColorLegend +- **@visactor/vrender-components**: support lazyload of Legend, and pageFormatter of Pager +- **@visactor/vrender-core**: support flatten_simplify +- **@visactor/vrender-core**: support innerpadding and outerpadding +- **@visactor/vrender-core**: richtext support inherit attribute, closed [#946](https://github.com/VisActor/VRender/issues/946) + +**🐛 功能修复** + +- **datazoom**: realtime & pickable not work +- **dataZoom**: compute line width when compute bounds +- **@visactor/vrender-core**: multiline text underline bugfix, closed [#1029](https://github.com/VisActor/VRender/issues/1029) + + + +[更多详情请查看 v0.18.0](https://github.com/VisActor/VRender/releases/tag/v0.18.0) + # v0.17.26 2024-02-28 diff --git a/docs/package.json b/docs/package.json index a3e47b5b8..e6f3a8413 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@visactor/vchart": "1.3.0", "@visactor/vutils": "~0.18.1", "@visactor/vgrammar": "~0.5.7", - "@visactor/vrender": "workspace:0.18.0", + "@visactor/vrender": "workspace:0.18.1", "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 bc60784c2..a67fec732 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.18.1", + "tag": "@visactor/react-vrender-utils_v0.18.1", + "date": "Mon, 04 Mar 2024 08:29:15 GMT", + "comments": {} + }, { "version": "0.18.0", "tag": "@visactor/react-vrender-utils_v0.18.0", diff --git a/packages/react-vrender-utils/CHANGELOG.md b/packages/react-vrender-utils/CHANGELOG.md index 230762337..f044e7432 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 Wed, 28 Feb 2024 10:09:04 GMT and should not be manually modified. +This log was last generated on Mon, 04 Mar 2024 08:29:15 GMT and should not be manually modified. + +## 0.18.1 +Mon, 04 Mar 2024 08:29:15 GMT + +_Version update only_ ## 0.18.0 Wed, 28 Feb 2024 10:09:04 GMT diff --git a/packages/react-vrender-utils/package.json b/packages/react-vrender-utils/package.json index 2b49091f2..875ad8d84 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.18.0", + "version": "0.18.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.18.0", - "@visactor/react-vrender": "workspace:0.18.0", + "@visactor/vrender": "workspace:0.18.1", + "@visactor/react-vrender": "workspace:0.18.1", "@visactor/vutils": "~0.18.1", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/react-vrender/CHANGELOG.json b/packages/react-vrender/CHANGELOG.json index ab215afc1..e486bc32b 100644 --- a/packages/react-vrender/CHANGELOG.json +++ b/packages/react-vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender", "entries": [ + { + "version": "0.18.1", + "tag": "@visactor/react-vrender_v0.18.1", + "date": "Mon, 04 Mar 2024 08:29:15 GMT", + "comments": {} + }, { "version": "0.18.0", "tag": "@visactor/react-vrender_v0.18.0", diff --git a/packages/react-vrender/CHANGELOG.md b/packages/react-vrender/CHANGELOG.md index 85b326c9e..f97758f96 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 Wed, 28 Feb 2024 10:09:04 GMT and should not be manually modified. +This log was last generated on Mon, 04 Mar 2024 08:29:15 GMT and should not be manually modified. + +## 0.18.1 +Mon, 04 Mar 2024 08:29:15 GMT + +_Version update only_ ## 0.18.0 Wed, 28 Feb 2024 10:09:04 GMT diff --git a/packages/react-vrender/package.json b/packages/react-vrender/package.json index 69a833756..ddb89fe42 100644 --- a/packages/react-vrender/package.json +++ b/packages/react-vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender", - "version": "0.18.0", + "version": "0.18.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -23,7 +23,7 @@ "react": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.18.0", + "@visactor/vrender": "workspace:0.18.1", "@visactor/vutils": "~0.18.1", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/vrender-components/CHANGELOG.json b/packages/vrender-components/CHANGELOG.json index 48443a81a..e7cf60faf 100644 --- a/packages/vrender-components/CHANGELOG.json +++ b/packages/vrender-components/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender-components", "entries": [ + { + "version": "0.18.1", + "tag": "@visactor/vrender-components_v0.18.1", + "date": "Mon, 04 Mar 2024 08:29:15 GMT", + "comments": { + "none": [ + { + "comment": " feat: support `autoEllipsisStrategy` of legend item" + } + ] + } + }, { "version": "0.18.0", "tag": "@visactor/vrender-components_v0.18.0", diff --git a/packages/vrender-components/CHANGELOG.md b/packages/vrender-components/CHANGELOG.md index 1602f1692..ba4a66b3e 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 Wed, 28 Feb 2024 10:09:04 GMT and should not be manually modified. +This log was last generated on Mon, 04 Mar 2024 08:29:15 GMT and should not be manually modified. + +## 0.18.1 +Mon, 04 Mar 2024 08:29:15 GMT + +### Updates + +- feat: support `autoEllipsisStrategy` of legend item ## 0.18.0 Wed, 28 Feb 2024 10:09:04 GMT diff --git a/packages/vrender-components/__tests__/unit/bugfix/legend-focus-layout.test.ts b/packages/vrender-components/__tests__/unit/bugfix/legend-focus-layout.test.ts index 05856ca03..3ce9529af 100644 --- a/packages/vrender-components/__tests__/unit/bugfix/legend-focus-layout.test.ts +++ b/packages/vrender-components/__tests__/unit/bugfix/legend-focus-layout.test.ts @@ -45,7 +45,7 @@ describe('Legend focus layout', () => { stage.defaultLayer.add(legend as unknown as IGraphic); stage.render(); - expect(legend.AABBBounds.width()).toBe(370.05995178222656); + expect(legend.AABBBounds.width()).toBe(382.05995178222656); }); it('should not exceed the maximum width of the item, and the basic length exceeds, legend item without value', () => { @@ -133,7 +133,7 @@ describe('Legend focus layout', () => { stage.defaultLayer.add(legend as unknown as IGraphic); stage.render(); - expect(legend.AABBBounds.width()).toBe(87.92627607073103); + expect(legend.AABBBounds.width()).toBe(99.92627607073103); }); it('should calculate when legend item just has label', () => { diff --git a/packages/vrender-components/__tests__/unit/legend/discrete.test.ts b/packages/vrender-components/__tests__/unit/legend/discrete.test.ts index f2971df9d..42c876851 100644 --- a/packages/vrender-components/__tests__/unit/legend/discrete.test.ts +++ b/packages/vrender-components/__tests__/unit/legend/discrete.test.ts @@ -425,6 +425,6 @@ describe('DiscreteLegend', () => { expect( (legend.getElementsByName('legendItem')[0].getElementsByName('legendItemValue')[0] as IText).attribute .maxLineWidth - ).toBeUndefined(); + ).toBeCloseTo(49.975); }); }); diff --git a/packages/vrender-components/package.json b/packages/vrender-components/package.json index 295c904a6..650726939 100644 --- a/packages/vrender-components/package.json +++ b/packages/vrender-components/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-components", - "version": "0.18.0", + "version": "0.18.1", "description": "components library for dp visualization", "sideEffects": false, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "analysis-core": "bundle -f umd -a -i core.ts" }, "dependencies": { - "@visactor/vrender-core": "workspace:0.18.0", - "@visactor/vrender-kits": "workspace:0.18.0", + "@visactor/vrender-core": "workspace:0.18.1", + "@visactor/vrender-kits": "workspace:0.18.1", "@visactor/vutils": "~0.18.1", "@visactor/vscale": "~0.17.3" }, diff --git a/packages/vrender-components/src/legend/discrete/discrete.ts b/packages/vrender-components/src/legend/discrete/discrete.ts index d5244ada9..54b3a0825 100644 --- a/packages/vrender-components/src/legend/discrete/discrete.ts +++ b/packages/vrender-components/src/legend/discrete/discrete.ts @@ -2,7 +2,17 @@ * @description 离散图例 * @author 章伟星 */ -import { merge, isEmpty, normalizePadding, get, isValid, isNil, isFunction, isArray } from '@visactor/vutils'; +import { + merge, + isEmpty, + normalizePadding, + get, + isValid, + isNil, + isFunction, + isArray, + minInArray +} from '@visactor/vutils'; import type { FederatedPointerEvent, IGroup, @@ -12,7 +22,8 @@ import type { ISymbolGraphicAttribute, ITextGraphicAttribute, CustomEvent, - IText + IText, + IRichText } from '@visactor/vrender-core'; // eslint-disable-next-line no-duplicate-imports import { graphicCreator } from '@visactor/vrender-core'; @@ -299,7 +310,7 @@ export class DiscreteLegend extends LegendBase { } protected _renderContent() { - const { item = {}, items, reversed } = this.attribute as DiscreteLegendAttrs; + const { item = {}, items, reversed, maxWidth } = this.attribute as DiscreteLegendAttrs; if (item.visible === false || isEmpty(items)) { return; } @@ -320,17 +331,21 @@ export class DiscreteLegend extends LegendBase { const { maxWidth: maxItemWidth, width: itemWidth, height: itemHeight } = item; + const widthsOptions = []; // 根据用户声明的 maxItemWidth 和 itemWidth 获取图例项宽度 if (isValid(maxItemWidth)) { - if (isValid(itemWidth)) { - this._itemWidthByUser = Math.min(maxItemWidth, itemWidth); - } else { - this._itemWidthByUser = maxItemWidth; - } - } else if (isValid(itemWidth)) { - this._itemWidthByUser = itemWidth; + widthsOptions.push(maxItemWidth); + } + if (isValid(itemWidth)) { + widthsOptions.push(itemWidth); } + if (widthsOptions.length) { + if (isValid(maxWidth)) { + widthsOptions.push(maxWidth); + } + this._itemWidthByUser = minInArray(widthsOptions); + } // 存储用户指定图例项高度 if (isValid(itemHeight)) { this._itemHeightByUser = itemHeight; @@ -387,9 +402,50 @@ export class DiscreteLegend extends LegendBase { } } + private _autoEllipsis( + autoEllipsisStrategy: 'labelFirst' | 'valueFirst' | 'none', + layoutWidth: number, + labelShape: IText | IRichText, + valueShape: IText | IRichText + ) { + const { label: labelAttr, value: valueAttr } = this.attribute.item as LegendItem; + const valueBounds = valueShape.AABBBounds; + const labelBounds = labelShape.AABBBounds; + const valueWidth = valueBounds.width(); + const labelWidth = labelBounds.width(); + let useWidthRatio = false; + + if (autoEllipsisStrategy === 'labelFirst') { + if (labelWidth > layoutWidth) { + useWidthRatio = true; + } else { + valueShape.setAttribute('maxLineWidth', layoutWidth - labelWidth); + } + } else if (autoEllipsisStrategy === 'valueFirst') { + if (valueWidth > layoutWidth) { + useWidthRatio = true; + } else { + labelShape.setAttribute('maxLineWidth', layoutWidth - valueWidth); + } + } else if (valueWidth + labelWidth > layoutWidth) { + useWidthRatio = true; + } + + if (useWidthRatio) { + valueShape.setAttribute( + 'maxLineWidth', + Math.max(layoutWidth * (labelAttr.widthRatio ?? 0.5), layoutWidth - labelWidth) + ); + labelShape.setAttribute( + 'maxLineWidth', + Math.max(layoutWidth * (valueAttr.widthRatio ?? 0.5), layoutWidth - valueWidth) + ); + } + } + private _renderEachItem(item: LegendItemDatum, isSelected: boolean, index: number, items: LegendItemDatum[]) { const { id, label, value, shape } = item; - const { padding = 0, focus, focusIconStyle, align } = this.attribute.item as LegendItem; + const { padding = 0, focus, focusIconStyle, align, autoEllipsisStrategy } = this.attribute.item as LegendItem; const { shape: shapeAttr, label: labelAttr, value: valueAttr, background } = this.attribute.item as LegendItem; @@ -537,21 +593,8 @@ export class DiscreteLegend extends LegendBase { labelSpace - focusSpace - valueSpace; - const valueBounds = valueShape.AABBBounds; - const labelBounds = labelShape.AABBBounds; - const valueWidth = valueBounds.width(); - const labelWidth = labelBounds.width(); - if (labelWidth > layoutWidth) { - if ((layoutWidth - valueWidth) / labelWidth > 0.4) { - // 设置一个值,如果剩余的宽度和 label 自身的比例不低于 0.4 的话,优先展示全 label - labelShape.setAttribute('maxLineWidth', layoutWidth - valueWidth); - } else { - valueShape.setAttribute('maxLineWidth', layoutWidth * 0.5); - labelShape.setAttribute('maxLineWidth', layoutWidth * 0.5); - } - } else { - valueShape.setAttribute('maxLineWidth', layoutWidth - labelWidth); - } + + this._autoEllipsis(autoEllipsisStrategy, layoutWidth, labelShape, valueShape); if (valueAttr.alignRight) { valueShape.setAttributes({ diff --git a/packages/vrender-components/src/legend/discrete/type.ts b/packages/vrender-components/src/legend/discrete/type.ts index c8ea36d3a..80738b3ad 100644 --- a/packages/vrender-components/src/legend/discrete/type.ts +++ b/packages/vrender-components/src/legend/discrete/type.ts @@ -118,10 +118,23 @@ export type LegendItem = { /** shape 同后面 label 的间距 */ space?: number; } & BaseGraphicAttributes | StyleCallback>>; + + /** + * 当label+ value同时存在的时候,自动省略的策略 + * 'labelFirst' - 尽量保证完整展示`label` + * 'valueFirst' - 尽量保证完整展示`value` + * 'none' - 按照`widthRatio`展示label 和 value + */ + autoEllipsisStrategy?: 'labelFirst' | 'valueFirst' | 'none'; + /** * 图例项的 label 文本配置 */ label?: { + /** + * 当 label + value 同时展示,切超长的时候,label的宽度占比 + */ + widthRatio?: number; /** * 图例项 label 同后面 value 的间距 */ @@ -135,6 +148,10 @@ export type LegendItem = { * 图例项 value 配置 */ value?: { + /** + * 当 label + value 同时展示,切超长的时候,label的宽度占比 + */ + widthRatio?: number; /** value 同后面元素的间距 */ space?: number; /** diff --git a/packages/vrender-core/CHANGELOG.json b/packages/vrender-core/CHANGELOG.json index c79bdb5da..f8338f880 100644 --- a/packages/vrender-core/CHANGELOG.json +++ b/packages/vrender-core/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender-core", "entries": [ + { + "version": "0.18.1", + "tag": "@visactor/vrender-core_v0.18.1", + "date": "Mon, 04 Mar 2024 08:29:15 GMT", + "comments": {} + }, { "version": "0.18.0", "tag": "@visactor/vrender-core_v0.18.0", diff --git a/packages/vrender-core/CHANGELOG.md b/packages/vrender-core/CHANGELOG.md index 6925464d4..605c56e26 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 Wed, 28 Feb 2024 10:09:04 GMT and should not be manually modified. +This log was last generated on Mon, 04 Mar 2024 08:29:15 GMT and should not be manually modified. + +## 0.18.1 +Mon, 04 Mar 2024 08:29:15 GMT + +_Version update only_ ## 0.18.0 Wed, 28 Feb 2024 10:09:04 GMT diff --git a/packages/vrender-core/package.json b/packages/vrender-core/package.json index dbf3730c0..c0528e8f1 100644 --- a/packages/vrender-core/package.json +++ b/packages/vrender-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-core", - "version": "0.18.0", + "version": "0.18.1", "description": "", "sideEffects": [ "./src/modules.ts", diff --git a/packages/vrender-kits/CHANGELOG.json b/packages/vrender-kits/CHANGELOG.json index ff9a8092e..6a1748da1 100644 --- a/packages/vrender-kits/CHANGELOG.json +++ b/packages/vrender-kits/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender-kits", "entries": [ + { + "version": "0.18.1", + "tag": "@visactor/vrender-kits_v0.18.1", + "date": "Mon, 04 Mar 2024 08:29:15 GMT", + "comments": {} + }, { "version": "0.18.0", "tag": "@visactor/vrender-kits_v0.18.0", diff --git a/packages/vrender-kits/CHANGELOG.md b/packages/vrender-kits/CHANGELOG.md index d01235df1..740bfd55e 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 Wed, 28 Feb 2024 10:09:04 GMT and should not be manually modified. +This log was last generated on Mon, 04 Mar 2024 08:29:15 GMT and should not be manually modified. + +## 0.18.1 +Mon, 04 Mar 2024 08:29:15 GMT + +_Version update only_ ## 0.18.0 Wed, 28 Feb 2024 10:09:04 GMT diff --git a/packages/vrender-kits/package.json b/packages/vrender-kits/package.json index def63d953..81d442714 100644 --- a/packages/vrender-kits/package.json +++ b/packages/vrender-kits/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-kits", - "version": "0.18.0", + "version": "0.18.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -20,7 +20,7 @@ "test": "" }, "dependencies": { - "@visactor/vrender-core": "workspace:0.18.0", + "@visactor/vrender-core": "workspace:0.18.1", "@visactor/vutils": "~0.18.1", "@resvg/resvg-js": "2.4.1", "roughjs": "4.5.2" diff --git a/packages/vrender/CHANGELOG.json b/packages/vrender/CHANGELOG.json index 62f036e69..7e8334d79 100644 --- a/packages/vrender/CHANGELOG.json +++ b/packages/vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/vrender", "entries": [ + { + "version": "0.18.1", + "tag": "@visactor/vrender_v0.18.1", + "date": "Mon, 04 Mar 2024 08:29:15 GMT", + "comments": {} + }, { "version": "0.18.0", "tag": "@visactor/vrender_v0.18.0", diff --git a/packages/vrender/CHANGELOG.md b/packages/vrender/CHANGELOG.md index 63f917f7f..0cb214f90 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 Wed, 28 Feb 2024 10:09:04 GMT and should not be manually modified. +This log was last generated on Mon, 04 Mar 2024 08:29:15 GMT and should not be manually modified. + +## 0.18.1 +Mon, 04 Mar 2024 08:29:15 GMT + +_Version update only_ ## 0.18.0 Wed, 28 Feb 2024 10:09:04 GMT diff --git a/packages/vrender/package.json b/packages/vrender/package.json index d1ad97b7d..a56fd4fdd 100644 --- a/packages/vrender/package.json +++ b/packages/vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender", - "version": "0.18.0", + "version": "0.18.1", "description": "", "sideEffects": true, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "test-watch": "DEBUG_MODE=1 jest --watch" }, "dependencies": { - "@visactor/vrender-core": "workspace:0.18.0", - "@visactor/vrender-kits": "workspace:0.18.0" + "@visactor/vrender-core": "workspace:0.18.1", + "@visactor/vrender-kits": "workspace:0.18.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/tools/bugserver-trigger/package.json b/tools/bugserver-trigger/package.json index b3cd7a817..b7606c7b1 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.18.0", - "@visactor/vrender-core": "workspace:0.18.0", - "@visactor/vrender-kits": "workspace:0.18.0", - "@visactor/vrender-components": "workspace:0.18.0" + "@visactor/vrender": "workspace:0.18.1", + "@visactor/vrender-core": "workspace:0.18.1", + "@visactor/vrender-kits": "workspace:0.18.1", + "@visactor/vrender-components": "workspace:0.18.1" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4",