From 8152d3dcd9f30609fb3c44366e4f9597cfee07f5 Mon Sep 17 00:00:00 2001 From: Justineo Date: Sun, 15 Feb 2026 02:03:07 +0800 Subject: [PATCH] docs(changelog): refine 8.1.0-beta.1 release notes --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f533f17..4bd54b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 8.1.0-beta.1 + +### New features + +- Added `vue-echarts/graphic` and `#graphic` slot support to build and update ECharts `graphic` trees with Vue components. + +### Fixes + +- Fixed theme-switch regressions by replaying the latest `option` after `setTheme`, so delayed data assignment (e.g. async graph `series.data`/`links`) no longer disappears on theme changes (#972). +- Fixed smart-update normalization when option keys migrate across shapes (e.g. object to array/scalar), preventing valid next values from being overwritten during updates. + ## 8.0.1 ### Fixes