From a3625c7de00182c43f8bd411137f67dd64b3373c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 18 Feb 2025 10:21:05 +0000 Subject: [PATCH] build: prelease version 0.22.1 --- ...-graphic-removeState_2025-02-17-09-26.json | 11 ------- ...om-interactive-error_2025-02-11-09-01.json | 10 ------ .../develop_2025-02-17-07-33.json | 10 ------ ...feat-dynamic-texture_2025-02-14-08-32.json | 10 ------ ...-graphic-removeState_2025-02-17-09-26.json | 11 ------- .../fix-editing-manual_2025-02-10-09-55.json | 10 ------ ...ultiline-rt-fontSize_2025-02-10-09-47.json | 10 ------ .../fix-path-render_2025-02-08-08-38.json | 10 ------ ...chtext-editor-branch_2025-02-10-08-17.json | 10 ------ ...ichtext-empty-bounds_2025-02-08-08-09.json | 10 ------ .../develop_2025-02-10-12-05.json | 10 ------ ...feat-dynamic-texture_2025-02-14-08-32.json | 10 ------ ...-graphic-removeState_2025-02-17-09-26.json | 11 ------- ...atWindowByCanvas-dpr_2025-02-10-06-54.json | 11 ------- ...feat-dynamic-texture_2025-02-14-08-32.json | 10 ------ ...-graphic-removeState_2025-02-17-09-26.json | 11 ------- common/config/rush/pnpm-lock.yaml | 26 +++++++-------- common/config/rush/version-policies.json | 2 +- docs/package.json | 2 +- packages/react-vrender-utils/CHANGELOG.json | 6 ++++ packages/react-vrender-utils/CHANGELOG.md | 7 +++- packages/react-vrender-utils/package.json | 6 ++-- packages/react-vrender/CHANGELOG.json | 6 ++++ packages/react-vrender/CHANGELOG.md | 7 +++- packages/react-vrender/package.json | 4 +-- packages/vrender-components/CHANGELOG.json | 15 +++++++++ packages/vrender-components/CHANGELOG.md | 12 ++++++- packages/vrender-components/package.json | 6 ++-- packages/vrender-core/CHANGELOG.json | 33 +++++++++++++++++++ packages/vrender-core/CHANGELOG.md | 18 +++++++++- packages/vrender-core/package.json | 2 +- packages/vrender-kits/CHANGELOG.json | 21 ++++++++++++ packages/vrender-kits/CHANGELOG.md | 16 ++++++++- packages/vrender-kits/package.json | 4 +-- packages/vrender/CHANGELOG.json | 12 +++++++ packages/vrender/CHANGELOG.md | 11 ++++++- packages/vrender/package.json | 6 ++-- tools/bugserver-trigger/package.json | 8 ++--- 38 files changed, 191 insertions(+), 204 deletions(-) delete mode 100644 common/changes/@visactor/vrender-components/feat-graphic-removeState_2025-02-17-09-26.json delete mode 100644 common/changes/@visactor/vrender-components/fix-data-zoom-interactive-error_2025-02-11-09-01.json delete mode 100644 common/changes/@visactor/vrender-core/develop_2025-02-17-07-33.json delete mode 100644 common/changes/@visactor/vrender-core/feat-dynamic-texture_2025-02-14-08-32.json delete mode 100644 common/changes/@visactor/vrender-core/feat-graphic-removeState_2025-02-17-09-26.json delete mode 100644 common/changes/@visactor/vrender-core/fix-editing-manual_2025-02-10-09-55.json delete mode 100644 common/changes/@visactor/vrender-core/fix-multiline-rt-fontSize_2025-02-10-09-47.json delete mode 100644 common/changes/@visactor/vrender-core/fix-path-render_2025-02-08-08-38.json delete mode 100644 common/changes/@visactor/vrender-core/fix-richtext-editor-branch_2025-02-10-08-17.json delete mode 100644 common/changes/@visactor/vrender-core/fix-richtext-empty-bounds_2025-02-08-08-09.json delete mode 100644 common/changes/@visactor/vrender-kits/develop_2025-02-10-12-05.json delete mode 100644 common/changes/@visactor/vrender-kits/feat-dynamic-texture_2025-02-14-08-32.json delete mode 100644 common/changes/@visactor/vrender-kits/feat-graphic-removeState_2025-02-17-09-26.json delete mode 100644 common/changes/@visactor/vrender-kits/fix-fix-bug-of-creatWindowByCanvas-dpr_2025-02-10-06-54.json delete mode 100644 common/changes/@visactor/vrender/feat-dynamic-texture_2025-02-14-08-32.json delete mode 100644 common/changes/@visactor/vrender/feat-graphic-removeState_2025-02-17-09-26.json diff --git a/common/changes/@visactor/vrender-components/feat-graphic-removeState_2025-02-17-09-26.json b/common/changes/@visactor/vrender-components/feat-graphic-removeState_2025-02-17-09-26.json deleted file mode 100644 index 12d8991af..000000000 --- a/common/changes/@visactor/vrender-components/feat-graphic-removeState_2025-02-17-09-26.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: `removeState` of graphic should support array or string\n\n", - "type": "none", - "packageName": "@visactor/vrender-components" - } - ], - "packageName": "@visactor/vrender-components", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-components/fix-data-zoom-interactive-error_2025-02-11-09-01.json b/common/changes/@visactor/vrender-components/fix-data-zoom-interactive-error_2025-02-11-09-01.json deleted file mode 100644 index acc3aeaad..000000000 --- a/common/changes/@visactor/vrender-components/fix-data-zoom-interactive-error_2025-02-11-09-01.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-components", - "comment": "fix: datazoom and scrollbar realtime not work. fix@visactor/vchart#3716", - "type": "none" - } - ], - "packageName": "@visactor/vrender-components" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/develop_2025-02-17-07-33.json b/common/changes/@visactor/vrender-core/develop_2025-02-17-07-33.json deleted file mode 100644 index f7e2adf7a..000000000 --- a/common/changes/@visactor/vrender-core/develop_2025-02-17-07-33.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "feat: richtext support multi-breakline at the end of line", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/feat-dynamic-texture_2025-02-14-08-32.json b/common/changes/@visactor/vrender-core/feat-dynamic-texture_2025-02-14-08-32.json deleted file mode 100644 index adf56fc41..000000000 --- a/common/changes/@visactor/vrender-core/feat-dynamic-texture_2025-02-14-08-32.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "feat: support dynamicTexture", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/feat-graphic-removeState_2025-02-17-09-26.json b/common/changes/@visactor/vrender-core/feat-graphic-removeState_2025-02-17-09-26.json deleted file mode 100644 index 4402bc71c..000000000 --- a/common/changes/@visactor/vrender-core/feat-graphic-removeState_2025-02-17-09-26.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: `removeState` of graphic should support array or string\n\n", - "type": "none", - "packageName": "@visactor/vrender-core" - } - ], - "packageName": "@visactor/vrender-core", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/fix-editing-manual_2025-02-10-09-55.json b/common/changes/@visactor/vrender-core/fix-editing-manual_2025-02-10-09-55.json deleted file mode 100644 index bac139922..000000000 --- a/common/changes/@visactor/vrender-core/fix-editing-manual_2025-02-10-09-55.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "fix: fix issue with editing attribute when trigger focus manual", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/fix-multiline-rt-fontSize_2025-02-10-09-47.json b/common/changes/@visactor/vrender-core/fix-multiline-rt-fontSize_2025-02-10-09-47.json deleted file mode 100644 index 6b532bc55..000000000 --- a/common/changes/@visactor/vrender-core/fix-multiline-rt-fontSize_2025-02-10-09-47.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "fix: fix issue with multiline richtext lineHeight", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/fix-path-render_2025-02-08-08-38.json b/common/changes/@visactor/vrender-core/fix-path-render_2025-02-08-08-38.json deleted file mode 100644 index 719def870..000000000 --- a/common/changes/@visactor/vrender-core/fix-path-render_2025-02-08-08-38.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "fix: fix issue with path parse, closed #1616", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/fix-richtext-editor-branch_2025-02-10-08-17.json b/common/changes/@visactor/vrender-core/fix-richtext-editor-branch_2025-02-10-08-17.json deleted file mode 100644 index c1a01ec42..000000000 --- a/common/changes/@visactor/vrender-core/fix-richtext-editor-branch_2025-02-10-08-17.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "fix: fix issue with richtext background overlap, fix issue with deFocus", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-core/fix-richtext-empty-bounds_2025-02-08-08-09.json b/common/changes/@visactor/vrender-core/fix-richtext-empty-bounds_2025-02-08-08-09.json deleted file mode 100644 index 64872be4b..000000000 --- a/common/changes/@visactor/vrender-core/fix-richtext-empty-bounds_2025-02-08-08-09.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-core", - "comment": "fix: clear richtext bounds while it is empty", - "type": "none" - } - ], - "packageName": "@visactor/vrender-core" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-kits/develop_2025-02-10-12-05.json b/common/changes/@visactor/vrender-kits/develop_2025-02-10-12-05.json deleted file mode 100644 index a9e149fda..000000000 --- a/common/changes/@visactor/vrender-kits/develop_2025-02-10-12-05.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-kits", - "comment": "fix: datazoom error when spec is updating. fix@visactor/vchart#3712", - "type": "none" - } - ], - "packageName": "@visactor/vrender-kits" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-kits/feat-dynamic-texture_2025-02-14-08-32.json b/common/changes/@visactor/vrender-kits/feat-dynamic-texture_2025-02-14-08-32.json deleted file mode 100644 index 5ead0083f..000000000 --- a/common/changes/@visactor/vrender-kits/feat-dynamic-texture_2025-02-14-08-32.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender-kits", - "comment": "feat: support dynamicTexture", - "type": "none" - } - ], - "packageName": "@visactor/vrender-kits" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-kits/feat-graphic-removeState_2025-02-17-09-26.json b/common/changes/@visactor/vrender-kits/feat-graphic-removeState_2025-02-17-09-26.json deleted file mode 100644 index 6e2ace183..000000000 --- a/common/changes/@visactor/vrender-kits/feat-graphic-removeState_2025-02-17-09-26.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: `removeState` of graphic should support array or string\n\n", - "type": "none", - "packageName": "@visactor/vrender-kits" - } - ], - "packageName": "@visactor/vrender-kits", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender-kits/fix-fix-bug-of-creatWindowByCanvas-dpr_2025-02-10-06-54.json b/common/changes/@visactor/vrender-kits/fix-fix-bug-of-creatWindowByCanvas-dpr_2025-02-10-06-54.json deleted file mode 100644 index b61d7f92d..000000000 --- a/common/changes/@visactor/vrender-kits/fix-fix-bug-of-creatWindowByCanvas-dpr_2025-02-10-06-54.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "fix: fix the bug of dpr will not work when createWindowByCanvas in node env\n\n", - "type": "none", - "packageName": "@visactor/vrender-kits" - } - ], - "packageName": "@visactor/vrender-kits", - "email": "lixuef1313@163.com" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender/feat-dynamic-texture_2025-02-14-08-32.json b/common/changes/@visactor/vrender/feat-dynamic-texture_2025-02-14-08-32.json deleted file mode 100644 index 598ce1c03..000000000 --- a/common/changes/@visactor/vrender/feat-dynamic-texture_2025-02-14-08-32.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@visactor/vrender", - "comment": "", - "type": "none" - } - ], - "packageName": "@visactor/vrender" -} \ No newline at end of file diff --git a/common/changes/@visactor/vrender/feat-graphic-removeState_2025-02-17-09-26.json b/common/changes/@visactor/vrender/feat-graphic-removeState_2025-02-17-09-26.json deleted file mode 100644 index 9978a18a9..000000000 --- a/common/changes/@visactor/vrender/feat-graphic-removeState_2025-02-17-09-26.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "changes": [ - { - "comment": "feat: `removeState` of graphic should support array or string\n\n", - "type": "none", - "packageName": "@visactor/vrender" - } - ], - "packageName": "@visactor/vrender", - "email": "dingling112@gmail.com" -} \ No newline at end of file diff --git a/common/config/rush/pnpm-lock.yaml b/common/config/rush/pnpm-lock.yaml index f0cc5b568..876a776b3 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.22.0 + '@visactor/vrender': workspace:0.22.1 '@visactor/vutils': ~0.19.4 '@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.22.0 + '@visactor/vrender': workspace:0.22.1 '@visactor/vutils': ~0.19.4 '@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.22.0 - '@visactor/vrender': workspace:0.22.0 + '@visactor/react-vrender': workspace:0.22.1 + '@visactor/vrender': workspace:0.22.1 '@visactor/vutils': ~0.19.4 '@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.22.0 - '@visactor/vrender-kits': workspace:0.22.0 + '@visactor/vrender-core': workspace:0.22.1 + '@visactor/vrender-kits': workspace:0.22.1 '@visactor/vutils': ~0.19.4 '@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.22.0 - '@visactor/vrender-kits': workspace:0.22.0 + '@visactor/vrender-core': workspace:0.22.1 + '@visactor/vrender-kits': workspace:0.22.1 '@visactor/vscale': ~0.19.4 '@visactor/vutils': ~0.19.4 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.22.0 + '@visactor/vrender-core': workspace:0.22.1 '@visactor/vutils': ~0.19.4 '@vitejs/plugin-react': 3.1.0 canvas: 2.11.2 @@ -373,10 +373,10 @@ importers: '@rushstack/eslint-patch': ~1.1.4 '@types/node': '*' '@types/node-fetch': 2.6.4 - '@visactor/vrender': workspace:0.22.0 - '@visactor/vrender-components': workspace:0.22.0 - '@visactor/vrender-core': workspace:0.22.0 - '@visactor/vrender-kits': workspace:0.22.0 + '@visactor/vrender': workspace:0.22.1 + '@visactor/vrender-components': workspace:0.22.1 + '@visactor/vrender-core': workspace:0.22.1 + '@visactor/vrender-kits': workspace:0.22.1 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 6df12fd79..7b20232ad 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -1 +1 @@ -[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.22.0","nextBump":"minor"}] +[{"definitionName":"lockStepVersion","policyName":"vrenderMain","version":"0.22.1","nextBump":"patch"}] diff --git a/docs/package.json b/docs/package.json index 17e2fe15a..7927d0ce1 100644 --- a/docs/package.json +++ b/docs/package.json @@ -13,7 +13,7 @@ "@visactor/vchart": "1.3.0", "@visactor/vutils": "~0.19.4", "@visactor/vgrammar": "~0.5.7", - "@visactor/vrender": "workspace:0.22.0", + "@visactor/vrender": "workspace:0.22.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 1e0881815..6d6c7e13d 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.22.1", + "tag": "@visactor/react-vrender-utils_v0.22.1", + "date": "Tue, 18 Feb 2025 10:14:45 GMT", + "comments": {} + }, { "version": "0.22.0", "tag": "@visactor/react-vrender-utils_v0.22.0", diff --git a/packages/react-vrender-utils/CHANGELOG.md b/packages/react-vrender-utils/CHANGELOG.md index 5e43a1e24..7390bf999 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 Fri, 07 Feb 2025 14:23:36 GMT and should not be manually modified. +This log was last generated on Tue, 18 Feb 2025 10:14:45 GMT and should not be manually modified. + +## 0.22.1 +Tue, 18 Feb 2025 10:14:45 GMT + +_Version update only_ ## 0.22.0 Fri, 07 Feb 2025 14:23:36 GMT diff --git a/packages/react-vrender-utils/package.json b/packages/react-vrender-utils/package.json index 2d4e5fd54..27125d003 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.22.0", + "version": "0.22.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -24,8 +24,8 @@ "react-dom": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.22.0", - "@visactor/react-vrender": "workspace:0.22.0", + "@visactor/vrender": "workspace:0.22.1", + "@visactor/react-vrender": "workspace:0.22.1", "@visactor/vutils": "~0.19.4", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/react-vrender/CHANGELOG.json b/packages/react-vrender/CHANGELOG.json index 459d41218..2197007a8 100644 --- a/packages/react-vrender/CHANGELOG.json +++ b/packages/react-vrender/CHANGELOG.json @@ -1,6 +1,12 @@ { "name": "@visactor/react-vrender", "entries": [ + { + "version": "0.22.1", + "tag": "@visactor/react-vrender_v0.22.1", + "date": "Tue, 18 Feb 2025 10:14:45 GMT", + "comments": {} + }, { "version": "0.22.0", "tag": "@visactor/react-vrender_v0.22.0", diff --git a/packages/react-vrender/CHANGELOG.md b/packages/react-vrender/CHANGELOG.md index 76a253e92..779225bf1 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 Fri, 07 Feb 2025 14:23:36 GMT and should not be manually modified. +This log was last generated on Tue, 18 Feb 2025 10:14:45 GMT and should not be manually modified. + +## 0.22.1 +Tue, 18 Feb 2025 10:14:45 GMT + +_Version update only_ ## 0.22.0 Fri, 07 Feb 2025 14:23:36 GMT diff --git a/packages/react-vrender/package.json b/packages/react-vrender/package.json index 61789665a..9f7c7a04f 100644 --- a/packages/react-vrender/package.json +++ b/packages/react-vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/react-vrender", - "version": "0.22.0", + "version": "0.22.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -23,7 +23,7 @@ "react": "^18.2.0" }, "dependencies": { - "@visactor/vrender": "workspace:0.22.0", + "@visactor/vrender": "workspace:0.22.1", "@visactor/vutils": "~0.19.4", "react-reconciler": "^0.29.0", "tslib": "^2.3.1" diff --git a/packages/vrender-components/CHANGELOG.json b/packages/vrender-components/CHANGELOG.json index fa4200129..c3cc96c1b 100644 --- a/packages/vrender-components/CHANGELOG.json +++ b/packages/vrender-components/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "@visactor/vrender-components", "entries": [ + { + "version": "0.22.1", + "tag": "@visactor/vrender-components_v0.22.1", + "date": "Tue, 18 Feb 2025 10:14:45 GMT", + "comments": { + "none": [ + { + "comment": "feat: `removeState` of graphic should support array or string\n\n" + }, + { + "comment": "fix: datazoom and scrollbar realtime not work. fix@visactor/vchart#3716" + } + ] + } + }, { "version": "0.22.0", "tag": "@visactor/vrender-components_v0.22.0", diff --git a/packages/vrender-components/CHANGELOG.md b/packages/vrender-components/CHANGELOG.md index b80db733a..2458fcdb2 100644 --- a/packages/vrender-components/CHANGELOG.md +++ b/packages/vrender-components/CHANGELOG.md @@ -1,6 +1,16 @@ # Change Log - @visactor/vrender-components -This log was last generated on Fri, 07 Feb 2025 14:23:36 GMT and should not be manually modified. +This log was last generated on Tue, 18 Feb 2025 10:14:45 GMT and should not be manually modified. + +## 0.22.1 +Tue, 18 Feb 2025 10:14:45 GMT + +### Updates + +- feat: `removeState` of graphic should support array or string + + +- fix: datazoom and scrollbar realtime not work. fix@visactor/vchart#3716 ## 0.22.0 Fri, 07 Feb 2025 14:23:36 GMT diff --git a/packages/vrender-components/package.json b/packages/vrender-components/package.json index 1fea8722c..7eeb24af7 100644 --- a/packages/vrender-components/package.json +++ b/packages/vrender-components/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-components", - "version": "0.22.0", + "version": "0.22.1", "description": "components library for dp visualization", "sideEffects": false, "main": "cjs/index.js", @@ -27,8 +27,8 @@ "dependencies": { "@visactor/vutils": "~0.19.4", "@visactor/vscale": "~0.19.4", - "@visactor/vrender-core": "workspace:0.22.0", - "@visactor/vrender-kits": "workspace:0.22.0" + "@visactor/vrender-core": "workspace:0.22.1", + "@visactor/vrender-kits": "workspace:0.22.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/packages/vrender-core/CHANGELOG.json b/packages/vrender-core/CHANGELOG.json index 9680e1282..b196c45b7 100644 --- a/packages/vrender-core/CHANGELOG.json +++ b/packages/vrender-core/CHANGELOG.json @@ -1,6 +1,39 @@ { "name": "@visactor/vrender-core", "entries": [ + { + "version": "0.22.1", + "tag": "@visactor/vrender-core_v0.22.1", + "date": "Tue, 18 Feb 2025 10:14:45 GMT", + "comments": { + "none": [ + { + "comment": "feat: richtext support multi-breakline at the end of line" + }, + { + "comment": "feat: support dynamicTexture" + }, + { + "comment": "feat: `removeState` of graphic should support array or string\n\n" + }, + { + "comment": "fix: fix issue with editing attribute when trigger focus manual" + }, + { + "comment": "fix: fix issue with multiline richtext lineHeight" + }, + { + "comment": "fix: fix issue with path parse, closed #1616" + }, + { + "comment": "fix: fix issue with richtext background overlap, fix issue with deFocus" + }, + { + "comment": "fix: clear richtext bounds while it is empty" + } + ] + } + }, { "version": "0.22.0", "tag": "@visactor/vrender-core_v0.22.0", diff --git a/packages/vrender-core/CHANGELOG.md b/packages/vrender-core/CHANGELOG.md index 5419037d2..762dc9c9c 100644 --- a/packages/vrender-core/CHANGELOG.md +++ b/packages/vrender-core/CHANGELOG.md @@ -1,6 +1,22 @@ # Change Log - @visactor/vrender-core -This log was last generated on Fri, 07 Feb 2025 14:23:36 GMT and should not be manually modified. +This log was last generated on Tue, 18 Feb 2025 10:14:45 GMT and should not be manually modified. + +## 0.22.1 +Tue, 18 Feb 2025 10:14:45 GMT + +### Updates + +- feat: richtext support multi-breakline at the end of line +- feat: support dynamicTexture +- feat: `removeState` of graphic should support array or string + + +- fix: fix issue with editing attribute when trigger focus manual +- fix: fix issue with multiline richtext lineHeight +- fix: fix issue with path parse, closed #1616 +- fix: fix issue with richtext background overlap, fix issue with deFocus +- fix: clear richtext bounds while it is empty ## 0.22.0 Fri, 07 Feb 2025 14:23:36 GMT diff --git a/packages/vrender-core/package.json b/packages/vrender-core/package.json index 146e3c294..7ca62cb0f 100644 --- a/packages/vrender-core/package.json +++ b/packages/vrender-core/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-core", - "version": "0.22.0", + "version": "0.22.1", "description": "", "sideEffects": [ "./src/modules.ts", diff --git a/packages/vrender-kits/CHANGELOG.json b/packages/vrender-kits/CHANGELOG.json index 48dd25046..78d2e60be 100644 --- a/packages/vrender-kits/CHANGELOG.json +++ b/packages/vrender-kits/CHANGELOG.json @@ -1,6 +1,27 @@ { "name": "@visactor/vrender-kits", "entries": [ + { + "version": "0.22.1", + "tag": "@visactor/vrender-kits_v0.22.1", + "date": "Tue, 18 Feb 2025 10:14:45 GMT", + "comments": { + "none": [ + { + "comment": "fix: datazoom error when spec is updating. fix@visactor/vchart#3712" + }, + { + "comment": "feat: support dynamicTexture" + }, + { + "comment": "feat: `removeState` of graphic should support array or string\n\n" + }, + { + "comment": "fix: fix the bug of dpr will not work when createWindowByCanvas in node env\n\n" + } + ] + } + }, { "version": "0.22.0", "tag": "@visactor/vrender-kits_v0.22.0", diff --git a/packages/vrender-kits/CHANGELOG.md b/packages/vrender-kits/CHANGELOG.md index 51e8ec66d..bf342f138 100644 --- a/packages/vrender-kits/CHANGELOG.md +++ b/packages/vrender-kits/CHANGELOG.md @@ -1,6 +1,20 @@ # Change Log - @visactor/vrender-kits -This log was last generated on Fri, 07 Feb 2025 14:23:36 GMT and should not be manually modified. +This log was last generated on Tue, 18 Feb 2025 10:14:45 GMT and should not be manually modified. + +## 0.22.1 +Tue, 18 Feb 2025 10:14:45 GMT + +### Updates + +- fix: datazoom error when spec is updating. fix@visactor/vchart#3712 +- feat: support dynamicTexture +- feat: `removeState` of graphic should support array or string + + +- fix: fix the bug of dpr will not work when createWindowByCanvas in node env + + ## 0.22.0 Fri, 07 Feb 2025 14:23:36 GMT diff --git a/packages/vrender-kits/package.json b/packages/vrender-kits/package.json index 27dfd0ece..b60cf5147 100644 --- a/packages/vrender-kits/package.json +++ b/packages/vrender-kits/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender-kits", - "version": "0.22.0", + "version": "0.22.1", "description": "", "sideEffects": false, "main": "cjs/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@visactor/vutils": "~0.19.4", - "@visactor/vrender-core": "workspace:0.22.0", + "@visactor/vrender-core": "workspace:0.22.1", "@resvg/resvg-js": "2.4.1", "roughjs": "4.5.2", "gifuct-js": "2.1.2", diff --git a/packages/vrender/CHANGELOG.json b/packages/vrender/CHANGELOG.json index 19daf1137..23dfddb5b 100644 --- a/packages/vrender/CHANGELOG.json +++ b/packages/vrender/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@visactor/vrender", "entries": [ + { + "version": "0.22.1", + "tag": "@visactor/vrender_v0.22.1", + "date": "Tue, 18 Feb 2025 10:14:45 GMT", + "comments": { + "none": [ + { + "comment": "feat: `removeState` of graphic should support array or string\n\n" + } + ] + } + }, { "version": "0.22.0", "tag": "@visactor/vrender_v0.22.0", diff --git a/packages/vrender/CHANGELOG.md b/packages/vrender/CHANGELOG.md index 150370f09..1def40069 100644 --- a/packages/vrender/CHANGELOG.md +++ b/packages/vrender/CHANGELOG.md @@ -1,6 +1,15 @@ # Change Log - @visactor/vrender -This log was last generated on Fri, 07 Feb 2025 14:23:36 GMT and should not be manually modified. +This log was last generated on Tue, 18 Feb 2025 10:14:45 GMT and should not be manually modified. + +## 0.22.1 +Tue, 18 Feb 2025 10:14:45 GMT + +### Updates + +- feat: `removeState` of graphic should support array or string + + ## 0.22.0 Fri, 07 Feb 2025 14:23:36 GMT diff --git a/packages/vrender/package.json b/packages/vrender/package.json index ebe848d3e..95f819c29 100644 --- a/packages/vrender/package.json +++ b/packages/vrender/package.json @@ -1,6 +1,6 @@ { "name": "@visactor/vrender", - "version": "0.22.0", + "version": "0.22.1", "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.22.0", - "@visactor/vrender-kits": "workspace:0.22.0" + "@visactor/vrender-core": "workspace:0.22.1", + "@visactor/vrender-kits": "workspace:0.22.1" }, "devDependencies": { "@internal/bundler": "workspace:*", diff --git a/tools/bugserver-trigger/package.json b/tools/bugserver-trigger/package.json index c0f35bba2..128e24c54 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.22.0", - "@visactor/vrender-core": "workspace:0.22.0", - "@visactor/vrender-kits": "workspace:0.22.0", - "@visactor/vrender-components": "workspace:0.22.0" + "@visactor/vrender": "workspace:0.22.1", + "@visactor/vrender-core": "workspace:0.22.1", + "@visactor/vrender-kits": "workspace:0.22.1", + "@visactor/vrender-components": "workspace:0.22.1" }, "devDependencies": { "@rushstack/eslint-patch": "~1.1.4",