diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index dfcaebcdb4..90788a800d 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,28 @@ +# 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.13 2026-01-08 @@ -204,3 +229,4 @@ [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 43ec5e521f..eb3f5e500d 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,28 @@ +# v2.0.14 + +2026-01-22 + +**🆕 新增功能** + +- **@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**: 修复 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**: 更新 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.13 2026-01-08 @@ -193,3 +218,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 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