From 2e597499bae3e50d8464ed17b6553f4c3c6a0c9a Mon Sep 17 00:00:00 2001 From: neuqzxy Date: Thu, 5 Dec 2024 08:16:48 +0000 Subject: [PATCH] docs: generate changelog of release v0.21.1 --- docs/assets/changelog/en/changelog.md | 23 +++++++++++++++++++++++ docs/assets/changelog/zh/changelog.md | 23 +++++++++++++++++++++++ 2 files changed, 46 insertions(+) diff --git a/docs/assets/changelog/en/changelog.md b/docs/assets/changelog/en/changelog.md index 5ccdc4645..55ccf1058 100644 --- a/docs/assets/changelog/en/changelog.md +++ b/docs/assets/changelog/en/changelog.md @@ -1,3 +1,26 @@ +# v0.21.1 + +2024-12-05 + + +**🆕 New feature** + +- **@visactor/vrender-components**: support `restorePosition` in position/bound label overlap strategy +- **@visactor/vrender-components**: support vertex point of marker area label. close @VisActor/VChart[#3442](https://github.com/VisActor/VRender/issues/3442) + +**🐛 Bug fix** + +- **@visactor/vrender-components**: end symbol angle when arc line in markpoint. fix @VisActor/VChart[#3427](https://github.com/VisActor/VRender/issues/3427) +- **@visactor/vrender-components**: fix issue with scroll-plugin +- **@visactor/vrender-core**: fix issue with insertAfter and insertBefore +- **@visactor/vrender-core**: fix the issue when line is configured to connect, closed [#3238](https://github.com/VisActor/VRender/issues/3238) +- **@visactor/vrender-core**: fix issue with richtext setAttribute, closed [#1578](https://github.com/VisActor/VRender/issues/1578) +- **@visactor/vrender-core**: fix issue with richtext default font + + + +[more detail about v0.21.1](https://github.com/VisActor/VRender/releases/tag/v0.21.1) + # v0.21.0 2024-12-05 diff --git a/docs/assets/changelog/zh/changelog.md b/docs/assets/changelog/zh/changelog.md index 9a9a6f7d9..0c0d11392 100644 --- a/docs/assets/changelog/zh/changelog.md +++ b/docs/assets/changelog/zh/changelog.md @@ -1,3 +1,26 @@ +# v0.21.1 + +2024-12-05 + + +**🆕 新增功能** + +- **@visactor/vrender-components**: support `restorePosition` in position/bound label overlap strategy +- **@visactor/vrender-components**: support vertex point of marker area label. close @VisActor/VChart[#3442](https://github.com/VisActor/VRender/issues/3442) + +**🐛 功能修复** + +- **@visactor/vrender-components**: end symbol angle when arc line in markpoint. fix @VisActor/VChart[#3427](https://github.com/VisActor/VRender/issues/3427) +- **@visactor/vrender-components**: fix issue with scroll-plugin +- **@visactor/vrender-core**: fix issue with insertAfter and insertBefore +- **@visactor/vrender-core**: fix the issue when line is configured to connect, closed [#3238](https://github.com/VisActor/VRender/issues/3238) +- **@visactor/vrender-core**: fix issue with richtext setAttribute, closed [#1578](https://github.com/VisActor/VRender/issues/1578) +- **@visactor/vrender-core**: fix issue with richtext default font + + + +[更多详情请查看 v0.21.1](https://github.com/VisActor/VRender/releases/tag/v0.21.1) + # v0.21.0 2024-12-05