From df3a4c4bbcecffcaae9d4fdbf7579c43b4641a2c Mon Sep 17 00:00:00 2001 From: xuefei1313 Date: Thu, 22 Jan 2026 03:15:09 +0000 Subject: [PATCH 1/3] docs: generate changelog of release v2.0.14 [skip ci] --- docs/assets/changelog/en/release.md | 27 ++++++++++++++++++++ docs/assets/changelog/zh/release.md | 27 ++++++++++++++++++++ packages/harmony_vchart/library/CHANGELOG.md | 27 ++++++++++++++++++++ 3 files changed, 81 insertions(+) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index dfcaebcdb4..7a53594323 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,30 @@ +# v2.0.14 + +2026-01-22 + +**🆕 New Features** + +- **@visactor/vchart**: Support Brush API and Interactive API by @skie1997 in https://github.com/VisActor/VChart/pull/4408 +- **@visactor/vchart**: Support fixed pixel step scrolling on wheel event and minimum scrollbar slider height by @xuefei1313 in https://github.com/VisActor/VChart/pull/4423 + +**🐛 Bug Fixes** + +- **@visactor/vchart**: Fix React VChart component registration logic by @xile611 in https://github.com/VisActor/VChart/pull/4419 +- **@visactor/vchart**: Upgrade `vrender` dependency to fix Word Cloud chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4422 +- **@visactor/vchart**: Fix tooltip display issue in Map charts by @xuefei1313 in https://github.com/VisActor/VChart/pull/4417 +- **@visactor/vchart**: Fix subtitle layout bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4415 +- **@visactor/vchart**: Add protection code for tooltip handler to prevent errors by @skie1997 in https://github.com/VisActor/VChart/pull/4424 + +**🔨 Chores** + +- **@visactor/vchart**: Update GH CLI and usage documentation by @xuefei1313 in https://github.com/VisActor/VChart/pull/4409 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.13...v2.0.14 + +[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) + +[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) + # v2.0.13 2026-01-08 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 43ec5e521f..5f5c7cdcbb 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,30 @@ +# v2.0.14 + +2026-01-22 + +**🆕 New Features** + +- **@visactor/vchart**: Support Brush API and Interactive API by @skie1997 in https://github.com/VisActor/VChart/pull/4408 +- **@visactor/vchart**: Support fixed pixel step scrolling on wheel event and minimum scrollbar slider height by @xuefei1313 in https://github.com/VisActor/VChart/pull/4423 + +**🐛 Bug Fixes** + +- **@visactor/vchart**: Fix React VChart component registration logic by @xile611 in https://github.com/VisActor/VChart/pull/4419 +- **@visactor/vchart**: Upgrade `vrender` dependency to fix Word Cloud chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4422 +- **@visactor/vchart**: Fix tooltip display issue in Map charts by @xuefei1313 in https://github.com/VisActor/VChart/pull/4417 +- **@visactor/vchart**: Fix subtitle layout bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4415 +- **@visactor/vchart**: Add protection code for tooltip handler to prevent errors by @skie1997 in https://github.com/VisActor/VChart/pull/4424 + +**🔨 Chores** + +- **@visactor/vchart**: Update GH CLI and usage documentation by @xuefei1313 in https://github.com/VisActor/VChart/pull/4409 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.13...v2.0.14 + +[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) + +[更多详情请查看 v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) + # v2.0.13 2026-01-08 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index 1c29321d85..13928d2644 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,30 @@ +# v2.0.14 + +2026-01-22 + +**🆕 New Features** + +- **@visactor/vchart**: Support Brush API and Interactive API by @skie1997 in https://github.com/VisActor/VChart/pull/4408 +- **@visactor/vchart**: Support fixed pixel step scrolling on wheel event and minimum scrollbar slider height by @xuefei1313 in https://github.com/VisActor/VChart/pull/4423 + +**🐛 Bug Fixes** + +- **@visactor/vchart**: Fix React VChart component registration logic by @xile611 in https://github.com/VisActor/VChart/pull/4419 +- **@visactor/vchart**: Upgrade `vrender` dependency to fix Word Cloud chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4422 +- **@visactor/vchart**: Fix tooltip display issue in Map charts by @xuefei1313 in https://github.com/VisActor/VChart/pull/4417 +- **@visactor/vchart**: Fix subtitle layout bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4415 +- **@visactor/vchart**: Add protection code for tooltip handler to prevent errors by @skie1997 in https://github.com/VisActor/VChart/pull/4424 + +**🔨 Chores** + +- **@visactor/vchart**: Update GH CLI and usage documentation by @xuefei1313 in https://github.com/VisActor/VChart/pull/4409 + +**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.13...v2.0.14 + +[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) + +[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) + # v2.0.13 2026-01-08 From e5672c2033bd03d293856ef74289b5a89eb9252d Mon Sep 17 00:00:00 2001 From: Xuefei Li Date: Thu, 22 Jan 2026 11:38:18 +0800 Subject: [PATCH 2/3] Update release notes for v2.0.13 and v2.0.12 --- docs/assets/changelog/en/release.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 7a53594323..90788a800d 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,7 +1,7 @@ -# v2.0.14 - -2026-01-22 - +# v2.0.14 + +2026-01-22 + **🆕 New Features** - **@visactor/vchart**: Support Brush API and Interactive API by @skie1997 in https://github.com/VisActor/VChart/pull/4408 @@ -21,10 +21,8 @@ **Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.13...v2.0.14 -[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) - -[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) - +[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) + # v2.0.13 2026-01-08 @@ -231,3 +229,4 @@ [more detail about v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) + From 41f95693aee37e4ce59c9d5e84891d0493782ccb Mon Sep 17 00:00:00 2001 From: Xuefei Li Date: Thu, 22 Jan 2026 11:38:51 +0800 Subject: [PATCH 3/3] Update release.md --- docs/assets/changelog/zh/release.md | 37 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 19 deletions(-) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 5f5c7cdcbb..eb3f5e500d 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,30 +1,28 @@ -# v2.0.14 - -2026-01-22 - -**🆕 New Features** +# v2.0.14 -- **@visactor/vchart**: Support Brush API and Interactive API by @skie1997 in https://github.com/VisActor/VChart/pull/4408 -- **@visactor/vchart**: Support fixed pixel step scrolling on wheel event and minimum scrollbar slider height by @xuefei1313 in https://github.com/VisActor/VChart/pull/4423 +2026-01-22 -**🐛 Bug Fixes** +**🆕 新增功能** + +- **@visactor/vchart**: 支持 Brush API 和交互(Interactive)API by @skie1997 in https://github.com/VisActor/VChart/pull/4408 +- **@visactor/vchart**: 支持鼠标滚轮固定像素步进滚动,并支持设置滚动条滑块的最小高度 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4423 -- **@visactor/vchart**: Fix React VChart component registration logic by @xile611 in https://github.com/VisActor/VChart/pull/4419 -- **@visactor/vchart**: Upgrade `vrender` dependency to fix Word Cloud chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4422 -- **@visactor/vchart**: Fix tooltip display issue in Map charts by @xuefei1313 in https://github.com/VisActor/VChart/pull/4417 -- **@visactor/vchart**: Fix subtitle layout bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4415 -- **@visactor/vchart**: Add protection code for tooltip handler to prevent errors by @skie1997 in https://github.com/VisActor/VChart/pull/4424 +**🐛 问题修复** -**🔨 Chores** +- **@visactor/vchart**: 修复 React VChart 组件的注册逻辑 by @xile611 in https://github.com/VisActor/VChart/pull/4419 +- **@visactor/vchart**: 升级 `vrender` 依赖以修复词云图(Word Cloud)相关问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4422 +- **@visactor/vchart**: 修复地图(Map)Tooltip 的显示问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4417 +- **@visactor/vchart**: 修复副标题(Subtitle)的布局错误 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4415 +- **@visactor/vchart**: 为 Tooltip 处理程序添加防御性代码以防止报错 by @skie1997 in https://github.com/VisActor/VChart/pull/4424 -- **@visactor/vchart**: Update GH CLI and usage documentation by @xuefei1313 in https://github.com/VisActor/VChart/pull/4409 +**🔨 维护与杂项** + +- **@visactor/vchart**: 更新 GH CLI 工具及相关使用文档 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4409 **Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.13...v2.0.14 -[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) - -[更多详情请查看 v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) - +[more detail about v2.0.14](https://github.com/VisActor/VChart/releases/tag/v2.0.14) + # v2.0.13 2026-01-08 @@ -220,3 +218,4 @@ [更多详情请查看 v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1) +