Skip to content

Commit e5d8652

Browse files
authored
Merge pull request #3513 from VisActor/docs/generate-changelog-v1.13.0
[Auto changelog] changlog of v1.13.0
2 parents 8fdb5ed + efd3458 commit e5d8652

File tree

3 files changed

+189
-131
lines changed

3 files changed

+189
-131
lines changed

docs/assets/changelog/en/release.md

Lines changed: 69 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,101 @@
1-
# v1.12.15
2-
3-
2024-12-05
4-
5-
6-
**🆕 New feature**
1+
# v1.13.0
2+
3+
2024-12-06
4+
5+
**🆕 New feature**
6+
7+
- **@visactor/vchart**: add pictogram chart
8+
- **@visactor/vchart**: support auto generated scrollbar in sankey, close [#2838](https://github.com/VisActor/VChart/issues/2838)
9+
- **@visactor/vchart**: react vchart support event filter, close [#3461](https://github.com/VisActor/VChart/issues/3461)
10+
- **@visactor/vchart**: tooltip key/content support config by field, close [#2576](https://github.com/VisActor/VChart/issues/2576)
11+
- **@visactor/vchart**: support max height of tooltip, by percent value , close [#2675](https://github.com/VisActor/VChart/issues/2675)
12+
13+
**🐛 Refactor**
14+
15+
- **@visactor/vchart**: [Break Change] refactor the implement of html tooltip, fix [#3137](https://github.com/VisActor/VChart/issues/3137), close [#2924](https://github.com/VisActor/VChart/issues/2924), close [#2591](https://github.com/VisActor/VChart/issues/2591)
16+
- **@visactor/vchart**: [Break Change] support label overlap for inside arc labels by default
17+
18+
**⚡ Performance optimization**
19+
20+
- **@visactor/vchart**: [Break Change] vrender optimize the bounds of text, which will change the display of all text
21+
22+
[more detail about v1.13.0](https://github.com/VisActor/VChart/releases/tag/v1.13.0)
23+
24+
# v1.12.15
25+
26+
2024-12-05
27+
28+
**🆕 New feature**
729

830
- **@visactor/vchart**: support `restorePosition` in position/bound label overlap strategy
9-
10-
**🐛 Bug fix**
31+
32+
**🐛 Bug fix**
1133

1234
- **@visactor/vchart**: optimize `shiftY` of label
1335

14-
15-
16-
[more detail about v1.12.15](https://github.com/VisActor/VChart/releases/tag/v1.12.15)
17-
18-
# v1.12.14
19-
20-
2024-12-05
21-
22-
23-
**🆕 New feature**
36+
[more detail about v1.12.15](https://github.com/VisActor/VChart/releases/tag/v1.12.15)
37+
38+
# v1.12.14
39+
40+
2024-12-05
41+
42+
**🆕 New feature**
2443

2544
- **@visactor/vchart**: support `autoRefreshDpr` in chart options
2645
- **@visactor/vchart**: dataZoom can do filter when has `lockStatisticsByDomain`, close [#3469](https://github.com/VisActor/VChart/issues/3469)
2746
- **@visactor/vchart**: add marker context to support the same color as series. close[#3437](https://github.com/VisActor/VChart/issues/3437)
2847
- **@visactor/vchart**: update options `maxNodeHeight`, `maxLinkHeight` in sankey, close 3439
2948
- **@visactor/vchart-extension**: add component `series-break`, close [#3450](https://github.com/VisActor/VChart/issues/3450)
30-
31-
**🐛 Bug fix**
49+
50+
**🐛 Bug fix**
3251

3352
- **@visactor/vchart**: upgrade scrollbar visible after layout. fix[#3452](https://github.com/VisActor/VChart/issues/3452)
3453
- **@visactor/vchart**: fix `adjacency` in sankey, fix [#3460](https://github.com/VisActor/VChart/issues/3460)
3554
- **@visactor/vchart**: not update layout when scrollbar domain is the same as before. fix[#3452](https://github.com/VisActor/VChart/issues/3452)
3655
- **@visactor/vchart**: value in scale range should consider about whole range. fix[#3446](https://github.com/VisActor/VChart/issues/3446)
37-
- **@visactor/vchart**: when the `invalidType` of line is `"link"`, line should be connected rightly. fix [#3436](https://github.com/VisActor/VChart/issues/3436), fix [#3238](https://github.com/VisActor/VChart/issues/3238)
38-
- **@visactor/vchart**: richtext should work when set state, fix [#3465](https://github.com/VisActor/VChart/issues/3465)
39-
40-
41-
42-
[more detail about v1.12.14](https://github.com/VisActor/VChart/releases/tag/v1.12.14)
43-
44-
# v1.12.13
45-
46-
2024-11-22
47-
48-
49-
**🐛 Bug fix**
56+
- **@visactor/vchart**: when the `invalidType` of line is `"link"`, line should be connected rightly. fix [#3436](https://github.com/VisActor/VChart/issues/3436), fix [#3238](https://github.com/VisActor/VChart/issues/3238)
57+
- **@visactor/vchart**: richtext should work when set state, fix [#3465](https://github.com/VisActor/VChart/issues/3465)
58+
59+
[more detail about v1.12.14](https://github.com/VisActor/VChart/releases/tag/v1.12.14)
60+
61+
# v1.12.13
62+
63+
2024-11-22
64+
65+
**🐛 Bug fix**
5066

5167
- **@visactor/vchart**: fix `groupKey` of boxplot series, fix [#3409](https://github.com/VisActor/VChart/issues/3409), related to [#2855](https://github.com/VisActor/VChart/issues/2855)
5268
- **@visactor/vchart**: fix the issue where the length of the outerlabel line is incorrect when richtext, fix [#3441](https://github.com/VisActor/VChart/issues/3441)
5369

54-
55-
56-
[more detail about v1.12.13](https://github.com/VisActor/VChart/releases/tag/v1.12.13)
57-
58-
# v1.12.12
59-
60-
2024-11-18
61-
62-
63-
**🐛 Bug fix**
70+
[more detail about v1.12.13](https://github.com/VisActor/VChart/releases/tag/v1.12.13)
71+
72+
# v1.12.12
73+
74+
2024-11-18
75+
76+
**🐛 Bug fix**
6477

6578
- **@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)
6679
- **@visactor/vchart**: fix incorrect rendering when changing `direction` via updateSpec in area chart, related [#3406](https://github.com/VisActor/VChart/issues/3406)
6780
- **@visactor/vchart**: fix zIndex of background image, fix [#3403](https://github.com/VisActor/VChart/issues/3403)
6881
- **@visactor/vchart**: fix error of tooltip when chart is released, fix [#3428](https://github.com/VisActor/VChart/issues/3428)
69-
70-
**⚡ Performance optimization**
82+
83+
**⚡ Performance optimization**
7184

7285
- **@visactor/vchart**: optimize the effect of break data
7386

74-
75-
76-
[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12)
77-
78-
# v1.12.11
79-
80-
2024-11-13
81-
82-
83-
**🆕 New feature**
87+
[more detail about v1.12.12](https://github.com/VisActor/VChart/releases/tag/v1.12.12)
88+
89+
# v1.12.11
90+
91+
2024-11-13
92+
93+
**🆕 New feature**
8494

8595
- **@visactor/vchart**: support axis sync to the axis that has breaks
8696
- **@visactor/vchart**: tooltip can support customized `trigger` and `triggerOff`
87-
88-
**🐛 Bug fix**
97+
98+
**🐛 Bug fix**
8999

90100
- **@visactor/vchart**: fix the issue where the axis breaks render incorrectly in some cases
91101
- **@visactor/vchart**: fix `zIndex` of series, fix [#3395](https://github.com/VisActor/VChart/issues/3395)
@@ -96,10 +106,8 @@
96106
- **@visactor/vchart**: wordcloud should not throw error when `word.visible` is `false`, fix [#3378](https://github.com/VisActor/VChart/issues/3378)
97107
- **@visactor/vchart**: fix the issue where the scrolling legend triggers map zooming under certain conditions, related [#3391](https://github.com/VisActor/VChart/issues/3391)
98108

99-
100-
101-
[more detail about v1.12.11](https://github.com/VisActor/VChart/releases/tag/v1.12.11)
102-
109+
[more detail about v1.12.11](https://github.com/VisActor/VChart/releases/tag/v1.12.11)
110+
103111
# v1.12.10
104112

105113
2024-10-31

docs/assets/changelog/zh/release.md

Lines changed: 32 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,40 @@
1-
# v1.12.15
2-
3-
2024-12-05
4-
5-
6-
**🆕 新增功能**
1+
# v1.13.0
2+
3+
2024-12-06
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vchart**: 添加象形图表
8+
- **@visactor/vchart**: 支持在桑基图中自动生成滚动条,关闭 [#2838](https://github.com/VisActor/VChart/issues/2838)
9+
- **@visactor/vchart**: react vchart 支持事件过滤器,关闭 [#3461](https://github.com/VisActor/VChart/issues/3461)
10+
- **@visactor/vchart**: tooltip 支持按字段配置,关闭 [#2576](https://github.com/VisActor/VChart/issues/2576)
11+
- **@visactor/vchart**: 支持 tooltip 通过百分比值设置内容的最大高度 ,关闭 [#2675](https://github.com/VisActor/VChart/issues/2675)
12+
13+
**🐛 功能重构**
14+
15+
- **@visactor/vchart**: [重大变更] 重构 HTML 提示框的实现,修复 [#3137](https://github.com/VisActor/VChart/issues/3137),关闭 [#2924](https://github.com/VisActor/VChart/issues/2924),关闭 [#2591](https://github.com/VisActor/VChart/issues/2591)
16+
- **@visactor/vchart**: [重大变更] 饼图内部标签默认支持防重叠处理
17+
18+
**⚡ 性能优化**
19+
20+
- **@visactor/vchart**: [重大变更] vrender 优化了文本的 Bounds 计算,让文本在各种字体下展示效果对齐 dom
21+
22+
[更多详情请查看 v1.13.0](https://github.com/VisActor/VChart/releases/tag/v1.13.0)
23+
24+
# v1.12.15
25+
26+
2024-12-05
27+
28+
**🆕 新增功能**
729

830
- **@visactor/vchart**: support `restorePosition` in position/bound label overlap strategy
9-
10-
**🐛 功能修复**
31+
32+
**🐛 功能修复**
1133

1234
- **@visactor/vchart**: optimize `shiftY` of label
1335

14-
15-
16-
[更多详情请查看 v1.12.15](https://github.com/VisActor/VChart/releases/tag/v1.12.15)
17-
36+
[更多详情请查看 v1.12.15](https://github.com/VisActor/VChart/releases/tag/v1.12.15)
37+
1838
# v1.12.14
1939

2040
2024-12-05

0 commit comments

Comments
 (0)