Skip to content

Commit 194052c

Browse files
authored
Merge pull request #4469 from VisActor/sync/main-2.0.16
Sync/main 2.0.16
2 parents e6ed254 + 07780b6 commit 194052c

File tree

3 files changed

+81
-0
lines changed

3 files changed

+81
-0
lines changed

docs/assets/changelog/en/release.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# v2.0.16
2+
3+
2026-02-13
4+
5+
**🆕 New Features**
6+
7+
- **@visactor/vchart**: Add Timeline chart by @xile611 in https://github.com/VisActor/VChart/pull/4440
8+
- **@visactor/vchart**: Optimize Word Cloud shape algorithm for better performance and layout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4452
9+
- **@visactor/vchart**: Add skills feature support by @xile611 in https://github.com/VisActor/VChart/pull/4447
10+
11+
**🐛 Bug Fixes**
12+
13+
- **@visactor/vchart**: Upgrade `vrender` dependency to fix Word Cloud chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4432
14+
- **@visactor/vchart**: Fix React VChart tooltip render style by @xile611 in https://github.com/VisActor/VChart/pull/4430
15+
- **@visactor/vchart**: Fix invalid `fontSize` setting in `markPoint.itemContent.text.style` by @xuefei1313 in https://github.com/VisActor/VChart/pull/4453
16+
- **@visactor/vchart**: Fix fill graphic type definition by @xuefei1313 in https://github.com/VisActor/VChart/pull/4454
17+
- **@visactor/vchart**: Update `visual` type definition and related documentation by @xile611 in https://github.com/VisActor/VChart/pull/4451
18+
19+
**🔨 Chores**
20+
21+
- **@visactor/vchart**: Optimize `spec-kit` commands by @xuefei1313 in https://github.com/VisActor/VChart/pull/4442
22+
- **@visactor/vchart**: Update and fix release changelog GitHub Action workflow by @xuefei1313 in https://github.com/VisActor/VChart/pull/4439
23+
24+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.14...v2.0.16
25+
26+
[more detail about v2.0.16](https://github.com/VisActor/VChart/releases/tag/v2.0.16)
27+
128
# v2.0.15
229

330
2026-02-02

docs/assets/changelog/zh/release.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# v2.0.16
2+
3+
2026-02-13
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vchart**: 新增时间线(Timeline)图表 by @xile611 in https://github.com/VisActor/VChart/pull/4440
8+
- **@visactor/vchart**: 优化词云图(Word Cloud)形状算法,提升性能与布局效果 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4452
9+
- **@visactor/vchart**: 新增 skills 特性支持 by @xile611 in https://github.com/VisActor/VChart/pull/4447
10+
11+
**🐛 问题修复**
12+
13+
- **@visactor/vchart**: 升级 `vrender` 依赖以修复词云图相关问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4432
14+
- **@visactor/vchart**: 修复 React VChart 中 Tooltip 的渲染样式问题 by @xile611 in https://github.com/VisActor/VChart/pull/4430
15+
- **@visactor/vchart**: 修复 `markPoint.itemContent.text.style.fontSize` 设置无效的问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4453
16+
- **@visactor/vchart**: 修复填充图形(fill graphic)的类型定义 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4454
17+
- **@visactor/vchart**: 更新 `visual` 类型定义并完善相关文档 by @xile611 in https://github.com/VisActor/VChart/pull/4451
18+
19+
**🔨 维护与杂项**
20+
21+
- **@visactor/vchart**: 优化 `spec-kit` 命令行工具 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4442
22+
- **@visactor/vchart**: 更新并修复 Release Changelog 的 GitHub Action 工作流 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4439
23+
24+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.14...v2.0.16
25+
26+
[more detail about v2.0.16](https://github.com/VisActor/VChart/releases/tag/v2.0.16)
27+
128
# v2.0.15
229

330
2026-02-02

packages/harmony_vchart/library/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# v2.0.16
2+
3+
2026-02-13
4+
5+
**🆕 New Features**
6+
7+
- **@visactor/vchart**: Add Timeline chart by @xile611 in https://github.com/VisActor/VChart/pull/4440
8+
- **@visactor/vchart**: Optimize Word Cloud shape algorithm for better performance and layout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4452
9+
- **@visactor/vchart**: Add skills feature support by @xile611 in https://github.com/VisActor/VChart/pull/4447
10+
11+
**🐛 Bug Fixes**
12+
13+
- **@visactor/vchart**: Upgrade `vrender` dependency to fix Word Cloud chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4432
14+
- **@visactor/vchart**: Fix React VChart tooltip render style by @xile611 in https://github.com/VisActor/VChart/pull/4430
15+
- **@visactor/vchart**: Fix invalid `fontSize` setting in `markPoint.itemContent.text.style` by @xuefei1313 in https://github.com/VisActor/VChart/pull/4453
16+
- **@visactor/vchart**: Fix fill graphic type definition by @xuefei1313 in https://github.com/VisActor/VChart/pull/4454
17+
- **@visactor/vchart**: Update `visual` type definition and related documentation by @xile611 in https://github.com/VisActor/VChart/pull/4451
18+
19+
**🔨 Chores**
20+
21+
- **@visactor/vchart**: Optimize `spec-kit` commands by @xuefei1313 in https://github.com/VisActor/VChart/pull/4442
22+
- **@visactor/vchart**: Update and fix release changelog GitHub Action workflow by @xuefei1313 in https://github.com/VisActor/VChart/pull/4439
23+
24+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.14...v2.0.16
25+
26+
[more detail about v2.0.16](https://github.com/VisActor/VChart/releases/tag/v2.0.16)
27+
128
# v2.0.15
229

330
2026-02-02

0 commit comments

Comments
 (0)