Skip to content

Commit f90392c

Browse files
authored
Merge pull request #4382 from VisActor/docs/generate-changelog-v2.0.12
[Auto changelog] changlog of v2.0.12
2 parents c60ac82 + 04b3681 commit f90392c

File tree

3 files changed

+287
-225
lines changed

3 files changed

+287
-225
lines changed
Lines changed: 162 additions & 141 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1-
# v2.0.11
2-
3-
2025-12-11
4-
1+
# v2.0.12
2+
3+
2025-12-25
4+
5+
**🆕 New Features**
6+
7+
- **@visactor/vchart**: Support `autoLabelMaxWidth` configuration in `CircleAxis` by @xuefei1313 in https://github.com/VisActor/VChart/pull/4357
8+
- **@visactor/vchart**: Add support for chart disappear state by @xuefei1313 in https://github.com/VisActor/VChart/pull/4341
9+
- **@visactor/vchart**: Optimize heatmap shape rendering logic by @xuefei1313 in https://github.com/VisActor/VChart/pull/4377
10+
- **@visactor/vchart**: Optimize map zoom interaction and add `zoomRate` configuration by @xuefei1313 in https://github.com/VisActor/VChart/pull/4373
11+
12+
**🐛 Bug Fixes**
13+
14+
- **@visactor/vchart**: Fix axis title layout issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4371
15+
16+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.11...v2.0.12
17+
18+
[more detail about v2.0.12](https://github.com/VisActor/VChart/releases/tag/v2.0.12)
19+
20+
21+
# v2.0.11
22+
23+
2025-12-11
24+
525
# v2.0.11
626

727
2025-12-11
@@ -21,140 +41,141 @@
2141

2242
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.10...v2.0.11
2343

24-
[more detail about v2.0.11](https://github.com/VisActor/VChart/releases/tag/v2.0.11)
25-
26-
[more detail about v2.0.11](https://github.com/VisActor/VChart/releases/tag/v2.0.11)
27-
28-
# v2.0.10
29-
30-
2025-11-28
31-
32-
**🆕 New Features**
33-
34-
- **@visactor/vchart**: Enhance boxplot features by @xile611 in https://github.com/VisActor/VChart/pull/4323
35-
36-
**🐛 Bug Fixes**
37-
38-
- **@visactor/vchart**: Upgrade vrender dependency to fix rose chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4315
39-
- **@visactor/vchart**: Upgrade vrender dependency to fix animation issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4325
40-
- **@visactor/vchart**: Fix extension mark update logic by @xile611 in https://github.com/VisActor/VChart/pull/4318
41-
- **@visactor/vchart**: Fix font family setting issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4324
42-
- **@visactor/vchart**: Fix issue with setDimensionIndex by @xuefei1313 in https://github.com/VisActor/VChart/pull/4291
43-
44-
**📖 Documentation**
45-
46-
- **@visactor/vchart**: Add candlestick chart guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4310
47-
- **@visactor/vchart**: Add theme development guide by @xuanhun in https://github.com/VisActor/VChart/pull/4322
48-
- **@visactor/vchart**: Add map rewind guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4326
49-
- **@visactor/vchart**: Add 3D registration content to guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4312
50-
- **@visactor/vchart**: Fix documentation for common chart option labelLayout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4316
51-
52-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.9...v2.0.10
53-
54-
[more detail about v2.0.10](https://github.com/VisActor/VChart/releases/tag/v2.0.10)
55-
56-
# v2.0.9
57-
58-
2025-11-18
59-
60-
**🆕 New Features**
61-
62-
- **@visactor/react-vchart**: Add export for registerChartResizeZoomPlugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4286
63-
- **@visactor/vchart**: Support effect animation by @purpose233 in https://github.com/VisActor/VChart/pull/4299
64-
- **@visactor/vchart**: Enhance datazoom and fix bugs by @skie1997 in https://github.com/VisActor/VChart/pull/4065
65-
66-
**🐛 Bug Fixes**
67-
68-
- **@visactor/vchart-extension**: Fix the vchart-extension packaged artifacts contained an extra version by @xuefei1313 in https://github.com/VisActor/VChart/pull/4277
69-
- **@visactor/vchart**: Fix markline auto range by @xuefei1313 in https://github.com/VisActor/VChart/pull/4290
70-
71-
**📖 Documentation**
72-
73-
- **@visactor/vchart**: Fix registerMorph error in example by @xuefei1313 in https://github.com/VisActor/VChart/pull/4285
74-
- **@visactor/vchart**: Add candlestick demo by @xuefei1313 in https://github.com/VisActor/VChart/pull/4297
75-
76-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.7...v2.0.9
77-
78-
[more detail about v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9)
79-
80-
# v2.0.7
81-
82-
2025-11-03
83-
84-
🆕 New Features
85-
86-
@visactor/vchart: Support resize zoom chart plugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4241
87-
@visactor/vchart: Register transform boxplot by @xile611 in https://github.com/VisActor/VChart/pull/4268
88-
@visactor/vchart: Add translate-issues workflow configuration by @xuefei1313 in https://github.com/VisActor/VChart/pull/4264
89-
@visactor/vchart: Add regression-lines in vchart-extension by @xile611 in https://github.com/VisActor/VChart/pull/4245
90-
@visactor/vchart: Change vrender dependencies, see https://github.com/VisActor/VChart/pull/4224
91-
92-
🐛 Bug Fixes
93-
94-
@visactor/vchart: Fix crosshair not hide by @xile611 in https://github.com/VisActor/VChart/pull/4252
95-
@visactor/vchart: Fix issue of layout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4249
96-
@visactor/vchart: Fix logistic regression line by @xile611 in https://github.com/VisActor/VChart/pull/4263
97-
@visactor/vchart: Fix support regression line for grouped scatter by @xile611 in https://github.com/VisActor/VChart/pull/4248
98-
@visactor/vchart: Fix check if stackData is empty by @kkxxkk2019 in https://github.com/VisActor/VChart/pull/4244
99-
@visactor/vchart: Fix issue of waterfall stack total by @xuefei1313 in https://github.com/VisActor/VChart/pull/4243
100-
101-
[more detail about v2.0.7](https://github.com/VisActor/VChart/releases/tag/v2.0.7)
102-
103-
# v2.0.6
104-
105-
2025-10-14
106-
107-
**What's Changed**
108-
109-
- fix: fix the issue of legend pager by @xuefei1313 in https://github.com/VisActor/VChart/pull/4212
110-
- Feat/support calc in formatter by @xuefei1313 in https://github.com/VisActor/VChart/pull/4211
111-
- Fix/fix error of markline when series no data by @xuefei1313 in https://github.com/VisActor/VChart/pull/4216
112-
- feat: update bugreport metthod by @xuanhun in https://github.com/VisActor/VChart/pull/4221
113-
- feat: upgrade vrender to fix animation bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4222
114-
- feat: support waterfallType in waterfall chart by @xuefei1313 in https://github.com/VisActor/VChart/pull/4220
115-
- feat: change vrender dependencies by @xuefei1313 in https://github.com/VisActor/VChart/pull/4224
116-
117-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.5...v2.0.6
118-
119-
[more detail about v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6)
120-
121-
# v2.0.5
122-
123-
2025-09-19
124-
125-
[more detail about v2.0.5](https://github.com/VisActor/VChart/releases/tag/v2.0.5)
126-
127-
# v2.0.2
128-
129-
2025-07-28
130-
131-
**🆕 New feature**
132-
133-
- **@visactor/vchart**: add the afterClearRect hook of render
134-
135-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2
136-
137-
[more detail about v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2)
138-
139-
# v2.0.1
140-
141-
2025-07-24
142-
143-
**🆕 New feature**
144-
145-
- **@visactor/vchart**: add config to avoid brush state update. close [#4035](https://github.com/VisActor/VChart/issues/4035)
146-
- **@visactor/vchart**: optimize datazoom animation effect
147-
- **@visactor/vchart**: add the afterClearScreen hook of render
148-
149-
**🐛 Bug fix**
150-
151-
- **@visactor/vchart**: fix issue with 3d chart grid
152-
- **@visactor/vchart**: tickData of axis should update when `sampling` is changed, fix [#4059](https://github.com/VisActor/VChart/issues/4059)
153-
- **@visactor/vchart**: only calculate multi layer label items when need, fix [#4056](https://github.com/VisActor/VChart/issues/4056)
154-
- **@visactor/vchart**: fix resize error when remake, and re-normal aniamtion bug, fix [#4070](https://github.com/VisActor/VChart/issues/4070)
155-
- **@visactor/vchart**: fix issue with feishu block and call setenv when create vchart
156-
- **@visactor/vchart**: fix bug of tooltip triggerOff & tooltip lock
157-
- **@visactor/vchart**: fix tooltip throw error when some tooltip processor is undefined, fix [#4044](https://github.com/VisActor/VChart/issues/4044)
158-
- **@visactor/vchart**: fix `textAlign` not works in tooltip.style.titleLabel, fix [#4043](https://github.com/VisActor/VChart/issues/4043)
159-
160-
[more detail about v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1)
44+
45+
[more detail about v2.0.11](https://github.com/VisActor/VChart/releases/tag/v2.0.11)
46+
47+
[more detail about v2.0.11](https://github.com/VisActor/VChart/releases/tag/v2.0.11)
48+
49+
# v2.0.10
50+
51+
2025-11-28
52+
53+
**🆕 New Features**
54+
55+
- **@visactor/vchart**: Enhance boxplot features by @xile611 in https://github.com/VisActor/VChart/pull/4323
56+
57+
**🐛 Bug Fixes**
58+
59+
- **@visactor/vchart**: Upgrade vrender dependency to fix rose chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4315
60+
- **@visactor/vchart**: Upgrade vrender dependency to fix animation issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4325
61+
- **@visactor/vchart**: Fix extension mark update logic by @xile611 in https://github.com/VisActor/VChart/pull/4318
62+
- **@visactor/vchart**: Fix font family setting issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4324
63+
- **@visactor/vchart**: Fix issue with setDimensionIndex by @xuefei1313 in https://github.com/VisActor/VChart/pull/4291
64+
65+
**📖 Documentation**
66+
67+
- **@visactor/vchart**: Add candlestick chart guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4310
68+
- **@visactor/vchart**: Add theme development guide by @xuanhun in https://github.com/VisActor/VChart/pull/4322
69+
- **@visactor/vchart**: Add map rewind guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4326
70+
- **@visactor/vchart**: Add 3D registration content to guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4312
71+
- **@visactor/vchart**: Fix documentation for common chart option labelLayout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4316
72+
73+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.9...v2.0.10
74+
75+
[more detail about v2.0.10](https://github.com/VisActor/VChart/releases/tag/v2.0.10)
76+
77+
# v2.0.9
78+
79+
2025-11-18
80+
81+
**🆕 New Features**
82+
83+
- **@visactor/react-vchart**: Add export for registerChartResizeZoomPlugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4286
84+
- **@visactor/vchart**: Support effect animation by @purpose233 in https://github.com/VisActor/VChart/pull/4299
85+
- **@visactor/vchart**: Enhance datazoom and fix bugs by @skie1997 in https://github.com/VisActor/VChart/pull/4065
86+
87+
**🐛 Bug Fixes**
88+
89+
- **@visactor/vchart-extension**: Fix the vchart-extension packaged artifacts contained an extra version by @xuefei1313 in https://github.com/VisActor/VChart/pull/4277
90+
- **@visactor/vchart**: Fix markline auto range by @xuefei1313 in https://github.com/VisActor/VChart/pull/4290
91+
92+
**📖 Documentation**
93+
94+
- **@visactor/vchart**: Fix registerMorph error in example by @xuefei1313 in https://github.com/VisActor/VChart/pull/4285
95+
- **@visactor/vchart**: Add candlestick demo by @xuefei1313 in https://github.com/VisActor/VChart/pull/4297
96+
97+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.7...v2.0.9
98+
99+
[more detail about v2.0.9](https://github.com/VisActor/VChart/releases/tag/v2.0.9)
100+
101+
# v2.0.7
102+
103+
2025-11-03
104+
105+
🆕 New Features
106+
107+
@visactor/vchart: Support resize zoom chart plugin by @xuefei1313 in https://github.com/VisActor/VChart/pull/4241
108+
@visactor/vchart: Register transform boxplot by @xile611 in https://github.com/VisActor/VChart/pull/4268
109+
@visactor/vchart: Add translate-issues workflow configuration by @xuefei1313 in https://github.com/VisActor/VChart/pull/4264
110+
@visactor/vchart: Add regression-lines in vchart-extension by @xile611 in https://github.com/VisActor/VChart/pull/4245
111+
@visactor/vchart: Change vrender dependencies, see https://github.com/VisActor/VChart/pull/4224
112+
113+
🐛 Bug Fixes
114+
115+
@visactor/vchart: Fix crosshair not hide by @xile611 in https://github.com/VisActor/VChart/pull/4252
116+
@visactor/vchart: Fix issue of layout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4249
117+
@visactor/vchart: Fix logistic regression line by @xile611 in https://github.com/VisActor/VChart/pull/4263
118+
@visactor/vchart: Fix support regression line for grouped scatter by @xile611 in https://github.com/VisActor/VChart/pull/4248
119+
@visactor/vchart: Fix check if stackData is empty by @kkxxkk2019 in https://github.com/VisActor/VChart/pull/4244
120+
@visactor/vchart: Fix issue of waterfall stack total by @xuefei1313 in https://github.com/VisActor/VChart/pull/4243
121+
122+
[more detail about v2.0.7](https://github.com/VisActor/VChart/releases/tag/v2.0.7)
123+
124+
# v2.0.6
125+
126+
2025-10-14
127+
128+
**What's Changed**
129+
130+
- fix: fix the issue of legend pager by @xuefei1313 in https://github.com/VisActor/VChart/pull/4212
131+
- Feat/support calc in formatter by @xuefei1313 in https://github.com/VisActor/VChart/pull/4211
132+
- Fix/fix error of markline when series no data by @xuefei1313 in https://github.com/VisActor/VChart/pull/4216
133+
- feat: update bugreport metthod by @xuanhun in https://github.com/VisActor/VChart/pull/4221
134+
- feat: upgrade vrender to fix animation bug by @xuefei1313 in https://github.com/VisActor/VChart/pull/4222
135+
- feat: support waterfallType in waterfall chart by @xuefei1313 in https://github.com/VisActor/VChart/pull/4220
136+
- feat: change vrender dependencies by @xuefei1313 in https://github.com/VisActor/VChart/pull/4224
137+
138+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.5...v2.0.6
139+
140+
[more detail about v2.0.6](https://github.com/VisActor/VChart/releases/tag/v2.0.6)
141+
142+
# v2.0.5
143+
144+
2025-09-19
145+
146+
[more detail about v2.0.5](https://github.com/VisActor/VChart/releases/tag/v2.0.5)
147+
148+
# v2.0.2
149+
150+
2025-07-28
151+
152+
**🆕 New feature**
153+
154+
- **@visactor/vchart**: add the afterClearRect hook of render
155+
156+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.1...v2.0.2
157+
158+
[more detail about v2.0.2](https://github.com/VisActor/VChart/releases/tag/v2.0.2)
159+
160+
# v2.0.1
161+
162+
2025-07-24
163+
164+
**🆕 New feature**
165+
166+
- **@visactor/vchart**: add config to avoid brush state update. close [#4035](https://github.com/VisActor/VChart/issues/4035)
167+
- **@visactor/vchart**: optimize datazoom animation effect
168+
- **@visactor/vchart**: add the afterClearScreen hook of render
169+
170+
**🐛 Bug fix**
171+
172+
- **@visactor/vchart**: fix issue with 3d chart grid
173+
- **@visactor/vchart**: tickData of axis should update when `sampling` is changed, fix [#4059](https://github.com/VisActor/VChart/issues/4059)
174+
- **@visactor/vchart**: only calculate multi layer label items when need, fix [#4056](https://github.com/VisActor/VChart/issues/4056)
175+
- **@visactor/vchart**: fix resize error when remake, and re-normal aniamtion bug, fix [#4070](https://github.com/VisActor/VChart/issues/4070)
176+
- **@visactor/vchart**: fix issue with feishu block and call setenv when create vchart
177+
- **@visactor/vchart**: fix bug of tooltip triggerOff & tooltip lock
178+
- **@visactor/vchart**: fix tooltip throw error when some tooltip processor is undefined, fix [#4044](https://github.com/VisActor/VChart/issues/4044)
179+
- **@visactor/vchart**: fix `textAlign` not works in tooltip.style.titleLabel, fix [#4043](https://github.com/VisActor/VChart/issues/4043)
180+
181+
[more detail about v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1)

docs/assets/changelog/zh/release.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# v2.0.12
2+
3+
2025-12-25
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vchart**: 极坐标轴(CircleAxis)支持 `autoLabelMaxWidth` 配置 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4357
8+
- **@visactor/vchart**: 新增图表消失(Disappear)状态支持 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4341
9+
- **@visactor/vchart**: 优化热力图(Heatmap)形状渲染逻辑 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4377
10+
- **@visactor/vchart**: 优化地图(Map)zoom交互,增加 `zoomRate` 配置 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4373
11+
12+
**🐛 问题修复**
13+
14+
- **@visactor/vchart**: 修复坐标轴标题(Axes Title)的布局问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4371
15+
16+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.11...v2.0.12
17+
18+
[更多详情请查看 v2.0.12](https://github.com/VisActor/VChart/releases/tag/v2.0.12)
19+
120
# v2.0.11
221

322
2025-12-11
@@ -149,3 +168,4 @@
149168
- **@visactor/vchart**:修复 `tooltip.style.titleLabel``textAlign` 不生效问题,修复 [#4043](https://github.com/VisActor/VChart/issues/4043)
150169

151170
[更多详情请查看 v2.0.1](https://github.com/VisActor/VChart/releases/tag/v2.0.1)
171+

0 commit comments

Comments
 (0)