Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
22 changes: 6 additions & 16 deletions .changelog/en.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
# v2.0.20
# v2.0.21

2026-03-26
2026-04-03

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

- **@visactor/vchart**: fix theme config of spec and option
- **@visactor/vchart**: datazoom update domain after data change. fix#4186
- TODO: Fill in change details for v2.0.21.

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

- **@visactor/vchart**: update changes for 008-fix-size-legend-handler-text: Allow size legend handlerText.style to accept function-based values in the same way other legend style hooks already do, and add regression coverage proving the style callback is preserved through continuous legend attribute transformation.
- **@visactor/vchart**: update changes for 009-fix-heatmap-scrollbar-axis-direction: Align ScrollBar with DataZoom by using the shared reverse-axis detection when converting scrollbar state percentages back into domain values.
- **@visactor/vchart**: update changes for 009-fix-issue-of-mark-state-when-updateSpec: Fix an issue where mark states were not properly cleared when updateSpec was called, causing incorrect state persistence.
- **@visactor/vchart**: update changes for 010-hide-empty-axes: Add an opt-in hideWhenEmpty axis option for cartesian axes.
- **@visactor/vchart**: update changes for 009-fix-issue-of-mark-state-when-updateSpec: Fix an issue where mark states were not properly cleared when updateSpec was called, causing incorrect state persistence.
- **@visactor/vchart**: upgrade vutils, vdataset, vscale, vlayouts to ~1.0.23

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

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

2026-03-26
2026-04-03

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

- **@visactor/vchart**: fix theme config of spec and option
- **@visactor/vchart**: datazoom update domain after data change. fix#4186
- TODO: Fill in change details for v2.0.21.

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

- **@visactor/vchart**: update changes for 008-fix-size-legend-handler-text: Allow size legend handlerText.style to accept function-based values in the same way other legend style hooks already do, and add regression coverage proving the style callback is preserved through continuous legend attribute transformation.
- **@visactor/vchart**: update changes for 009-fix-heatmap-scrollbar-axis-direction: Align ScrollBar with DataZoom by using the shared reverse-axis detection when converting scrollbar state percentages back into domain values.
- **@visactor/vchart**: update changes for 009-fix-issue-of-mark-state-when-updateSpec: Fix an issue where mark states were not properly cleared when updateSpec was called, causing incorrect state persistence.
- **@visactor/vchart**: update changes for 010-hide-empty-axes: Add an opt-in hideWhenEmpty axis option for cartesian axes.
- **@visactor/vchart**: update changes for 009-fix-issue-of-mark-state-when-updateSpec: Fix an issue where mark states were not properly cleared when updateSpec was called, causing incorrect state persistence.
- **@visactor/vchart**: upgrade vutils, vdataset, vscale, vlayouts to ~1.0.23

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

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

2026-03-26
2026-04-03

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

- **@visactor/vchart**: 修复 theme config of spec and option
- **@visactor/vchart**: datazoom update domain after data change. fix#4186
- TODO: Fill in change details for v2.0.21.

**🔨 维护与杂项**
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.20...v2.0.21

- **@visactor/vchart**: 更新 changes for 008-fix-size-图例-handler-text: Allow size 图例 handlerText.style accept function-based values in the same way other 图例 style hooks already do, and add regression coverage proving the style callback is preserved through continuous 图例 attribute transformation.
- **@visactor/vchart**: 更新 changes for 009-fix-heatmap-scrollbar-axis-direction: Align ScrollBar with DataZoom by using the shared reverse-axis detection when converting scrollbar state percentages back into domain values.
- **@visactor/vchart**: 更新 changes for 009-fix-问题-of-mark-state-when-updateSpec: Fix an 问题 where mark states were not properly cleared when updateSpec was called, causing incorrect state persistence.
- **@visactor/vchart**: 更新 changes for 010-hide-empty-axes: Add an opt-in hideWhenEmpty axis option for cartesian axes.
- **@visactor/vchart**: 更新 changes for 009-fix-问题-of-mark-state-when-updateSpec: Fix an 问题 where mark states were not properly cleared when updateSpec was called, causing incorrect state persistence.
- **@visactor/vchart**: 升级 vutils, vdataset, vscale, vlayouts ~1.0.23

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

[更多详情请查看 v2.0.20](https://github.com/VisActor/VChart/releases/tag/v2.0.20)
[更多详情请查看 v2.0.21](https://github.com/VisActor/VChart/releases/tag/v2.0.21)
150 changes: 130 additions & 20 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.19",
"version": "2.0.20",
"mainProject": "@visactor/vchart",
"nextBump": "patch"
}
Expand Down
11 changes: 11 additions & 0 deletions docs/assets/changelog/en/release.md
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
Loading
Loading