From e1223202f10d0c4db861648ca00bf55d7638b00f Mon Sep 17 00:00:00 2001 From: xuefei1313 Date: Thu, 8 Jan 2026 12:00:11 +0000 Subject: [PATCH 1/3] docs: generate changelog of release v2.0.13 [skip ci] --- docs/assets/changelog/en/release.md | 29 ++++++++++++++++++++ docs/assets/changelog/zh/release.md | 29 ++++++++++++++++++++ packages/harmony_vchart/library/CHANGELOG.md | 29 ++++++++++++++++++++ 3 files changed, 87 insertions(+) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 66c9e874d6..91e1c3141b 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,32 @@ +# v2.0.13 + +2026-01-08 + +# v2.0.13 + +2026-01-08 + +**🐛 Bug Fixes** + +- **@visactor/vchart**: Fix tooltip display issue when stage is transformed by @xuefei1313 in https://github.com/VisActor/VChart/pull/4393 +- **@visactor/vchart**: Fix map tooltip issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4396 +- **@visactor/vchart**: Fix animation state issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4398 + +**🔨 Chores** + +- **@visactor/vchart**: Update base Node.js version to 20+ by @xile611 in https://github.com/VisActor/VChart/pull/4402 + +**📖 Documentation** + +- **@visactor/vchart**: Update marker point style and state documentation by @skie1997 in https://github.com/VisActor/VChart/pull/4369 +- **@visactor/vchart**: Add exit animation demo by @purpose233 in https://github.com/VisActor/VChart/pull/4374 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.12...v2.0.13 + +[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + +[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + # v2.0.12 2025-12-25 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index d40e9eaeaf..7df6067bee 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,32 @@ +# v2.0.13 + +2026-01-08 + +# v2.0.13 + +2026-01-08 + +**🐛 Bug Fixes** + +- **@visactor/vchart**: Fix tooltip display issue when stage is transformed by @xuefei1313 in https://github.com/VisActor/VChart/pull/4393 +- **@visactor/vchart**: Fix map tooltip issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4396 +- **@visactor/vchart**: Fix animation state issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4398 + +**🔨 Chores** + +- **@visactor/vchart**: Update base Node.js version to 20+ by @xile611 in https://github.com/VisActor/VChart/pull/4402 + +**📖 Documentation** + +- **@visactor/vchart**: Update marker point style and state documentation by @skie1997 in https://github.com/VisActor/VChart/pull/4369 +- **@visactor/vchart**: Add exit animation demo by @purpose233 in https://github.com/VisActor/VChart/pull/4374 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.12...v2.0.13 + +[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + +[更多详情请查看 v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + # v2.0.12 2025-12-25 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index 8ac86c2719..1c29321d85 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,32 @@ +# v2.0.13 + +2026-01-08 + +# v2.0.13 + +2026-01-08 + +**🐛 Bug Fixes** + +- **@visactor/vchart**: Fix tooltip display issue when stage is transformed by @xuefei1313 in https://github.com/VisActor/VChart/pull/4393 +- **@visactor/vchart**: Fix map tooltip issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4396 +- **@visactor/vchart**: Fix animation state issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4398 + +**🔨 Chores** + +- **@visactor/vchart**: Update base Node.js version to 20+ by @xile611 in https://github.com/VisActor/VChart/pull/4402 + +**📖 Documentation** + +- **@visactor/vchart**: Update marker point style and state documentation by @skie1997 in https://github.com/VisActor/VChart/pull/4369 +- **@visactor/vchart**: Add exit animation demo by @purpose233 in https://github.com/VisActor/VChart/pull/4374 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.12...v2.0.13 + +[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + +[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + # v2.0.12 2025-12-25 From 517e5987c3aa0d1499c8d4db3bf9ff60332a8bd7 Mon Sep 17 00:00:00 2001 From: Xuefei Li Date: Thu, 8 Jan 2026 20:02:11 +0800 Subject: [PATCH 2/3] Update release.md --- docs/assets/changelog/en/release.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 91e1c3141b..dfcaebcdb4 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,7 +1,3 @@ -# v2.0.13 - -2026-01-08 - # v2.0.13 2026-01-08 @@ -23,10 +19,9 @@ **Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.12...v2.0.13 -[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) - -[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) - +[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + + # v2.0.12 2025-12-25 @@ -208,3 +203,4 @@ - **@visactor/vchart**: fix `textAlign` not works in tooltip.style.titleLabel, fix [#4043](https://github.com/VisActor/VChart/issues/4043) [more detail about v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) + From 0cf48bc279c84f8953bffa462f4c8e08fa099f53 Mon Sep 17 00:00:00 2001 From: Xuefei Li Date: Thu, 8 Jan 2026 20:03:02 +0800 Subject: [PATCH 3/3] Update release.md --- docs/assets/changelog/zh/release.md | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 7df6067bee..43ec5e521f 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,32 +1,26 @@ -# v2.0.13 - -2026-01-08 - # v2.0.13 2026-01-08 -**🐛 Bug Fixes** +**🐛 问题修复** -- **@visactor/vchart**: Fix tooltip display issue when stage is transformed by @xuefei1313 in https://github.com/VisActor/VChart/pull/4393 -- **@visactor/vchart**: Fix map tooltip issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4396 -- **@visactor/vchart**: Fix animation state issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4398 +- **@visactor/vchart**: 修复场景(Stage)发生变换后 Tooltip 显示异常的问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4393 +- **@visactor/vchart**: 修复地图(Map)Tooltip 的相关问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4396 +- **@visactor/vchart**: 修复动画状态(Animation State)的逻辑问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4398 -**🔨 Chores** +**🔨 维护与杂项** -- **@visactor/vchart**: Update base Node.js version to 20+ by @xile611 in https://github.com/VisActor/VChart/pull/4402 +- **@visactor/vchart**: 将基础 Node.js 版本依赖升级至 20+ by @xile611 in https://github.com/VisActor/VChart/pull/4402 -**📖 Documentation** +**📖 文档更新** -- **@visactor/vchart**: Update marker point style and state documentation by @skie1997 in https://github.com/VisActor/VChart/pull/4369 -- **@visactor/vchart**: Add exit animation demo by @purpose233 in https://github.com/VisActor/VChart/pull/4374 +- **@visactor/vchart**: 更新标注点(Marker Point)样式与状态的文档 by @skie1997 in https://github.com/VisActor/VChart/pull/4369 +- **@visactor/vchart**: 新增退场动画(Exit Animation)示例 by @purpose233 in https://github.com/VisActor/VChart/pull/4374 **Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.12...v2.0.13 -[more detail about v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) - -[更多详情请查看 v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) - +[更多详情请查看 v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + # v2.0.12 2025-12-25 @@ -198,3 +192,4 @@ [更多详情请查看 v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) +