From c05a607e4b1474485a8c2f7c0b82dfbb66003b57 Mon Sep 17 00:00:00 2001 From: xile611 Date: Fri, 14 Mar 2025 07:06:09 +0000 Subject: [PATCH 1/2] docs: generate changelog of release v1.13.7 --- docs/assets/changelog/en/release.md | 25 ++++++++++++++++++++ docs/assets/changelog/zh/release.md | 25 ++++++++++++++++++++ packages/harmony_vchart/library/CHANGELOG.md | 25 ++++++++++++++++++++ 3 files changed, 75 insertions(+) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index 65f448e42e..20a79f1562 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,28 @@ +# v1.13.7 + +2025-03-14 + + +**🆕 New feature** + +- **@visactor/vchart**: support `position` config in totalLabel, [#3396](https://github.com/VisActor/VChart/issues/3396) + +**🐛 Bug fix** + +- **@visactor/vchart**: vchart should not merge original options, fix [#3798](https://github.com/VisActor/VChart/issues/3798) +- **react-vchart**: lifecycle event callback should be fired, fix [#3792](https://github.com/VisActor/VChart/issues/3792) +- **@visactor/vchart**: react-vchart should export `WaterfallChart`, fix [#3791](https://github.com/VisActor/VChart/issues/3791) +- **@visactor/vchart**: fix fontFamily of richtext, fix [#3768](https://github.com/VisActor/VChart/issues/3768) +- **@visactor/vchart**: fix issue with wx get context + +**🔧 Configuration releated** + +- **@visactor/vchart**: add util to export + + + +[more detail about v1.13.7](https://github.com/VisActor/VChart/releases/tag/v1.13.7) + # v1.13.6 2025-03-03 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 4c0e6bb0d7..c367223d49 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,28 @@ +# v1.13.7 + +2025-03-14 + + +**🆕 新增功能** + +- **@visactor/vchart**: support `position` config in totalLabel, [#3396](https://github.com/VisActor/VChart/issues/3396) + +**🐛 功能修复** + +- **@visactor/vchart**: vchart should not merge original options, fix [#3798](https://github.com/VisActor/VChart/issues/3798) +- **react-vchart**: lifecycle event callback should be fired, fix [#3792](https://github.com/VisActor/VChart/issues/3792) +- **@visactor/vchart**: react-vchart should export `WaterfallChart`, fix [#3791](https://github.com/VisActor/VChart/issues/3791) +- **@visactor/vchart**: fix fontFamily of richtext, fix [#3768](https://github.com/VisActor/VChart/issues/3768) +- **@visactor/vchart**: fix issue with wx get context + +**🔧 项目配置** + +- **@visactor/vchart**: add util to export + + + +[更多详情请查看 v1.13.7](https://github.com/VisActor/VChart/releases/tag/v1.13.7) + # v1.13.6 2025-03-03 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index c63ebbdf91..edc7ff70dd 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,28 @@ +# v1.13.7 + +2025-03-14 + + +**🆕 New feature** + +- **@visactor/vchart**: support `position` config in totalLabel, [#3396](https://github.com/VisActor/VChart/issues/3396) + +**🐛 Bug fix** + +- **@visactor/vchart**: vchart should not merge original options, fix [#3798](https://github.com/VisActor/VChart/issues/3798) +- **react-vchart**: lifecycle event callback should be fired, fix [#3792](https://github.com/VisActor/VChart/issues/3792) +- **@visactor/vchart**: react-vchart should export `WaterfallChart`, fix [#3791](https://github.com/VisActor/VChart/issues/3791) +- **@visactor/vchart**: fix fontFamily of richtext, fix [#3768](https://github.com/VisActor/VChart/issues/3768) +- **@visactor/vchart**: fix issue with wx get context + +**🔧 Configuration releated** + +- **@visactor/vchart**: add util to export + + + +[more detail about v1.13.7](https://github.com/VisActor/VChart/releases/tag/v1.13.7) + # v1.13.6 2025-03-03 From 6f5f663f0a2646669fc734fbb22234ff3355bc76 Mon Sep 17 00:00:00 2001 From: xile611 Date: Fri, 14 Mar 2025 16:27:02 +0800 Subject: [PATCH 2/2] docs: update changelog of 1.13.7 --- docs/assets/changelog/zh/release.md | 44 ++++++++++++++--------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index c367223d49..65121be79f 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,28 +1,28 @@ -# v1.13.7 - -2025-03-14 - - -**🆕 新增功能** - -- **@visactor/vchart**: support `position` config in totalLabel, [#3396](https://github.com/VisActor/VChart/issues/3396) - -**🐛 功能修复** - -- **@visactor/vchart**: vchart should not merge original options, fix [#3798](https://github.com/VisActor/VChart/issues/3798) -- **react-vchart**: lifecycle event callback should be fired, fix [#3792](https://github.com/VisActor/VChart/issues/3792) -- **@visactor/vchart**: react-vchart should export `WaterfallChart`, fix [#3791](https://github.com/VisActor/VChart/issues/3791) -- **@visactor/vchart**: fix fontFamily of richtext, fix [#3768](https://github.com/VisActor/VChart/issues/3768) -- **@visactor/vchart**: fix issue with wx get context - -**🔧 项目配置** +# v1.13.7 + +2025-03-14 + + +**🆕 新增功能** + +- **@visactor/vchart**: 支持在 totalLabel 中配置 `position`,[#3396](https://github.com/VisActor/VChart/issues/3396) + +**🐛 功能修复** + +- **@visactor/vchart**: vchart 内部不合并原始的options,修复 [#3798](https://github.com/VisActor/VChart/issues/3798) +- **@visactor/react-vchart**: 生命周期事件回调应被触发,修复 [#3792](https://github.com/VisActor/VChart/issues/3792) +- **@visactor/vchart**: react-vchart 应导出 `WaterfallChart`,修复 [#3791](https://github.com/VisActor/VChart/issues/3791) +- **@visactor/vchart**: 修复 richtext 的 fontFamily,修复 [#3768](https://github.com/VisActor/VChart/issues/3768) +- **@visactor/vchart**: 修复 wx 获取上下文的问题 + +**🔧 项目配置** - **@visactor/vchart**: add util to export - - -[更多详情请查看 v1.13.7](https://github.com/VisActor/VChart/releases/tag/v1.13.7) - + + +[更多详情请查看 v1.13.7](https://github.com/VisActor/VChart/releases/tag/v1.13.7) + # v1.13.6 2025-03-03