diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 5f07ca29dd..20b93b9bed 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,24 @@ +# v1.13.10 + +2025-05-16 + + +**🆕 New feature** + +- **@visactor/vchart**: tooltip support inside position +- **@visactor/vchart**: mosaic chart supports bandWidthField and percent config, closed [#3945](https://github.com/VisActor/VChart/issues/3945) + +**🐛 Bug fix** + +- **@visactor/vchart**: export ManualTicker & StreamLight +- **@visactor/vchart**: tooltip should hide when enterable, fix [#3965](https://github.com/VisActor/VChart/issues/3965), fix [#3922](https://github.com/VisActor/VChart/issues/3922) +- **@visactor/vchart**: fix error of enterable tooltip when multiple charts in a page, fix [#3940](https://github.com/VisActor/VChart/issues/3940) +- **@visactor/vchart**: upgrade vgrammar to 0.16.7, fix [#3965](https://github.com/VisActor/VChart/issues/3965) + + + +[more detail about v1.13.10](https://github.com/VisActor/VChart/releases/tag/v1.13.10) + # v1.13.9 2025-04-21 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index a41f76985c..99dfffb892 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,21 @@ +# v1.13.10 + +2025-05-16 + +**🆕 新增功能** + +- **@visactor/vchart**: tooltip 定位支持内侧相关的定位点 +- **@visactor/vchart**: 马赛克图表支持 bandWidthField 和 percent 配置,关闭 [#3945](https://github.com/VisActor/VChart/issues/3945) + +**🐛 功能修复** + +- **@visactor/vchart**: 导出 ManualTicker 和 StreamLight +- **@visactor/vchart**: tooltip 设置`enterable`后,离开 tooltip,tooltip 应隐藏,修复 [#3965](https://github.com/VisActor/VChart/issues/3965),修复 [#3922](https://github.com/VisActor/VChart/issues/3922) +- **@visactor/vchart**: 修复页面中多个图表配置 tooltip 的 enterable 时,部分图表 tooltip 不能正确交互的错误,修复 [#3940](https://github.com/VisActor/VChart/issues/3940) +- **@visactor/vchart**: 升级 vgrammar 至 0.16.7,修复 [#3965](https://github.com/VisActor/VChart/issues/3965) + +[更多详情请查看 v1.13.10](https://github.com/VisActor/VChart/releases/tag/v1.13.10) + # v1.13.9 2025-04-21 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index 0b67141c8e..422938744f 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,24 @@ +# v1.13.10 + +2025-05-16 + + +**🆕 New feature** + +- **@visactor/vchart**: tooltip support inside position +- **@visactor/vchart**: mosaic chart supports bandWidthField and percent config, closed [#3945](https://github.com/VisActor/VChart/issues/3945) + +**🐛 Bug fix** + +- **@visactor/vchart**: export ManualTicker & StreamLight +- **@visactor/vchart**: tooltip should hide when enterable, fix [#3965](https://github.com/VisActor/VChart/issues/3965), fix [#3922](https://github.com/VisActor/VChart/issues/3922) +- **@visactor/vchart**: fix error of enterable tooltip when multiple charts in a page, fix [#3940](https://github.com/VisActor/VChart/issues/3940) +- **@visactor/vchart**: upgrade vgrammar to 0.16.7, fix [#3965](https://github.com/VisActor/VChart/issues/3965) + + + +[more detail about v1.13.10](https://github.com/VisActor/VChart/releases/tag/v1.13.10) + # v1.13.9 2025-04-21