diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index f67e79d33..26c43d068 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,3 +1,23 @@ +# v1.12.12 + +2024-11-18 + + +**🐛 Bug fix** + +- **@visactor/vchart**: fix: fix the issue where modifying area.visible through updateSpec does not take effect, related [#3393](https://github.com/VisActor/VChart/issues/3393) +- **@visactor/vchart**: fix incorrect rendering when changing `direction` via updateSpec in area chart, related [#3406](https://github.com/VisActor/VChart/issues/3406) +- **@visactor/vchart**: fix zIndex of background image, fix [#3403](https://github.com/VisActor/VChart/issues/3403) +- **@visactor/vchart**: fix error of tooltip when chart is released, fix [#3428](https://github.com/VisActor/VChart/issues/3428) + +**⚡ Performance optimization** + +- **@visactor/vchart**: optimize the effect of break data + + + +[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12) + # v1.12.11 2024-11-13 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index d5929a65b..6d69e1844 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,3 +1,20 @@ +# v1.12.12 + +2024-11-18 + +**🐛 功能修复** + +- **@visactor/vchart**: 修复通过 `updateSpec` 修改 `area.visible` 不生效的问题,相关 [#3393](https://github.com/VisActor/VChart/issues/3393) +- **@visactor/vchart**: 修复在面积图中通过 `updateSpec` 更改 `direction` 时渲染不正确的问题,相关 [#3406](https://github.com/VisActor/VChart/issues/3406) +- **@visactor/vchart**: 修复背景图 `zIndex` 问题,修复 [#3403](https://github.com/VisActor/VChart/issues/3403) +- **@visactor/vchart**: 修复图表释放时 `tooltip` 错误,修复 [#3428](https://github.com/VisActor/VChart/issues/3428) + +**⚡ 性能优化** + +- **@visactor/vchart**: 优化轴截断效果 + +[更多详情请查看 v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12) + # v1.12.11 2024-11-13 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index 4e8449fb1..e5ad24055 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,3 +1,23 @@ +# v1.12.12 + +2024-11-18 + + +**🐛 Bug fix** + +- **@visactor/vchart**: fix: fix the issue where modifying area.visible through updateSpec does not take effect, related [#3393](https://github.com/VisActor/VChart/issues/3393) +- **@visactor/vchart**: fix incorrect rendering when changing `direction` via updateSpec in area chart, related [#3406](https://github.com/VisActor/VChart/issues/3406) +- **@visactor/vchart**: fix zIndex of background image, fix [#3403](https://github.com/VisActor/VChart/issues/3403) +- **@visactor/vchart**: fix error of tooltip when chart is released, fix [#3428](https://github.com/VisActor/VChart/issues/3428) + +**⚡ Performance optimization** + +- **@visactor/vchart**: optimize the effect of break data + + + +[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12) + # v1.12.11 2024-11-13