From d2aad078f70e8bdd8ee5468a45be4bf00e87f68b Mon Sep 17 00:00:00 2001 From: xuefei1313 Date: Tue, 18 Nov 2025 12:22:18 +0000 Subject: [PATCH 1/2] docs: generate changelog of release v2.0.9 --- docs/assets/changelog/en/release.md | 30 ++++++++++++++++++++ docs/assets/changelog/zh/release.md | 30 ++++++++++++++++++++ packages/harmony_vchart/library/CHANGELOG.md | 30 ++++++++++++++++++++ 3 files changed, 90 insertions(+) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 697be64358..9b1f050b7b 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,33 @@ +# v2.0.9 + +2025-11-18 + + +**🆕 New Features** + + +* @visactor/react-vchart: Add export for registerChartResizeZoomPlugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4286 +* @visactor/vchart: Support effect animation by @purpose233 in https://github.com/VisActor/VChart/pull/4299 +* @visactor/vchart: Enhance datazoom and fix bugs by @skie1997 in https://github.com/VisActor/VChart/pull/4065 + + +**🐛 Bug Fixes** + + +* @visactor/vchart-extension: Fix the vchart-extension packaged artifacts contained an extra version by @xuefei1313 in https://github.com/VisActor/VChart/pull/4277 +* @visactor/vchart: Fix markline auto range by @xuefei1313 in https://github.com/VisActor/VChart/pull/4290 + + +**📖 Documentation** + + +* @visactor/vchart: Fix registerMorph error in example by @xuefei1313 in https://github.com/VisActor/VChart/pull/4285 +* @visactor/vchart: Add candlestick demo by @xuefei1313 in https://github.com/VisActor/VChart/pull/4297 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.7...v2.0.9 + +[more detail about v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9) + # v2.0.7 2025-11-03 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index d5439e33bc..541f12ce0a 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,33 @@ +# v2.0.9 + +2025-11-18 + + +**🆕 New Features** + + +* @visactor/react-vchart: Add export for registerChartResizeZoomPlugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4286 +* @visactor/vchart: Support effect animation by @purpose233 in https://github.com/VisActor/VChart/pull/4299 +* @visactor/vchart: Enhance datazoom and fix bugs by @skie1997 in https://github.com/VisActor/VChart/pull/4065 + + +**🐛 Bug Fixes** + + +* @visactor/vchart-extension: Fix the vchart-extension packaged artifacts contained an extra version by @xuefei1313 in https://github.com/VisActor/VChart/pull/4277 +* @visactor/vchart: Fix markline auto range by @xuefei1313 in https://github.com/VisActor/VChart/pull/4290 + + +**📖 Documentation** + + +* @visactor/vchart: Fix registerMorph error in example by @xuefei1313 in https://github.com/VisActor/VChart/pull/4285 +* @visactor/vchart: Add candlestick demo by @xuefei1313 in https://github.com/VisActor/VChart/pull/4297 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.7...v2.0.9 + +[更多详情请查看 v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9) + # v2.0.7 2025-11-03 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index ecf234241f..47ae69ef8c 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,33 @@ +# v2.0.9 + +2025-11-18 + + +**🆕 New Features** + + +* @visactor/react-vchart: Add export for registerChartResizeZoomPlugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4286 +* @visactor/vchart: Support effect animation by @purpose233 in https://github.com/VisActor/VChart/pull/4299 +* @visactor/vchart: Enhance datazoom and fix bugs by @skie1997 in https://github.com/VisActor/VChart/pull/4065 + + +**🐛 Bug Fixes** + + +* @visactor/vchart-extension: Fix the vchart-extension packaged artifacts contained an extra version by @xuefei1313 in https://github.com/VisActor/VChart/pull/4277 +* @visactor/vchart: Fix markline auto range by @xuefei1313 in https://github.com/VisActor/VChart/pull/4290 + + +**📖 Documentation** + + +* @visactor/vchart: Fix registerMorph error in example by @xuefei1313 in https://github.com/VisActor/VChart/pull/4285 +* @visactor/vchart: Add candlestick demo by @xuefei1313 in https://github.com/VisActor/VChart/pull/4297 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.7...v2.0.9 + +[more detail about v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9) + # v2.0.7 2025-11-03 From 2c4d6d11d3b29f5b69d20a0afa47729bcf18a98a Mon Sep 17 00:00:00 2001 From: Xuefei Li Date: Tue, 18 Nov 2025 20:30:00 +0800 Subject: [PATCH 2/2] Update release.md --- docs/assets/changelog/zh/release.md | 37 +++++++++++++---------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 541f12ce0a..86fc990391 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,33 +1,27 @@ -# v2.0.9 - -2025-11-18 - - -**🆕 New Features** +# v2.0.9 +2025-11-18 -* @visactor/react-vchart: Add export for registerChartResizeZoomPlugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4286 -* @visactor/vchart: Support effect animation by @purpose233 in https://github.com/VisActor/VChart/pull/4299 -* @visactor/vchart: Enhance datazoom and fix bugs by @skie1997 in https://github.com/VisActor/VChart/pull/4065 - -**🐛 Bug Fixes** +## 🆕 新特性 +* @visactor/react-vchart: 新增 registerChartResizeZoomPlugin 导出 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4286 +* @visactor/vchart: 支持特效动画 by @purpose233 in https://github.com/VisActor/VChart/pull/4299 +* @visactor/vchart: 增强 DataZoom 组件功能并修复相关问题 by @skie1997 in https://github.com/VisActor/VChart/pull/4065 -* @visactor/vchart-extension: Fix the vchart-extension packaged artifacts contained an extra version by @xuefei1313 in https://github.com/VisActor/VChart/pull/4277 -* @visactor/vchart: Fix markline auto range by @xuefei1313 in https://github.com/VisActor/VChart/pull/4290 +## 🐛 问题修复 - -**📖 Documentation** +* @visactor/vchart-extension: 修复 vchart-extension 打包产物中包含额外版本的问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4277 +* @visactor/vchart: 修复标线 (MarkLine) 自动范围计算的问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4290 +## 📖 文档更新 -* @visactor/vchart: Fix registerMorph error in example by @xuefei1313 in https://github.com/VisActor/VChart/pull/4285 -* @visactor/vchart: Add candlestick demo by @xuefei1313 in https://github.com/VisActor/VChart/pull/4297 +* @visactor/vchart: 修复示例中 registerMorph 的错误 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4285 +* @visactor/vchart: 新增 K 线图 (Candlestick) 示例 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4297 + + +[更多详情请查看 v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9) -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.7...v2.0.9 - -[更多详情请查看 v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9) - # v2.0.7 2025-11-03 @@ -115,3 +109,4 @@ [更多详情请查看 v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) +