From d48b6ed89b15db74a2cb4df1f9f22b730c03d2f3 Mon Sep 17 00:00:00 2001 From: xuefei1313 Date: Tue, 14 Oct 2025 07:32:47 +0000 Subject: [PATCH 1/2] docs: generate changelog of release v2.0.6 --- docs/assets/changelog/en/release.md | 20 ++++++++++++++++++++ docs/assets/changelog/zh/release.md | 20 ++++++++++++++++++++ packages/harmony_vchart/library/CHANGELOG.md | 20 ++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 9d256ed789..69a54d2ff5 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,23 @@ +# v2.0.6 + +2025-10-14 + + +**What's Changed** + +* fix: fix the issue of legend pager by @xuefei1313 in https://github.com/VisActor/VChart/pull/4212 +* Feat/support calc in formatter by @xuefei1313 in https://github.com/VisActor/VChart/pull/4211 +* Fix/fix error of markline when series no data by @xuefei1313 in https://github.com/VisActor/VChart/pull/4216 +* feat: update bugreport metthod by @xuanhun in https://github.com/VisActor/VChart/pull/4221 +* feat: upgrade vrender to fix animation bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4222 +* feat: support waterfallType in waterfall chart by @xuefei1313 in https://github.com/VisActor/VChart/pull/4220 +* feat: change vrender dependencies by @xuefei1313 in https://github.com/VisActor/VChart/pull/4224 + + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.5...v2.0.6 + +[more detail about v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6) + # v2.0.5 2025-09-19 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 4bd5811fe0..cf06b7af7e 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,23 @@ +# v2.0.6 + +2025-10-14 + + +**What's Changed** + +* fix: fix the issue of legend pager by @xuefei1313 in https://github.com/VisActor/VChart/pull/4212 +* Feat/support calc in formatter by @xuefei1313 in https://github.com/VisActor/VChart/pull/4211 +* Fix/fix error of markline when series no data by @xuefei1313 in https://github.com/VisActor/VChart/pull/4216 +* feat: update bugreport metthod by @xuanhun in https://github.com/VisActor/VChart/pull/4221 +* feat: upgrade vrender to fix animation bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4222 +* feat: support waterfallType in waterfall chart by @xuefei1313 in https://github.com/VisActor/VChart/pull/4220 +* feat: change vrender dependencies by @xuefei1313 in https://github.com/VisActor/VChart/pull/4224 + + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.5...v2.0.6 + +[更多详情请查看 v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6) + # v2.0.5 2025-09-19 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index 9f3a154af5..4f1203606c 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,23 @@ +# v2.0.6 + +2025-10-14 + + +**What's Changed** + +* fix: fix the issue of legend pager by @xuefei1313 in https://github.com/VisActor/VChart/pull/4212 +* Feat/support calc in formatter by @xuefei1313 in https://github.com/VisActor/VChart/pull/4211 +* Fix/fix error of markline when series no data by @xuefei1313 in https://github.com/VisActor/VChart/pull/4216 +* feat: update bugreport metthod by @xuanhun in https://github.com/VisActor/VChart/pull/4221 +* feat: upgrade vrender to fix animation bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4222 +* feat: support waterfallType in waterfall chart by @xuefei1313 in https://github.com/VisActor/VChart/pull/4220 +* feat: change vrender dependencies by @xuefei1313 in https://github.com/VisActor/VChart/pull/4224 + + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.5...v2.0.6 + +[more detail about v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6) + # v2.0.5 2025-09-19 From af6bd76382fffd7cfcbd43f92a0176211a4a2f38 Mon Sep 17 00:00:00 2001 From: Xuefei Li Date: Tue, 14 Oct 2025 15:40:54 +0800 Subject: [PATCH 2/2] Update release.md --- docs/assets/changelog/zh/release.md | 76 ++++++++++++++--------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index cf06b7af7e..753e1d2d51 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,44 +1,43 @@ -# v2.0.6 - -2025-10-14 - - -**What's Changed** - -* fix: fix the issue of legend pager by @xuefei1313 in https://github.com/VisActor/VChart/pull/4212 -* Feat/support calc in formatter by @xuefei1313 in https://github.com/VisActor/VChart/pull/4211 -* Fix/fix error of markline when series no data by @xuefei1313 in https://github.com/VisActor/VChart/pull/4216 -* feat: update bugreport metthod by @xuanhun in https://github.com/VisActor/VChart/pull/4221 -* feat: upgrade vrender to fix animation bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4222 -* feat: support waterfallType in waterfall chart by @xuefei1313 in https://github.com/VisActor/VChart/pull/4220 -* feat: change vrender dependencies by @xuefei1313 in https://github.com/VisActor/VChart/pull/4224 - - -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.5...v2.0.6 - -[更多详情请查看 v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6) - -# v2.0.5 - -2025-09-19 - - - -[更多详情请查看 v2.0.5](https://github.com/VisActor/VChart/releases/tag/v2.0.5) - -# v2.0.2 - -2025-07-28 - - -**🆕 新增功能** +# v2.0.6 + +2025-10-14 + +**🆕 新增功能** + +- **@visactor/vchart**:`formatter` 新增计算功能,关联 [#4211](https://github.com/VisActor/VChart/pull/4211) +- **@visactor/vchart**:更新缺陷报告方法,关联 [#4221](https://github.com/VisActor/VChart/pull/4221) +- **@visactor/vchart**:升级 `vrender` 版本以修复动画问题,关联 [#4222](https://github.com/VisActor/VChart/pull/4222) +- **@visactor/vchart**:瀑布图新增 `waterfallType` 配置,关联 [#4220](https://github.com/VisActor/VChart/pull/4220) +- **@visactor/vchart**:变更 `vrender` 依赖项,关联 [#4224](https://github.com/VisActor/VChart/pull/4224) + +**🐛 功能修复** + +- **@visactor/vchart**:修复图例翻页器的问题,修复 [#4212](https://github.com/VisActor/VChart/pull/4212) +- **@visactor/vchart**:修复当系列没有数据时 `markline` 的报错问题,修复 [#4216](https://github.com/VisActor/VChart/pull/4216) + +[更多详情请查看 v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6) + +# v2.0.5 + +2025-09-19 + + + +[更多详情请查看 v2.0.5](https://github.com/VisActor/VChart/releases/tag/v2.0.5) + +# v2.0.2 + +2025-07-28 + + +**🆕 新增功能** - **@visactor/vchart**: add the afterClearRect hook of render -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2 - -[更多详情请查看 v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2) - +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2 + +[更多详情请查看 v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2) + # v2.0.1 2025-07-24 @@ -61,3 +60,4 @@ - **@visactor/vchart**:修复 `tooltip.style.titleLabel` 的 `textAlign` 不生效问题,修复 [#4043](https://github.com/VisActor/VChart/issues/4043) [更多详情请查看 v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) +