Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Auto changelog] changlog of v1.13.4 #3683

Merged
merged 2 commits into from
Jan 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 45 additions & 30 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
# v1.13.3

2025-01-08


**🆕 New feature**
# v1.13.4

2025-01-17

**🆕 New feature**

- **@visactor/vchart**: Added `insertZerosToArray` configuration to `wordCloudConfig` in the word cloud series to address performance issues in specific browsers.
- **@visactor/vchart**: `markArea` labels now support more positions, including: `'insideBottom'`, `'topLeft'`, `'topRight'`, `'bottomLeft'`, `'bottomRight'`, `'insideTopLeft'`, `'insideTopRight'`, `'insideBottomLeft'`, `'insideBottomRight'`.

**🐛 Bug fix**

- **@visactor/vchart**: fix error of tooltip about `showDelay`, fix [#3663](https://github.com/VisActor/VChart/issues/3663)
- **@visactor/vchart**: fix offset of tooltip, fix [#3666](https://github.com/VisActor/VChart/issues/3666)
- **@visactor/vchart**: fix bug of parse lineHeight of tooltip row, fix [#3643](https://github.com/VisActor/VChart/issues/3643)
- **@visactor/vchart**: axis break's scope calculate error, fix[#3656](https://github.com/VisActor/VChart/issues/3656)
- **@visactor/vchart**: fix the issue where map drag interaction cannot be terminated outside the canvas, [#3650](https://github.com/VisActor/VChart/issues/3650)
- **@visactor/vchart**: fix the issue where map drag interaction cannot be terminated outside the canvas.
- **@visactor/vchart**: fix the issue where the line shape is incorrect when there are invalid points in the line or area and `invalidType` is set to `link`, fix [#3146](https://github.com/VisActor/VChart/issues/3146)

[more detail about v1.13.4](https://github.com/VisActor/VChart/releases/tag/v1.13.4)

# v1.13.3

2025-01-08

**🆕 New feature**

- **@visactor/vchart**: add datum to params on axis-label event
- **@visactor/vchart**: wrap some hook in vgrammar

**🐛 Bug fix**
**🐛 Bug fix**

- **@visactor/vchart**: fix the issue of incorrect label display in 3D charts, [#3584](https://github.com/VisActor/VChart/issues/3584)
- **@visactor/vchart**: fix the issue of animation in 3d wordcloud not work
Expand All @@ -20,37 +40,32 @@
- **@visactor/vchart**: compilier should add dpr to vrender
- **@visactor/vchart**: fix invisible region blocking mark events, [#3638](https://github.com/VisActor/VChart/issues/3638)
- **@visactor/vchart**: undefined points shoulde not show when dimension hover, fix [#3610](https://github.com/VisActor/VChart/issues/3610)
- **@visactor/vchart**: fix layout error of title component, fix [#3614](https://github.com/VisActor/VChart/issues/3614)



[more detail about v1.13.3](https://github.com/VisActor/VChart/releases/tag/v1.13.3)

# v1.13.2

2024-12-24


**🆕 New feature**
- **@visactor/vchart**: fix layout error of title component, fix [#3614](https://github.com/VisActor/VChart/issues/3614)

[more detail about v1.13.3](https://github.com/VisActor/VChart/releases/tag/v1.13.3)

# v1.13.2

2024-12-24

**🆕 New feature**

- **@visactor/vchart**: add miss Series and Chart in react vchart, close [#3578](https://github.com/VisActor/VChart/issues/3578)
- **@visactor/vchart**: vchart support clickInterval params

**🐛 Bug fix**
**🐛 Bug fix**

- **@visactor/vchart**: support percentage state radius config in gauge segment mark, [#3459](https://github.com/VisActor/VChart/issues/3459)
- **@visactor/vchart**: media query should not throw error when has empty axis, related to [#3575](https://github.com/VisActor/VChart/issues/3575)
- **@visactor/vchart**: tooltip should not render empty column when `hasShape` of tooltip is `false`, related to [#3572](https://github.com/VisActor/VChart/issues/3572)
- **@visactor/vchart**: `othersLine` of tooltip can be hidden by `visible: false`, related to [#3572](https://github.com/VisActor/VChart/issues/3572)
- **@visactor/vchart**: fix position of tooltip, related to [#3590](https://github.com/VisActor/VChart/issues/3590)
- **@visactor/vchart**: page should not crash when `tickStep` is too small, fix [#3591](https://github.com/VisActor/VChart/issues/3591)
- **@visactor/vchart**: fix updating of customized DOM when has interactive layer, fix [#3587](https://github.com/VisActor/VChart/issues/3587)
- **@visactor/vchart**: fix axis breaks when set `tickStep`, fix [#3560](https://github.com/VisActor/VChart/issues/3560)



[more detail about v1.13.2](https://github.com/VisActor/VChart/releases/tag/v1.13.2)

- **@visactor/vchart**: page should not crash when `tickStep` is too small, fix [#3591](https://github.com/VisActor/VChart/issues/3591)
- **@visactor/vchart**: fix updating of customized DOM when has interactive layer, fix [#3587](https://github.com/VisActor/VChart/issues/3587)
- **@visactor/vchart**: fix axis breaks when set `tickStep`, fix [#3560](https://github.com/VisActor/VChart/issues/3560)

[more detail about v1.13.2](https://github.com/VisActor/VChart/releases/tag/v1.13.2)

# v1.13.1

2024-12-17
Expand Down
20 changes: 20 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# v1.13.4

2025-01-17

**🆕 新增功能**

- **@visactor/vchart**: 词云图系列`wordCloudConfig`增加`insertZerosToArray`配置,解决特定浏览器性能问题
- **@visactor/vchart**: `markArea`标记区域标签支持更多的位置,包括: `'insideBottom'`, `'topLeft'`, `'topRight'`, `'bottomLeft'`,`'bottomRight'`,`'insideTopLeft'`,`'insideTopRight'`,`'insideBottomLeft'`,`'insideBottomRight'`

**🐛 功能修复**

- **@visactor/vchart**: 修复 tooltip 关于 `showDelay` 的错误,修复 [#3663](https://github.com/VisActor/VChart/issues/3663)
- **@visactor/vchart**: 修复 tooltip 的偏移问题,修复 [#3666](https://github.com/VisActor/VChart/issues/3666)
- **@visactor/vchart**: 修复 tooltip 行高解析的错误,修复 [#3643](https://github.com/VisActor/VChart/issues/3643)
- **@visactor/vchart**: 修复轴断点范围计算错误的问题,修复 [#3656](https://github.com/VisActor/VChart/issues/3656)
- **@visactor/vchart**: 修复地图拖拽交互无法在画布外终止的问题,修复 [#3650](https://github.com/VisActor/VChart/issues/3650)
- **@visactor/vchart**: 修复当线条、面积中有非法点,`invalidType` 为`link`的时候,线形展示不对的问题,修复[#3146](https://github.com/VisActor/VChart/issues/3146)

[更多详情请查看 v1.13.4](https://github.com/VisActor/VChart/releases/tag/v1.13.4)

# v1.13.3

2025-01-08
Expand Down
22 changes: 22 additions & 0 deletions packages/harmony_vchart/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# v1.13.4

2025-01-17


**🆕 New feature**

- **@visactor/vchart**: add wordCloudConfig in _wordCloudTransformOption()

**🐛 Bug fix**

- **@visactor/vchart**: fix error of tooltip about `showDelay`, fix [#3663](https://github.com/VisActor/VChart/issues/3663)
- **@visactor/vchart**: fix offset of tooltip, fix [#3666](https://github.com/VisActor/VChart/issues/3666)
- **@visactor/vchart**: fix bug of parse lineHeight of tooltip row, fix [#3643](https://github.com/VisActor/VChart/issues/3643)
- **@visactor/vchart**: axis break's scope calculate error, fix[#3656](https://github.com/VisActor/VChart/issues/3656)
- **@visactor/vchart**: fix the issue where map drag interaction cannot be terminated outside the canvas, [#3650](https://github.com/VisActor/VChart/issues/3650)
- **@visactor/vchart**: fix the issue where map drag interaction cannot be terminated outside the canvas.



[more detail about v1.13.4](https://github.com/VisActor/VChart/releases/tag/v1.13.4)

# v1.13.3

2025-01-08
Expand Down
Loading