Skip to content

Commit 94ca022

Browse files
authored
Merge pull request #4641 from VisActor/main
Main
2 parents 4b35c85 + 6ef74b9 commit 94ca022

35 files changed

Lines changed: 431 additions & 151 deletions

File tree

common/changes/@visactor/vchart/feat-discrete-legend-pager-layout-position-functions_2026-07-22.json

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

common/changes/@visactor/vchart/feat-mark-point-dimension-hover-state_2026-07-16-08-43.json

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

common/changes/@visactor/vchart/fix-dimension-hover-event-release_2026-07-17.json

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

common/changes/@visactor/vchart/fix-event-listener-remake-duplication_2026-07-28-02-02.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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.1.4","mainProject":"@visactor/vchart","nextBump":"patch"}]
1+
[{"definitionName":"lockStepVersion","policyName":"vchartMain","version":"2.1.5","mainProject":"@visactor/vchart","nextBump":"patch"}]

docs/assets/changelog/en/release.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v2.1.5
2+
3+
2026-07-30
4+
5+
**🆕 New Features**
6+
7+
- **@visactor/vchart**: support layout-time callbacks for discrete legend pager.layout and pager.position with resolved maxRow and maxCol
8+
- **@visactor/vchart**: support dimension hover state for mark point target symbol
9+
10+
**🐛 Bug Fixes**
11+
12+
- **@visactor/vchart**: release the pointerout listener when dimension hover events are unregistered
13+
- **@visactor/vchart**: avoid duplicate event handlers after chart remake
14+
15+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.1.4...v2.1.5
16+
17+
[more detail about v2.1.5](https://github.com/VisActor/VChart/releases/tag/v2.1.5)
118
# v2.1.4
219

320
2026-07-16

docs/assets/changelog/zh/release.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v2.1.5
2+
3+
2026-07-30
4+
5+
**🆕 新增功能**
6+
7+
- **@visactor/vchart**: 支持 layout-time callbacks for discrete 图例 pager.layout and pager.position with resolved maxRow and maxCol
8+
- **@visactor/vchart**: 支持 dimension hover state for mark point target symbol
9+
10+
**🐛 问题修复**
11+
12+
- **@visactor/vchart**: release the pointerout listener when dimension hover events are unregistered
13+
- **@visactor/vchart**: avoid duplicate event handlers after chart remake
14+
15+
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.1.4...v2.1.5
16+
17+
[更多详情请查看 v2.1.5](https://github.com/VisActor/VChart/releases/tag/v2.1.5)
118
# v2.1.4
219

320
2026-07-16

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313
"dependencies": {
1414
"@arco-design/web-react": "2.46.1",
15-
"@visactor/openinula-vchart": "workspace:2.1.4",
16-
"@visactor/react-vchart": "workspace:2.1.4",
17-
"@visactor/vchart": "workspace:2.1.4",
18-
"@visactor/vchart-extension": "workspace:2.1.4",
15+
"@visactor/openinula-vchart": "workspace:2.1.5",
16+
"@visactor/react-vchart": "workspace:2.1.5",
17+
"@visactor/vchart": "workspace:2.1.5",
18+
"@visactor/vchart-extension": "workspace:2.1.5",
1919
"@visactor/vchart-theme": "~1.6.6",
2020
"@visactor/vmind": "1.2.4-alpha.5",
2121
"@visactor/vutils": "~1.0.23",

packages/block-vchart/block/vchart/index.js

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

0 commit comments

Comments
 (0)