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
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.18
# v2.0.19

2026-03-05
2026-03-06

**🆕 New Features**
**🔨 Chores**

- **@visactor/vchart**: feat: optimiz workflows for release
- **@visactor/vchart**: remove unused GitHub Actions workflows

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


**🐛 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)
[more detail about v2.0.19](https://github.com/VisActor/VChart/releases/tag/v2.0.19)
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.18
# v2.0.19

2026-03-05
2026-03-06

**🆕 New Features**
**🔨 Chores**

- **@visactor/vchart**: feat: optimiz workflows for release
- **@visactor/vchart**: remove unused GitHub Actions workflows

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


**🐛 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)
[more detail about v2.0.19](https://github.com/VisActor/VChart/releases/tag/v2.0.19)
18 changes: 6 additions & 12 deletions .changelog/zh.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
# v2.0.18
# v2.0.19

2026-03-05
2026-03-06

**🆕 新增功能**
**🔨 维护与杂项**

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

**🐛 问题修复**
**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.18...v2.0.19

- **@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.19](https://github.com/VisActor/VChart/releases/tag/v2.0.19)
3 changes: 2 additions & 1 deletion .cursor/rules/specify-rules.mdc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Auto-generated from all feature plans. Last updated: 2026-01-15
## Active Technologies
- TypeScript 4.x+ (Project uses TS) + `@visactor/vchart` (Core logic), `@visactor/react-vchart` (React wrapper) (007-fix-datazoom-react)
- N/A (In-memory chart state) (007-fix-datazoom-react)
- Markdown + JSON(文档内容与菜单配置) + `@internal/docs` 文档构建体系、`docs/assets/guide/menu.json` 导航配置、现有教程目录结构 (001-vchart-skill-tutorial)

- TypeScript/React 18 + @visactor/react-vchart, @visactor/vchar (001-react-vchart-demo)

Expand All @@ -26,10 +27,10 @@ npm test && npm run lint
TypeScript 4.9.5: Follow standard conventions

## Recent Changes
- 001-vchart-skill-tutorial: Added Markdown + JSON(文档内容与菜单配置) + `@internal/docs` 文档构建体系、`docs/assets/guide/menu.json` 导航配置、现有教程目录结构
- 007-fix-datazoom-react: Added TypeScript 4.x+ (Project uses TS) + `@visactor/vchart` (Core logic), `@visactor/react-vchart` (React wrapper)
- 007-fix-datazoom-react: Added [if applicable, e.g., PostgreSQL, CoreData, files or N/A]

- 001-react-vchart-demo: Added TypeScript/React 18 + @visactor/react-vchart, @visactor/vchar


<!-- MANUAL ADDITIONS START -->
Expand Down
171 changes: 0 additions & 171 deletions .github/workflows/publish.yml

This file was deleted.

103 changes: 0 additions & 103 deletions .github/workflows/release-changelog.yml

This file was deleted.

Loading