Skip to content
Merged
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
20 changes: 15 additions & 5 deletions .changelog/en.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# v2.0.17
# v2.0.18

2026-03-05

**🆕 New Features**

- **@visactor/vchart**: feat: optimiz workflows for release


2026-02-26

**🐛 Bug Fixes**

- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration
- **@visactor/vchart**: fix: ensure DataZoom updates when data source changes (Issue #4185)
- **@visactor/vchart**: fix: fix default lineWidth for heatmap label


- **@visactor/vchart**: fix: Fix memory leaks in Player component and BaseComponent release logic.

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18

[more detail about v2.0.17](https://github.com/VisActor/VChart/releases/tag/v2.0.17)
[more detail about v2.0.18](https://github.com/VisActor/VChart/releases/tag/v2.0.18)
20 changes: 15 additions & 5 deletions .changelog/harmony.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# v2.0.17
# v2.0.18

2026-03-05

**🆕 New Features**

- **@visactor/vchart**: feat: optimiz workflows for release


2026-02-26

**🐛 Bug Fixes**

- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration
- **@visactor/vchart**: fix: ensure DataZoom updates when data source changes (Issue #4185)
- **@visactor/vchart**: fix: fix default lineWidth for heatmap label


- **@visactor/vchart**: fix: Fix memory leaks in Player component and BaseComponent release logic.

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18

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

2026-02-26
2026-03-05

**🆕 新增功能**

- **@visactor/vchart**: 优化发布相关的工作流程(Release Workflows)

**🐛 问题修复**

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

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18

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

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@visactor/vchart/fix-datazoom-update_20250209.json

This file was deleted.

This file was deleted.

11 changes: 0 additions & 11 deletions common/changes/@visactor/vchart/fix-memory-leaks.json

This file was deleted.

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.16",
"version": "2.0.17",
"mainProject": "@visactor/vchart",
"nextBump": "patch"
}
Expand Down
21 changes: 21 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v2.0.18

2026-03-05

**🆕 New Features**

- **@visactor/vchart**: feat: optimiz workflows for release



**🐛 Bug Fixes**

- **@visactor/vchart**: fix: ensure DataZoom updates when data source changes (Issue #4185)
- **@visactor/vchart**: fix: fix default lineWidth for heatmap label


- **@visactor/vchart**: fix: Fix memory leaks in Player component and BaseComponent release logic.

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18

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

2026-02-26
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.17

2026-02-26

**🐛 Bug Fixes**

- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17

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

2026-02-13
Expand Down
23 changes: 21 additions & 2 deletions docs/assets/changelog/zh/release.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,33 @@
# v2.0.18

2026-03-05

**🆕 新增功能**

- **@visactor/vchart**: 优化发布相关的工作流程(Release Workflows)

**🐛 问题修复**

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

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18

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

# v2.0.17

2026-02-26

**🐛 问题修复**

- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration
- **@visactor/vchart**: 修复坐标轴网格(Axis Grid)配置中对函数形式的交替颜色(`alternateColor`)的支持问题

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17

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

# v2.0.16

2026-02-13
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.17

2026-02-26

**🐛 问题修复**

- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17

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

2026-02-13
Expand Down
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"dependencies": {
"@arco-design/web-react": "2.46.1",
"@visactor/openinula-vchart": "workspace:2.0.17",
"@visactor/react-vchart": "workspace:2.0.17",
"@visactor/vchart": "workspace:2.0.17",
"@visactor/vchart-extension": "workspace:2.0.17",
"@visactor/openinula-vchart": "workspace:2.0.18",
"@visactor/react-vchart": "workspace:2.0.18",
"@visactor/vchart": "workspace:2.0.18",
"@visactor/vchart-extension": "workspace:2.0.18",
"@visactor/vchart-theme": "~1.6.6",
"@visactor/vmind": "1.2.4-alpha.5",
"@visactor/vutils": "~1.0.22",
Expand Down
4 changes: 2 additions & 2 deletions packages/block-vchart/block/vchart/index.js

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions packages/harmony_vchart/library/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# v2.0.18

2026-03-05

**🆕 New Features**

- **@visactor/vchart**: feat: optimiz workflows for release



**🐛 Bug Fixes**

- **@visactor/vchart**: fix: ensure DataZoom updates when data source changes (Issue #4185)
- **@visactor/vchart**: fix: fix default lineWidth for heatmap label


- **@visactor/vchart**: fix: Fix memory leaks in Player component and BaseComponent release logic.

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.17...v2.0.18

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

2026-02-26
Expand Down
11 changes: 11 additions & 0 deletions packages/harmony_vchart/library/CHANGELOG.md.bak
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v2.0.17

2026-02-26

**🐛 Bug Fixes**

- **@visactor/vchart**: fix: support functional alternateColor in axis grid configuration

**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.16...v2.0.17

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

2026-02-13
Expand Down
2 changes: 1 addition & 1 deletion packages/harmony_vchart/library/oh-package.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
name: '@visactor/harmony-vchart',
version: '2.0.17',
version: '2.0.18',
description: '@visactor/vchart 针对 harmonyOS 打造的图表库,拥有非常酷炫的动画能力,近20种图表类型,以及原生的渲染性能',
main: 'Index.ets',
author: {
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/lark-vchart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@visactor/lark-vchart",
"version": "2.0.17",
"version": "2.0.18",
"description": "VChart 飞书小程序组件",
"main": "index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/lark-vchart/src/vchart/index.js

Large diffs are not rendered by default.

Loading
Loading