Skip to content

Commit 4043d03

Browse files
authored
Merge pull request #4332 from VisActor/docs/generate-changelog-v2.0.10
[Auto changelog] changlog of v2.0.10
2 parents 00076b2 + 4950e25 commit 4043d03

File tree

3 files changed

+95
-0
lines changed

3 files changed

+95
-0
lines changed

docs/assets/changelog/en/release.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# v2.0.10
2+
3+
2025-11-28
4+
5+
6+
**🆕 New Features**
7+
8+
9+
* @visactor/vchart: Enhance boxplot features by @xile611 in https://github.com/VisActor/VChart/pull/4323
10+
11+
12+
**🐛 Bug Fixes**
13+
14+
15+
* @visactor/vchart: Upgrade vrender dependency to fix rose chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4315
16+
* @visactor/vchart: Upgrade vrender dependency to fix animation issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4325
17+
* @visactor/vchart: Fix extension mark update logic by @xile611 in https://github.com/VisActor/VChart/pull/4318
18+
* @visactor/vchart: Fix font family setting issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4324
19+
* @visactor/vchart: Fix issue with setDimensionIndex by @xuefei1313 in https://github.com/VisActor/VChart/pull/4291
20+
21+
22+
**📖 Documentation**
23+
24+
25+
* @visactor/vchart: Add candlestick chart guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4310
26+
* @visactor/vchart: Add theme development guide by @xuanhun in https://github.com/VisActor/VChart/pull/4322
27+
* @visactor/vchart: Add map rewind guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4326
28+
* @visactor/vchart: Add 3D registration content to guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4312
29+
* @visactor/vchart: Fix documentation for common chart option labelLayout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4316
30+
31+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.9...v2.0.10
32+
33+
[more detail about v2.0.10](https://github.com/VisActor/VChart/releases/tag/v2.0.10)
34+
135
# v2.0.9
236

337
2025-11-18

docs/assets/changelog/zh/release.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
# v2.0.10
2+
3+
2025-11-28
4+
5+
## 🆕 新特性
6+
7+
* @visactor/vchart: 箱型图 (Boxplot) 功能增强 by @xile611 in https://github.com/VisActor/VChart/pull/4323
8+
9+
## 🐛 问题修复
10+
11+
* @visactor/vchart: 升级 vrender 依赖以修复玫瑰图 (Rose Chart) 的问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4315
12+
* @visactor/vchart: 升级 vrender 依赖以修复动画相关问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4325
13+
* @visactor/vchart: 修复扩展标记 (Extension Mark) 的更新逻辑 by @xile611 in https://github.com/VisActor/VChart/pull/4318
14+
* @visactor/vchart: 修复字体系列 (Font Family) 设置的问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4324
15+
* @visactor/vchart: 修复 setDimensionIndex 方法的问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4291
16+
17+
## 📖 文档更新
18+
19+
* @visactor/vchart: 新增 K 线图 (Candlestick) 开发指南 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4310
20+
* @visactor/vchart: 新增主题 (Theme) 开发指南 by @xuanhun in https://github.com/VisActor/VChart/pull/4322
21+
* @visactor/vchart: 新增地图卷绕 (Map Rewind) 指南 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4326
22+
* @visactor/vchart: 在指南中补充 3D 注册相关内容 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4312
23+
* @visactor/vchart: 修正通用图表配置 labelLayout 的文档说明 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4316
24+
25+
[更多详情请查看 v2.0.10](https://github.com/VisActor/VChart/releases/tag/v2.0.10)
26+
127
# v2.0.9
228

329
2025-11-18
@@ -110,3 +136,4 @@
110136

111137

112138

139+

packages/harmony_vchart/library/CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
1+
# v2.0.10
2+
3+
2025-11-28
4+
5+
6+
**🆕 New Features**
7+
8+
9+
* @visactor/vchart: Enhance boxplot features by @xile611 in https://github.com/VisActor/VChart/pull/4323
10+
11+
12+
**🐛 Bug Fixes**
13+
14+
15+
* @visactor/vchart: Upgrade vrender dependency to fix rose chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4315
16+
* @visactor/vchart: Upgrade vrender dependency to fix animation issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4325
17+
* @visactor/vchart: Fix extension mark update logic by @xile611 in https://github.com/VisActor/VChart/pull/4318
18+
* @visactor/vchart: Fix font family setting issue by @xuefei1313 in https://github.com/VisActor/VChart/pull/4324
19+
* @visactor/vchart: Fix issue with setDimensionIndex by @xuefei1313 in https://github.com/VisActor/VChart/pull/4291
20+
21+
22+
**📖 Documentation**
23+
24+
25+
* @visactor/vchart: Add candlestick chart guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4310
26+
* @visactor/vchart: Add theme development guide by @xuanhun in https://github.com/VisActor/VChart/pull/4322
27+
* @visactor/vchart: Add map rewind guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4326
28+
* @visactor/vchart: Add 3D registration content to guide by @xuefei1313 in https://github.com/VisActor/VChart/pull/4312
29+
* @visactor/vchart: Fix documentation for common chart option labelLayout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4316
30+
31+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.9...v2.0.10
32+
33+
[more detail about v2.0.10](https://github.com/VisActor/VChart/releases/tag/v2.0.10)
34+
135
# v2.0.9
236

337
2025-11-18

0 commit comments

Comments
 (0)