Skip to content

Commit 8bacb32

Browse files
committed
Merge remote-tracking branch 'origin/develop' into fix/moasic-crosshair
2 parents e90aa8b + 35c28c5 commit 8bacb32

41 files changed

Lines changed: 386 additions & 129 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changelog/en.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# v2.0.21
1+
# v2.0.22
22

3-
2026-04-03
3+
2026-04-13
44

5-
**🆕 New Features**
5+
**🐛 Bug Fixes**
66

7-
- TODO: Fill in change details for v2.0.21.
7+
- **@visactor/vchart**: correct stacked bar corner clipping when barMinHeight is applied (Issue #4543)
8+
- **@visactor/vchart**: relayout api not work bug. fix#4537
9+
- **@visactor/vchart**: custom mark not release after update spec. fix#4537
10+
- **@visactor/vchart**: map error when roam or drag canvas. fix#4547
11+
- **@visactor/vchart**: handle sankey tooltip labels when source index is 0 (Issue #4488)
812

9-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21
13+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.22
1014

11-
[more detail about v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
15+
[more detail about v2.0.22](https://github.com/VisActor/VChart/releases/tag/v2.0.22)

.changelog/harmony.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# v2.0.21
1+
# v2.0.22
22

3-
2026-04-03
3+
2026-04-13
44

5-
**🆕 New Features**
5+
**🐛 Bug Fixes**
66

7-
- TODO: Fill in change details for v2.0.21.
7+
- **@visactor/vchart**: correct stacked bar corner clipping when barMinHeight is applied (Issue #4543)
8+
- **@visactor/vchart**: relayout api not work bug. fix#4537
9+
- **@visactor/vchart**: custom mark not release after update spec. fix#4537
10+
- **@visactor/vchart**: map error when roam or drag canvas. fix#4547
11+
- **@visactor/vchart**: handle sankey tooltip labels when source index is 0 (Issue #4488)
812

9-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21
13+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.22
1014

11-
[more detail about v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
15+
[more detail about v2.0.22](https://github.com/VisActor/VChart/releases/tag/v2.0.22)

.changelog/zh.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
1-
# v2.0.21
1+
# v2.0.22
22

3-
2026-04-03
3+
2026-04-13
44

5-
**🆕 新增功能**
5+
**🐛 问题修复**
66

7-
- TODO: Fill in change details for v2.0.21.
7+
- **@visactor/vchart**: correct stacked bar corner clipping when barMinHeight is applied (问题 #4543
8+
- **@visactor/vchart**: relayout api not work 问题. fix#4537
9+
- **@visactor/vchart**: custom mark not release after update spec. fix#4537
10+
- **@visactor/vchart**: map error when roam or drag canvas. fix#4547
11+
- **@visactor/vchart**: handle sankey Tooltip labels when source index is 0 (问题 #4488
812

9-
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21
13+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.22
1014

11-
[更多详情请查看 v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
15+
[更多详情请查看 v2.0.22](https://github.com/VisActor/VChart/releases/tag/v2.0.22)

common/changes/@visactor/vchart/fix-bar-min-height-stack-corner-radius_2026-04-13-11-27.json

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

common/changes/@visactor/vchart/fix-relayout-not-work-bug_2026-04-08-16-19.json

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

common/changes/@visactor/vchart/fix-relayout-not-work-bug_2026-04-10-07-21.json

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

common/changes/@visactor/vchart/fix-relayout-not-work-bug_2026-04-10-08-25.json

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

common/changes/@visactor/vchart/fix-sankey-tooltip-source-zero_2026-04-13-09-39.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.20",
5+
"version": "2.0.21",
66
"mainProject": "@visactor/vchart",
77
"nextBump": "patch"
88
}

0 commit comments

Comments
 (0)