Skip to content

Commit eb5db72

Browse files
authored
Update release notes for versions 2.0.11 and 2.0.12
1 parent 1613706 commit eb5db72

File tree

1 file changed

+152
-156
lines changed

1 file changed

+152
-156
lines changed
Lines changed: 152 additions & 156 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,27 @@
1-
# v2.0.12
2-
3-
2025-12-25
4-
51
# v2.0.12
62

73
2025-12-25
84

9-
**🆕 新增功能**
5+
**🆕 New Features**
106

11-
- **@visactor/vchart**: 极坐标轴(CircleAxis)支持 `autoLabelMaxWidth` 配置 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4357
12-
- **@visactor/vchart**: 新增图表消失(Disappear)状态支持 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4341
13-
- **@visactor/vchart**: 优化热力图(Heatmap)形状渲染逻辑 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4377
14-
- **@visactor/vchart**: 优化地图(Map)zoom交互,增加 `zoomRate` 配置 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4373
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
1511

16-
**🐛 问题修复**
12+
**🐛 Bug Fixes**
1713

18-
- **@visactor/vchart**: 修复坐标轴标题(Axes Title)的布局问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4371
14+
- **@visactor/vchart**: Fix axis title layout issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4371
1915

2016
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.11...v2.0.12
2117

22-
[more detail about v2.0.12](https://github.com/VisActor/VChart/releases/tag/v2.0.12)
23-
24-
[more detail about v2.0.12](https://github.com/VisActor/VChart/releases/tag/v2.0.12)
25-
26-
# v2.0.11
27-
28-
2025-12-11
29-
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+
3025
# v2.0.11
3126

3227
2025-12-11
@@ -46,140 +41,141 @@
4641

4742
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.10...v2.0.11
4843

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

0 commit comments

Comments
 (0)