From 7427e92f5a2b6fb20364597039089ff5e5905feb Mon Sep 17 00:00:00 2001 From: xile611 Date: Mon, 21 Apr 2025 09:42:00 +0000 Subject: [PATCH 1/2] docs: generate changelog of release v1.13.9 --- docs/assets/changelog/en/release.md | 33 ++++++++++++++++++++ docs/assets/changelog/zh/release.md | 33 ++++++++++++++++++++ packages/harmony_vchart/library/CHANGELOG.md | 33 ++++++++++++++++++++ 3 files changed, 99 insertions(+) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 1e004d1c52..5f07ca29dd 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,36 @@ +# v1.13.9 + +2025-04-21 + + +**🆕 New feature** + +- **@visactor/vchart**: axis datafilter support context. close [#3332](https://github.com/VisActor/VChart/issues/3332) +- **@visactor/vchart**: gauge support clip when mark outof axis. close [#3859](https://github.com/VisActor/VChart/issues/3859) +- **@visactor/vchart**: markLine and markArea supports render multiple labels + +**🐛 Bug fix** + +- **@visactor/vchart**: clear event listener for normal animation when updateSpec, [#3881](https://github.com/VisActor/VChart/issues/3881) +- **@visactor/vchart**: fix coordinate of rect crosshair when bandSize is 0, fix [#3907](https://github.com/VisActor/VChart/issues/3907) +- **@visactor/vchart**: when set defaultSelect of crosshair, `axisIndex` should have a default value: 0 +- **@visactor/vchart**: fix type error of datazoom texts +- **@visactor/vchart**: the width of title label should auto fit content width when `autoWidth` is true, fix [#3880](https://github.com/VisActor/VChart/issues/3880) +- **@visactor/vchart**: mark line valid judgement. fix[#3857](https://github.com/VisActor/VChart/issues/3857) +- **@visactor/vchart**: empty placeholder should update after data is updated, fix [#3855](https://github.com/VisActor/VChart/issues/3855) + +**🔨 Refactor** + +- **@visactor/vchart**: brush interactive. close[#3765](https://github.com/VisActor/VChart/issues/3765) & [#3262](https://github.com/VisActor/VChart/issues/3262) & [#2802](https://github.com/VisActor/VChart/issues/2802) & [#3885](https://github.com/VisActor/VChart/issues/3885) + +**📖 Site / documentation update** + +- **@visactor/vchart**: supply interface of docs. fix [#3877](https://github.com/VisActor/VChart/issues/3877) + + + +[more detail about v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9) + # v1.13.8 2025-03-31 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 2703721e73..a23d825fec 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,36 @@ +# v1.13.9 + +2025-04-21 + + +**🆕 新增功能** + +- **@visactor/vchart**: axis datafilter support context. close [#3332](https://github.com/VisActor/VChart/issues/3332) +- **@visactor/vchart**: gauge support clip when mark outof axis. close [#3859](https://github.com/VisActor/VChart/issues/3859) +- **@visactor/vchart**: markLine and markArea supports render multiple labels + +**🐛 功能修复** + +- **@visactor/vchart**: clear event listener for normal animation when updateSpec, [#3881](https://github.com/VisActor/VChart/issues/3881) +- **@visactor/vchart**: fix coordinate of rect crosshair when bandSize is 0, fix [#3907](https://github.com/VisActor/VChart/issues/3907) +- **@visactor/vchart**: when set defaultSelect of crosshair, `axisIndex` should have a default value: 0 +- **@visactor/vchart**: fix type error of datazoom texts +- **@visactor/vchart**: the width of title label should auto fit content width when `autoWidth` is true, fix [#3880](https://github.com/VisActor/VChart/issues/3880) +- **@visactor/vchart**: mark line valid judgement. fix[#3857](https://github.com/VisActor/VChart/issues/3857) +- **@visactor/vchart**: empty placeholder should update after data is updated, fix [#3855](https://github.com/VisActor/VChart/issues/3855) + +**🔨 功能重构** + +- **@visactor/vchart**: brush interactive. close[#3765](https://github.com/VisActor/VChart/issues/3765) & [#3262](https://github.com/VisActor/VChart/issues/3262) & [#2802](https://github.com/VisActor/VChart/issues/2802) & [#3885](https://github.com/VisActor/VChart/issues/3885) + +**📖 文档更新** + +- **@visactor/vchart**: supply interface of docs. fix [#3877](https://github.com/VisActor/VChart/issues/3877) + + + +[更多详情请查看 v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9) + # v1.13.8 2025-03-31 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index afdaeab909..0b67141c8e 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,36 @@ +# v1.13.9 + +2025-04-21 + + +**🆕 New feature** + +- **@visactor/vchart**: axis datafilter support context. close [#3332](https://github.com/VisActor/VChart/issues/3332) +- **@visactor/vchart**: gauge support clip when mark outof axis. close [#3859](https://github.com/VisActor/VChart/issues/3859) +- **@visactor/vchart**: markLine and markArea supports render multiple labels + +**🐛 Bug fix** + +- **@visactor/vchart**: clear event listener for normal animation when updateSpec, [#3881](https://github.com/VisActor/VChart/issues/3881) +- **@visactor/vchart**: fix coordinate of rect crosshair when bandSize is 0, fix [#3907](https://github.com/VisActor/VChart/issues/3907) +- **@visactor/vchart**: when set defaultSelect of crosshair, `axisIndex` should have a default value: 0 +- **@visactor/vchart**: fix type error of datazoom texts +- **@visactor/vchart**: the width of title label should auto fit content width when `autoWidth` is true, fix [#3880](https://github.com/VisActor/VChart/issues/3880) +- **@visactor/vchart**: mark line valid judgement. fix[#3857](https://github.com/VisActor/VChart/issues/3857) +- **@visactor/vchart**: empty placeholder should update after data is updated, fix [#3855](https://github.com/VisActor/VChart/issues/3855) + +**🔨 Refactor** + +- **@visactor/vchart**: brush interactive. close[#3765](https://github.com/VisActor/VChart/issues/3765) & [#3262](https://github.com/VisActor/VChart/issues/3262) & [#2802](https://github.com/VisActor/VChart/issues/2802) & [#3885](https://github.com/VisActor/VChart/issues/3885) + +**📖 Site / documentation update** + +- **@visactor/vchart**: supply interface of docs. fix [#3877](https://github.com/VisActor/VChart/issues/3877) + + + +[more detail about v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9) + # v1.13.8 2025-03-31 From e0e8175fe8a94170b8a6999f22f89d2550c007fd Mon Sep 17 00:00:00 2001 From: xile611 Date: Tue, 22 Apr 2025 10:18:44 +0800 Subject: [PATCH 2/2] docs: update changelog of 1.13.9 --- docs/assets/changelog/zh/release.md | 63 ++++++++++++++--------------- 1 file changed, 30 insertions(+), 33 deletions(-) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index a23d825fec..a41f76985c 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,36 +1,33 @@ -# v1.13.9 - -2025-04-21 - - -**🆕 新增功能** - -- **@visactor/vchart**: axis datafilter support context. close [#3332](https://github.com/VisActor/VChart/issues/3332) -- **@visactor/vchart**: gauge support clip when mark outof axis. close [#3859](https://github.com/VisActor/VChart/issues/3859) -- **@visactor/vchart**: markLine and markArea supports render multiple labels - -**🐛 功能修复** - -- **@visactor/vchart**: clear event listener for normal animation when updateSpec, [#3881](https://github.com/VisActor/VChart/issues/3881) -- **@visactor/vchart**: fix coordinate of rect crosshair when bandSize is 0, fix [#3907](https://github.com/VisActor/VChart/issues/3907) -- **@visactor/vchart**: when set defaultSelect of crosshair, `axisIndex` should have a default value: 0 -- **@visactor/vchart**: fix type error of datazoom texts -- **@visactor/vchart**: the width of title label should auto fit content width when `autoWidth` is true, fix [#3880](https://github.com/VisActor/VChart/issues/3880) -- **@visactor/vchart**: mark line valid judgement. fix[#3857](https://github.com/VisActor/VChart/issues/3857) -- **@visactor/vchart**: empty placeholder should update after data is updated, fix [#3855](https://github.com/VisActor/VChart/issues/3855) - -**🔨 功能重构** - -- **@visactor/vchart**: brush interactive. close[#3765](https://github.com/VisActor/VChart/issues/3765) & [#3262](https://github.com/VisActor/VChart/issues/3262) & [#2802](https://github.com/VisActor/VChart/issues/2802) & [#3885](https://github.com/VisActor/VChart/issues/3885) - -**📖 文档更新** - -- **@visactor/vchart**: supply interface of docs. fix [#3877](https://github.com/VisActor/VChart/issues/3877) - - - -[更多详情请查看 v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9) - +# v1.13.9 + +2025-04-21 + +**🆕 新增功能** + +- **@visactor/vchart**: 轴数据过滤支持上下文,关闭 [#3332](https://github.com/VisActor/VChart/issues/3332) +- **@visactor/vchart**: 仪表盘支持在标记超出轴范围时裁剪,关闭 [#3859](https://github.com/VisActor/VChart/issues/3859) +- **@visactor/vchart**: markLine 和 markArea 支持渲染多个标签 + +**🐛 功能修复** + +- **@visactor/vchart**: 更新规格时清除普通动画的事件监听器,[#3881](https://github.com/VisActor/VChart/issues/3881) +- **@visactor/vchart**: 修复当 bandSize 为 0 时矩形十字线的坐标问题,修复 [#3907](https://github.com/VisActor/VChart/issues/3907) +- **@visactor/vchart**: 当设置十字线的默认选择时,`axisIndex` 应有默认值 0 +- **@visactor/vchart**: 修复 datazoom 文本的类型错误 +- **@visactor/vchart**: 当 `autoWidth` 为 true 时,标题标签的宽度应自动适应内容宽度,修复 [#3880](https://github.com/VisActor/VChart/issues/3880) +- **@visactor/vchart**: 修复 markLine 的有效性判断,修复 [#3857](https://github.com/VisActor/VChart/issues/3857) +- **@visactor/vchart**: 数据更新后空占位符应更新,修复 [#3855](https://github.com/VisActor/VChart/issues/3855) + +**🔨 功能重构** + +- **@visactor/vchart**: 重构 brush 交互,关闭 [#3765](https://github.com/VisActor/VChart/issues/3765)、[#3262](https://github.com/VisActor/VChart/issues/3262)、[#2802](https://github.com/VisActor/VChart/issues/2802) 和 [#3885](https://github.com/VisActor/VChart/issues/3885) + +**📖 文档更新** + +- **@visactor/vchart**: 提供文档接口,修复 [#3877](https://github.com/VisActor/VChart/issues/3877) + +[更多详情请查看 v1.13.9](https://github.com/VisActor/VChart/releases/tag/v1.13.9) + # v1.13.8 2025-03-31