Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c18a2da
Merge pull request #4541 from VisActor/sync/main-2.0.21
xile611 Apr 7, 2026
68e98a5
chore: add unpkgFiles field to package.json for better CDN support
xile611 Apr 7, 2026
c138527
Merge pull request #4542 from VisActor/chore/unpkg-files
xuefei1313 Apr 7, 2026
81a069f
fix: box plot linear axis
da730 Apr 9, 2026
e8b06d7
feat: box plot linear axis
da730 Apr 9, 2026
c2cfe21
Merge pull request #4545 from VisActor/feat-boxplot-linear-axis
xuefei1313 Apr 10, 2026
e217a03
fix: fix bug of _reSetRenderState when release
xuefei1313 Apr 10, 2026
59c0dc5
feat: add ExtensionMarkSyncStatePlugin for vchart-extension to sync e…
kitee0325 Apr 10, 2026
af3aaab
refactor: simplify syncState by removing per-graphic listeners
kitee0325 Apr 11, 2026
5de2eeb
Merge pull request #4552 from VisActor/fix/bug-of-release
xuefei1313 Apr 13, 2026
9434098
fix(vchart-extension): fix afterRender listener accumulation in Exten…
kitee0325 Apr 13, 2026
bfb8336
Merge pull request #4551 from kitee0325/feat/extension-mark-sync-stat…
xuefei1313 Apr 13, 2026
8f208c1
fix: preserve Sankey tooltip titles for zero-index source links
xuefei1313 Apr 13, 2026
89bff67
Merge pull request #4553 from VisActor/fix/sankey-tooltip-source-zero
xuefei1313 Apr 13, 2026
75b73c9
fix: correct stack corner clipping with barMinHeight
xuefei1313 Apr 13, 2026
9f28c23
fix: relayout api not work bug. fix#4537
skie1997 Apr 8, 2026
1df2d88
fix: custom mark not release after update spec. fix#4537
skie1997 Apr 10, 2026
c5eff3b
fix: map error when roam or drag canvas. fix#4547
skie1997 Apr 10, 2026
ab86a7c
fix: preserve tooltip theme visibility overrides
xuefei1313 Apr 13, 2026
dbcf269
Merge pull request #4554 from VisActor/fix/bar-min-height-stack-corne…
xuefei1313 Apr 13, 2026
b466bd3
Merge pull request #4555 from VisActor/fix/fix-tooltip-theme-not-work
xuefei1313 Apr 13, 2026
87ba0ca
build: release version 2.0.22 [skip ci]
xuefei1313 Apr 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions .changelog/en.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# v2.0.21
# v2.0.22

2026-04-03
2026-04-13

**🆕 New Features**
**🐛 Bug Fixes**

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

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.22

[more detail about v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
[more detail about v2.0.22](https://github.com/VisActor/VChart/releases/tag/v2.0.22)
16 changes: 10 additions & 6 deletions .changelog/harmony.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# v2.0.21
# v2.0.22

2026-04-03
2026-04-13

**🆕 New Features**
**🐛 Bug Fixes**

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

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.22

[more detail about v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
[more detail about v2.0.22](https://github.com/VisActor/VChart/releases/tag/v2.0.22)
16 changes: 10 additions & 6 deletions .changelog/zh.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# v2.0.21
# v2.0.22

2026-04-03
2026-04-13

**🆕 新增功能**
**🐛 问题修复**

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

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.22

[更多详情请查看 v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
[更多详情请查看 v2.0.22](https://github.com/VisActor/VChart/releases/tag/v2.0.22)
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -135,3 +135,4 @@ packages/vchart/__tests__/runtime/node/**.png

*.tsbuildinfo
.github/hooks/copilot-hooks.json
.omx/
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@visactor/vchart-extension",
"comment": "feat: add ExtensionMarkSyncStatePlugin to synchronize interactive states of extensionMark with primary marks",
"type": "minor"
}
],
"packageName": "@visactor/vchart-extension",
"email": "kitee0325@gmail.com"
}
28 changes: 14 additions & 14 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "vchartMain",
"version": "2.0.20",
"version": "2.0.21",
"mainProject": "@visactor/vchart",
"nextBump": "patch"
}
Expand Down
15 changes: 15 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v2.0.22

2026-04-13

**🐛 Bug Fixes**

- **@visactor/vchart**: correct stacked bar corner clipping when barMinHeight is applied (Issue #4543)
- **@visactor/vchart**: relayout api not work bug. fix#4537
- **@visactor/vchart**: custom mark not release after update spec. fix#4537
- **@visactor/vchart**: map error when roam or drag canvas. fix#4547
- **@visactor/vchart**: handle sankey tooltip labels when source index is 0 (Issue #4488)

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.22

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

2026-04-03
Expand Down
11 changes: 11 additions & 0 deletions docs/assets/changelog/en/release.md.bak
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.0.21

2026-04-03

**🆕 New Features**

- TODO: Fill in change details for v2.0.21.

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21

[more detail about v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
# v2.0.20

2026-03-26
Expand Down
15 changes: 15 additions & 0 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v2.0.22

2026-04-13

**🐛 问题修复**

- **@visactor/vchart**: correct stacked bar corner clipping when barMinHeight is applied (问题 #4543)
- **@visactor/vchart**: relayout api not work 问题. fix#4537
- **@visactor/vchart**: custom mark not release after update spec. fix#4537
- **@visactor/vchart**: map error when roam or drag canvas. fix#4547
- **@visactor/vchart**: handle sankey Tooltip labels when source index is 0 (问题 #4488)

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.22

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

2026-04-03
Expand Down
11 changes: 11 additions & 0 deletions docs/assets/changelog/zh/release.md.bak
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.0.21

2026-04-03

**🆕 新增功能**

- TODO: Fill in change details for v2.0.21.

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21

[更多详情请查看 v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
# v2.0.20

2026-03-26
Expand Down
Loading
Loading