From c726287996a4aa3f88670ed000d763a53e51a315 Mon Sep 17 00:00:00 2001 From: xile611 Date: Sun, 29 Sep 2024 04:16:49 +0000 Subject: [PATCH 1/2] docs: generate changelog of release v1.12.7 --- docs/assets/changelog/en/release.md | 23 ++++++++++++++++++++ docs/assets/changelog/zh/release.md | 23 ++++++++++++++++++++ packages/harmony_vchart/library/CHANGELOG.md | 23 ++++++++++++++++++++ 3 files changed, 69 insertions(+) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index befb83bb69..d37b62b5ea 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,26 @@ +# v1.12.7 + +2024-09-29 + + +**🆕 New feature** + +- **@visactor/vchart**: feat: support `minLength` in funnel outerlabel line +- **react-vchart**: support `morphConfig` of react-vchart, close [#3219](https://github.com/VisActor/VChart/issues/3219) + +**🐛 Bug fix** + +- **@visactor/vchart**: fix error of `updateSpec` when data changed, fix [#3261](https://github.com/VisActor/VChart/issues/3261) +- **@visactor/vchart**: color of linear progress track in dark mode +- **@visactor/vchart**: datazoom state field and value field is incomplete problem. fix[#3199](https://github.com/VisActor/VChart/issues/3199) +- **@visactor/vchart**: fix title of axis when the bounds is empty, fix [#3265](https://github.com/VisActor/VChart/issues/3265) +- **@visactor/vchart**: fix media-query when `updateSpec` +- **@visactor/vchart**: fix updateSpec when add attributes `width`, `height` to `spec` + + + +[more detail about v1.12.7](https://github.com/VisActor/VChart/releases/tag/v1.12.7) + # v1.12.6 2024-09-23 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 504c8ad717..248cfba900 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,26 @@ +# v1.12.7 + +2024-09-29 + + +**🆕 新增功能** + +- **@visactor/vchart**: feat: support `minLength` in funnel outerlabel line +- **react-vchart**: support `morphConfig` of react-vchart, close [#3219](https://github.com/VisActor/VChart/issues/3219) + +**🐛 功能修复** + +- **@visactor/vchart**: fix error of `updateSpec` when data changed, fix [#3261](https://github.com/VisActor/VChart/issues/3261) +- **@visactor/vchart**: color of linear progress track in dark mode +- **@visactor/vchart**: datazoom state field and value field is incomplete problem. fix[#3199](https://github.com/VisActor/VChart/issues/3199) +- **@visactor/vchart**: fix title of axis when the bounds is empty, fix [#3265](https://github.com/VisActor/VChart/issues/3265) +- **@visactor/vchart**: fix media-query when `updateSpec` +- **@visactor/vchart**: fix updateSpec when add attributes `width`, `height` to `spec` + + + +[更多详情请查看 v1.12.7](https://github.com/VisActor/VChart/releases/tag/v1.12.7) + # v1.12.6 2024-09-23 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index 115d621de4..af4a1ee4bc 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,26 @@ +# v1.12.7 + +2024-09-29 + + +**🆕 New feature** + +- **@visactor/vchart**: feat: support `minLength` in funnel outerlabel line +- **react-vchart**: support `morphConfig` of react-vchart, close [#3219](https://github.com/VisActor/VChart/issues/3219) + +**🐛 Bug fix** + +- **@visactor/vchart**: fix error of `updateSpec` when data changed, fix [#3261](https://github.com/VisActor/VChart/issues/3261) +- **@visactor/vchart**: color of linear progress track in dark mode +- **@visactor/vchart**: datazoom state field and value field is incomplete problem. fix[#3199](https://github.com/VisActor/VChart/issues/3199) +- **@visactor/vchart**: fix title of axis when the bounds is empty, fix [#3265](https://github.com/VisActor/VChart/issues/3265) +- **@visactor/vchart**: fix media-query when `updateSpec` +- **@visactor/vchart**: fix updateSpec when add attributes `width`, `height` to `spec` + + + +[more detail about v1.12.7](https://github.com/VisActor/VChart/releases/tag/v1.12.7) + # v1.12.6 2024-09-23 From a7eaf54e1ee608329cb0cd13e4f36b2b33699eb6 Mon Sep 17 00:00:00 2001 From: xile611 Date: Sun, 29 Sep 2024 14:21:00 +0800 Subject: [PATCH 2/2] docs: update changelog of 1.12.7 --- docs/assets/changelog/zh/release.md | 43 ++++++++++++++--------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 248cfba900..c04a8c932b 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,26 +1,23 @@ -# v1.12.7 - -2024-09-29 - - -**🆕 新增功能** - -- **@visactor/vchart**: feat: support `minLength` in funnel outerlabel line -- **react-vchart**: support `morphConfig` of react-vchart, close [#3219](https://github.com/VisActor/VChart/issues/3219) - -**🐛 功能修复** - -- **@visactor/vchart**: fix error of `updateSpec` when data changed, fix [#3261](https://github.com/VisActor/VChart/issues/3261) -- **@visactor/vchart**: color of linear progress track in dark mode -- **@visactor/vchart**: datazoom state field and value field is incomplete problem. fix[#3199](https://github.com/VisActor/VChart/issues/3199) -- **@visactor/vchart**: fix title of axis when the bounds is empty, fix [#3265](https://github.com/VisActor/VChart/issues/3265) -- **@visactor/vchart**: fix media-query when `updateSpec` -- **@visactor/vchart**: fix updateSpec when add attributes `width`, `height` to `spec` - - - -[更多详情请查看 v1.12.7](https://github.com/VisActor/VChart/releases/tag/v1.12.7) - +# v1.12.7 + +2024-09-29 + +**🆕 新增功能** + +- **@visactor/vchart**: feat: 支持漏斗图外标签线的 `minLength` +- **react-vchart**: 支持 react-vchart 的 `morphConfig`,关闭 [#3219](https://github.com/VisActor/VChart/issues/3219) + +**🐛 功能修复** + +- **@visactor/vchart**: 修复数据变化时 `updateSpec` 的错误,修复 [#3261](https://github.com/VisActor/VChart/issues/3261) +- **@visactor/vchart**: 修复暗模式下线性进度条轨道的颜色 +- **@visactor/vchart**: 修复 datazoom 状态字段和值字段不完整的问题,修复 [#3199](https://github.com/VisActor/VChart/issues/3199) +- **@visactor/vchart**: 修复轴标题在边界为空时的问题,修复 [#3265](https://github.com/VisActor/VChart/issues/3265) +- **@visactor/vchart**: 修复 `updateSpec` 时的媒体查询问题 +- **@visactor/vchart**: 修复在 `spec` 中添加 `width` 和 `height` 属性时的 `updateSpec` 问题 + +[更多详情请查看 v1.12.7](https://github.com/VisActor/VChart/releases/tag/v1.12.7) + # v1.12.6 2024-09-23