From 23fd9ad048eba54d1263fbec7ae7b826f5ee83e9 Mon Sep 17 00:00:00 2001 From: xile611 Date: Fri, 16 May 2025 01:33:42 +0000 Subject: [PATCH 1/2] docs: generate changelog of release v1.13.10 --- docs/assets/changelog/en/release.md | 21 ++++++++++++++++++++ docs/assets/changelog/zh/release.md | 21 ++++++++++++++++++++ packages/harmony_vchart/library/CHANGELOG.md | 21 ++++++++++++++++++++ 3 files changed, 63 insertions(+) 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..5d1e294529 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,24 @@ +# v1.13.10 + +2025-05-16 + + +**🆕 新增功能** + +- **@visactor/vchart**: tooltip support inside position +- **@visactor/vchart**: mosaic chart supports bandWidthField and percent config, closed [#3945](https://github.com/VisActor/VChart/issues/3945) + +**🐛 功能修复** + +- **@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) + + + +[更多详情请查看 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 From 0ea7195bc9952551b89fa58f52c599cc982a84fa Mon Sep 17 00:00:00 2001 From: xile611 Date: Fri, 16 May 2025 10:36:13 +0800 Subject: [PATCH 2/2] docs: update release changelog of 1.13.10 --- docs/assets/changelog/zh/release.md | 39 +++++++++++++---------------- 1 file changed, 18 insertions(+), 21 deletions(-) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 5d1e294529..99dfffb892 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,24 +1,21 @@ -# v1.13.10 - -2025-05-16 - - -**🆕 新增功能** - -- **@visactor/vchart**: tooltip support inside position -- **@visactor/vchart**: mosaic chart supports bandWidthField and percent config, closed [#3945](https://github.com/VisActor/VChart/issues/3945) - -**🐛 功能修复** - -- **@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) - - - -[更多详情请查看 v1.13.10](https://github.com/VisActor/VChart/releases/tag/v1.13.10) - +# 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