Skip to content

Commit 642ec38

Browse files
committed
docs: update changelog of 1.13.4
1 parent bfd01a5 commit 642ec38

File tree

2 files changed

+56
-65
lines changed

2 files changed

+56
-65
lines changed

docs/assets/changelog/en/release.md

Lines changed: 36 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,34 @@
1-
# v1.13.4
2-
3-
2025-01-17
4-
5-
6-
**🆕 New feature**
1+
# v1.13.4
72

8-
- **@visactor/vchart**: add wordCloudConfig in _wordCloudTransformOption()
9-
10-
**🐛 Bug fix**
3+
2025-01-17
4+
5+
**🆕 New feature**
6+
7+
- **@visactor/vchart**: Added `insertZerosToArray` configuration to `wordCloudConfig` in the word cloud series to address performance issues in specific browsers.
8+
- **@visactor/vchart**: `markArea` labels now support more positions, including: `'insideBottom'`, `'topLeft'`, `'topRight'`, `'bottomLeft'`, `'bottomRight'`, `'insideTopLeft'`, `'insideTopRight'`, `'insideBottomLeft'`, `'insideBottomRight'`.
9+
10+
**🐛 Bug fix**
1111

1212
- **@visactor/vchart**: fix error of tooltip about `showDelay`, fix [#3663](https://github.com/VisActor/VChart/issues/3663)
1313
- **@visactor/vchart**: fix offset of tooltip, fix [#3666](https://github.com/VisActor/VChart/issues/3666)
1414
- **@visactor/vchart**: fix bug of parse lineHeight of tooltip row, fix [#3643](https://github.com/VisActor/VChart/issues/3643)
1515
- **@visactor/vchart**: axis break's scope calculate error, fix[#3656](https://github.com/VisActor/VChart/issues/3656)
1616
- **@visactor/vchart**: fix the issue where map drag interaction cannot be terminated outside the canvas, [#3650](https://github.com/VisActor/VChart/issues/3650)
1717
- **@visactor/vchart**: fix the issue where map drag interaction cannot be terminated outside the canvas.
18+
- **@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)
1819

19-
20-
21-
[more detail about v1.13.4](https://github.com/VisActor/VChart/releases/tag/v1.13.4)
22-
23-
# v1.13.3
24-
25-
2025-01-08
26-
27-
28-
**🆕 New feature**
20+
[more detail about v1.13.4](https://github.com/VisActor/VChart/releases/tag/v1.13.4)
21+
22+
# v1.13.3
23+
24+
2025-01-08
25+
26+
**🆕 New feature**
2927

3028
- **@visactor/vchart**: add datum to params on axis-label event
3129
- **@visactor/vchart**: wrap some hook in vgrammar
32-
33-
**🐛 Bug fix**
30+
31+
**🐛 Bug fix**
3432

3533
- **@visactor/vchart**: fix the issue of incorrect label display in 3D charts, [#3584](https://github.com/VisActor/VChart/issues/3584)
3634
- **@visactor/vchart**: fix the issue of animation in 3d wordcloud not work
@@ -42,37 +40,32 @@
4240
- **@visactor/vchart**: compilier should add dpr to vrender
4341
- **@visactor/vchart**: fix invisible region blocking mark events, [#3638](https://github.com/VisActor/VChart/issues/3638)
4442
- **@visactor/vchart**: undefined points shoulde not show when dimension hover, fix [#3610](https://github.com/VisActor/VChart/issues/3610)
45-
- **@visactor/vchart**: fix layout error of title component, fix [#3614](https://github.com/VisActor/VChart/issues/3614)
46-
47-
48-
49-
[more detail about v1.13.3](https://github.com/VisActor/VChart/releases/tag/v1.13.3)
50-
51-
# v1.13.2
52-
53-
2024-12-24
54-
55-
56-
**🆕 New feature**
43+
- **@visactor/vchart**: fix layout error of title component, fix [#3614](https://github.com/VisActor/VChart/issues/3614)
44+
45+
[more detail about v1.13.3](https://github.com/VisActor/VChart/releases/tag/v1.13.3)
46+
47+
# v1.13.2
48+
49+
2024-12-24
50+
51+
**🆕 New feature**
5752

5853
- **@visactor/vchart**: add miss Series and Chart in react vchart, close [#3578](https://github.com/VisActor/VChart/issues/3578)
5954
- **@visactor/vchart**: vchart support clickInterval params
60-
61-
**🐛 Bug fix**
55+
56+
**🐛 Bug fix**
6257

6358
- **@visactor/vchart**: support percentage state radius config in gauge segment mark, [#3459](https://github.com/VisActor/VChart/issues/3459)
6459
- **@visactor/vchart**: media query should not throw error when has empty axis, related to [#3575](https://github.com/VisActor/VChart/issues/3575)
6560
- **@visactor/vchart**: tooltip should not render empty column when `hasShape` of tooltip is `false`, related to [#3572](https://github.com/VisActor/VChart/issues/3572)
6661
- **@visactor/vchart**: `othersLine` of tooltip can be hidden by `visible: false`, related to [#3572](https://github.com/VisActor/VChart/issues/3572)
6762
- **@visactor/vchart**: fix position of tooltip, related to [#3590](https://github.com/VisActor/VChart/issues/3590)
68-
- **@visactor/vchart**: page should not crash when `tickStep` is too small, fix [#3591](https://github.com/VisActor/VChart/issues/3591)
69-
- **@visactor/vchart**: fix updating of customized DOM when has interactive layer, fix [#3587](https://github.com/VisActor/VChart/issues/3587)
70-
- **@visactor/vchart**: fix axis breaks when set `tickStep`, fix [#3560](https://github.com/VisActor/VChart/issues/3560)
71-
72-
73-
74-
[more detail about v1.13.2](https://github.com/VisActor/VChart/releases/tag/v1.13.2)
75-
63+
- **@visactor/vchart**: page should not crash when `tickStep` is too small, fix [#3591](https://github.com/VisActor/VChart/issues/3591)
64+
- **@visactor/vchart**: fix updating of customized DOM when has interactive layer, fix [#3587](https://github.com/VisActor/VChart/issues/3587)
65+
- **@visactor/vchart**: fix axis breaks when set `tickStep`, fix [#3560](https://github.com/VisActor/VChart/issues/3560)
66+
67+
[more detail about v1.13.2](https://github.com/VisActor/VChart/releases/tag/v1.13.2)
68+
7669
# v1.13.1
7770

7871
2024-12-17

docs/assets/changelog/zh/release.md

Lines changed: 20 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
1-
# v1.13.4
2-
3-
2025-01-17
4-
5-
6-
**🆕 新增功能**
7-
8-
- **@visactor/vchart**: add wordCloudConfig in _wordCloudTransformOption()
9-
10-
**🐛 功能修复**
11-
12-
- **@visactor/vchart**: fix error of tooltip about `showDelay`, fix [#3663](https://github.com/VisActor/VChart/issues/3663)
13-
- **@visactor/vchart**: fix offset of tooltip, fix [#3666](https://github.com/VisActor/VChart/issues/3666)
14-
- **@visactor/vchart**: fix bug of parse lineHeight of tooltip row, fix [#3643](https://github.com/VisActor/VChart/issues/3643)
15-
- **@visactor/vchart**: axis break's scope calculate error, fix[#3656](https://github.com/VisActor/VChart/issues/3656)
16-
- **@visactor/vchart**: fix the issue where map drag interaction cannot be terminated outside the canvas, [#3650](https://github.com/VisActor/VChart/issues/3650)
17-
- **@visactor/vchart**: fix the issue where map drag interaction cannot be terminated outside the canvas.
18-
19-
20-
21-
[更多详情请查看 v1.13.4](https://github.com/VisActor/VChart/releases/tag/v1.13.4)
22-
1+
# v1.13.4
2+
3+
2025-01-17
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vchart**: 词云图系列`wordCloudConfig`增加`insertZerosToArray`配置,解决特定浏览器性能问题
8+
- **@visactor/vchart**: `markArea`标记区域标签支持更多的位置,包括: `'insideBottom'`, `'topLeft'`, `'topRight'`, `'bottomLeft'`,`'bottomRight'`,`'insideTopLeft'`,`'insideTopRight'`,`'insideBottomLeft'`,`'insideBottomRight'`
9+
10+
**🐛 功能修复**
11+
12+
- **@visactor/vchart**: 修复 tooltip 关于 `showDelay` 的错误,修复 [#3663](https://github.com/VisActor/VChart/issues/3663)
13+
- **@visactor/vchart**: 修复 tooltip 的偏移问题,修复 [#3666](https://github.com/VisActor/VChart/issues/3666)
14+
- **@visactor/vchart**: 修复 tooltip 行高解析的错误,修复 [#3643](https://github.com/VisActor/VChart/issues/3643)
15+
- **@visactor/vchart**: 修复轴断点范围计算错误的问题,修复 [#3656](https://github.com/VisActor/VChart/issues/3656)
16+
- **@visactor/vchart**: 修复地图拖拽交互无法在画布外终止的问题,修复 [#3650](https://github.com/VisActor/VChart/issues/3650)
17+
- **@visactor/vchart**: 修复当线条、面积中有非法点,`invalidType``link`的时候,线形展示不对的问题,修复[#3146](https://github.com/VisActor/VChart/issues/3146)
18+
19+
[更多详情请查看 v1.13.4](https://github.com/VisActor/VChart/releases/tag/v1.13.4)
20+
2321
# v1.13.3
2422

2523
2025-01-08

0 commit comments

Comments
 (0)