Skip to content

Commit 245188f

Browse files
authored
Merge pull request #4499 from VisActor/sync/main-2.0.18
[Auto Sync] Sync the code from branch main to branch develop after release 2.0.18
2 parents 40b18a5 + 22a8b64 commit 245188f

40 files changed

Lines changed: 244 additions & 117 deletions

File tree

.changelog/en.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# v2.0.17
1+
# v2.0.18
2+
3+
2026-03-05
4+
5+
**🆕 New Features**
6+
7+
- **@visactor/vchart**: feat: optimiz workflows for release
8+
29

3-
2026-02-26
410

511
**🐛 Bug Fixes**
612

7-
- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration
13+
- **@visactor/vchart**: fix: ensure DataZoom updates when data source changes (Issue #4185)
14+
- **@visactor/vchart**: fix: fix default lineWidth for heatmap label
15+
16+
17+
- **@visactor/vchart**: fix: Fix memory leaks in Player component and BaseComponent release logic.
818

9-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17
19+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18
1020

11-
[more detail about v2.0.17](https://github.com/VisActor/VChart/releases/tag/v2.0.17)
21+
[more detail about v2.0.18](https://github.com/VisActor/VChart/releases/tag/v2.0.18)

.changelog/harmony.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,21 @@
1-
# v2.0.17
1+
# v2.0.18
2+
3+
2026-03-05
4+
5+
**🆕 New Features**
6+
7+
- **@visactor/vchart**: feat: optimiz workflows for release
8+
29

3-
2026-02-26
410

511
**🐛 Bug Fixes**
612

7-
- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration
13+
- **@visactor/vchart**: fix: ensure DataZoom updates when data source changes (Issue #4185)
14+
- **@visactor/vchart**: fix: fix default lineWidth for heatmap label
15+
16+
17+
- **@visactor/vchart**: fix: Fix memory leaks in Player component and BaseComponent release logic.
818

9-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17
19+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18
1020

11-
[more detail about v2.0.17](https://github.com/VisActor/VChart/releases/tag/v2.0.17)
21+
[more detail about v2.0.18](https://github.com/VisActor/VChart/releases/tag/v2.0.18)

.changelog/zh.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
# v2.0.17
1+
# v2.0.18
22

3-
2026-02-26
3+
2026-03-05
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vchart**: 优化发布相关的工作流程(Release Workflows)
48

59
**🐛 问题修复**
610

7-
- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration
11+
- **@visactor/vchart**: 修复数据源变更时 DataZoom 未触发更新的问题 (Issue #4185)
12+
- **@visactor/vchart**: 修复热力图(Heatmap)标签的默认线宽(`lineWidth`)问题
13+
- **@visactor/vchart**: 修复 Player 组件以及 `BaseComponent` 销毁释放逻辑中的内存泄漏问题
814

9-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17
15+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18
1016

11-
[更多详情请查看 v2.0.17](https://github.com/VisActor/VChart/releases/tag/v2.0.17)
17+
[more detail about v2.0.18](https://github.com/VisActor/VChart/releases/tag/v2.0.18)

common/changes/@visactor/vchart/feat-optimiz-post-release_2026-03-05-09-46.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@visactor/vchart/fix-datazoom-update_20250209.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@visactor/vchart/fix-heatmap-label_2025-12-26-08-38.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/changes/@visactor/vchart/fix-memory-leaks.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

common/config/rush/pnpm-lock.yaml

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

common/config/rush/version-policies.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"definitionName": "lockStepVersion",
44
"policyName": "vchartMain",
5-
"version": "2.0.16",
5+
"version": "2.0.17",
66
"mainProject": "@visactor/vchart",
77
"nextBump": "patch"
88
}

docs/assets/changelog/en/release.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# v2.0.18
2+
3+
2026-03-05
4+
5+
**🆕 New Features**
6+
7+
- **@visactor/vchart**: feat: optimiz workflows for release
8+
9+
10+
11+
**🐛 Bug Fixes**
12+
13+
- **@visactor/vchart**: fix: ensure DataZoom updates when data source changes (Issue #4185)
14+
- **@visactor/vchart**: fix: fix default lineWidth for heatmap label
15+
16+
17+
- **@visactor/vchart**: fix: Fix memory leaks in Player component and BaseComponent release logic.
18+
19+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18
20+
21+
[more detail about v2.0.18](https://github.com/VisActor/VChart/releases/tag/v2.0.18)
122
# v2.0.17
223

324
2026-02-26

0 commit comments

Comments
 (0)