From e8c0bb413cf683c1d26b256752224f3580b29680 Mon Sep 17 00:00:00 2001 From: "lixuefei.1313" Date: Mon, 23 Feb 2026 18:16:05 +0800 Subject: [PATCH] Revert "Merge pull request #4465 from VisActor/sync/main-2.0.16" This reverts commit d210c564bae71eb45e1af9ef02f6900f9078aa52, reversing changes made to 8898c7db358e77e01fce850354dde115d6956e60. --- docs/assets/changelog/en/release.md | 27 -------------------- docs/assets/changelog/zh/release.md | 27 -------------------- packages/harmony_vchart/library/CHANGELOG.md | 27 -------------------- 3 files changed, 81 deletions(-) diff --git a/docs/assets/changelog/en/release.md b/docs/assets/changelog/en/release.md index f7446726cc..57d5edd97d 100644 --- a/docs/assets/changelog/en/release.md +++ b/docs/assets/changelog/en/release.md @@ -1,30 +1,3 @@ -# v2.0.16 - -2026-02-13 - -**🆕 New Features** - -- **@visactor/vchart**: Add Timeline chart by @xile611 in https://github.com/VisActor/VChart/pull/4440 -- **@visactor/vchart**: Optimize Word Cloud shape algorithm for better performance and layout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4452 -- **@visactor/vchart**: Add skills feature support by @xile611 in https://github.com/VisActor/VChart/pull/4447 - -**🐛 Bug Fixes** - -- **@visactor/vchart**: Upgrade `vrender` dependency to fix Word Cloud chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4432 -- **@visactor/vchart**: Fix React VChart tooltip render style by @xile611 in https://github.com/VisActor/VChart/pull/4430 -- **@visactor/vchart**: Fix invalid `fontSize` setting in `markPoint.itemContent.text.style` by @xuefei1313 in https://github.com/VisActor/VChart/pull/4453 -- **@visactor/vchart**: Fix fill graphic type definition by @xuefei1313 in https://github.com/VisActor/VChart/pull/4454 -- **@visactor/vchart**: Update `visual` type definition and related documentation by @xile611 in https://github.com/VisActor/VChart/pull/4451 - -**🔨 Chores** - -- **@visactor/vchart**: Optimize `spec-kit` commands by @xuefei1313 in https://github.com/VisActor/VChart/pull/4442 -- **@visactor/vchart**: Update and fix release changelog GitHub Action workflow by @xuefei1313 in https://github.com/VisActor/VChart/pull/4439 - -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.14...v2.0.16 - -[more detail about v2.0.16](https://github.com/VisActor/VChart/releases/tag/v2.0.16) - # v2.0.15 2026-02-02 diff --git a/docs/assets/changelog/zh/release.md b/docs/assets/changelog/zh/release.md index 08d10428bc..d69cb01566 100644 --- a/docs/assets/changelog/zh/release.md +++ b/docs/assets/changelog/zh/release.md @@ -1,30 +1,3 @@ -# v2.0.16 - -2026-02-13 - -**🆕 新增功能** - -- **@visactor/vchart**: 新增时间线(Timeline)图表 by @xile611 in https://github.com/VisActor/VChart/pull/4440 -- **@visactor/vchart**: 优化词云图(Word Cloud)形状算法,提升性能与布局效果 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4452 -- **@visactor/vchart**: 新增 skills 特性支持 by @xile611 in https://github.com/VisActor/VChart/pull/4447 - -**🐛 问题修复** - -- **@visactor/vchart**: 升级 `vrender` 依赖以修复词云图相关问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4432 -- **@visactor/vchart**: 修复 React VChart 中 Tooltip 的渲染样式问题 by @xile611 in https://github.com/VisActor/VChart/pull/4430 -- **@visactor/vchart**: 修复 `markPoint.itemContent.text.style.fontSize` 设置无效的问题 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4453 -- **@visactor/vchart**: 修复填充图形(fill graphic)的类型定义 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4454 -- **@visactor/vchart**: 更新 `visual` 类型定义并完善相关文档 by @xile611 in https://github.com/VisActor/VChart/pull/4451 - -**🔨 维护与杂项** - -- **@visactor/vchart**: 优化 `spec-kit` 命令行工具 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4442 -- **@visactor/vchart**: 更新并修复 Release Changelog 的 GitHub Action 工作流 by @xuefei1313 in https://github.com/VisActor/VChart/pull/4439 - -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.14...v2.0.16 - -[more detail about v2.0.16](https://github.com/VisActor/VChart/releases/tag/v2.0.16) - # v2.0.15 2026-02-02 diff --git a/packages/harmony_vchart/library/CHANGELOG.md b/packages/harmony_vchart/library/CHANGELOG.md index 44f55a3df3..9033100184 100644 --- a/packages/harmony_vchart/library/CHANGELOG.md +++ b/packages/harmony_vchart/library/CHANGELOG.md @@ -1,30 +1,3 @@ -# v2.0.16 - -2026-02-13 - -**🆕 New Features** - -- **@visactor/vchart**: Add Timeline chart by @xile611 in https://github.com/VisActor/VChart/pull/4440 -- **@visactor/vchart**: Optimize Word Cloud shape algorithm for better performance and layout by @xuefei1313 in https://github.com/VisActor/VChart/pull/4452 -- **@visactor/vchart**: Add skills feature support by @xile611 in https://github.com/VisActor/VChart/pull/4447 - -**🐛 Bug Fixes** - -- **@visactor/vchart**: Upgrade `vrender` dependency to fix Word Cloud chart issues by @xuefei1313 in https://github.com/VisActor/VChart/pull/4432 -- **@visactor/vchart**: Fix React VChart tooltip render style by @xile611 in https://github.com/VisActor/VChart/pull/4430 -- **@visactor/vchart**: Fix invalid `fontSize` setting in `markPoint.itemContent.text.style` by @xuefei1313 in https://github.com/VisActor/VChart/pull/4453 -- **@visactor/vchart**: Fix fill graphic type definition by @xuefei1313 in https://github.com/VisActor/VChart/pull/4454 -- **@visactor/vchart**: Update `visual` type definition and related documentation by @xile611 in https://github.com/VisActor/VChart/pull/4451 - -**🔨 Chores** - -- **@visactor/vchart**: Optimize `spec-kit` commands by @xuefei1313 in https://github.com/VisActor/VChart/pull/4442 -- **@visactor/vchart**: Update and fix release changelog GitHub Action workflow by @xuefei1313 in https://github.com/VisActor/VChart/pull/4439 - -**Full Changelog**: https://github.com/VisActor/VChart/compare/v2.0.14...v2.0.16 - -[more detail about v2.0.16](https://github.com/VisActor/VChart/releases/tag/v2.0.16) - # v2.0.15 2026-02-02