diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 66c9e874d6..dfcaebcdb4 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,27 @@ +# 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.12 2025-12-25 @@ -179,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) + diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index d40e9eaeaf..43ec5e521f 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,26 @@ +# v2.0.13 + +2026-01-08 + +**🐛 问题修复** + +- **@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 + +**🔨 维护与杂项** + +- **@visactor/vchart**: 将基础 Node.js 版本依赖升级至 20+ by @xile611 in https://github.com/VisActor/VChart/pull/4402 + +**📖 文档更新** + +- **@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 + +[更多详情请查看 v2.0.13](https://github.com/VisActor/VChart/releases/tag/v2.0.13) + # v2.0.12 2025-12-25 @@ -169,3 +192,4 @@ [更多详情请查看 v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) + 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