Releases: ecomfe/vue-echarts
Releases · ecomfe/vue-echarts
v8.1.0-beta.2
Fixes
- Fixed an update regression in
vue-echarts/graphicslot behavior that could break some demos and runtime updates (#976).
v8.1.0-beta.1
New features
- Added
vue-echarts/graphicand#graphicslot support to build and update EChartsgraphictrees with Vue components.
Fixes
- Fixed theme-switch regressions by replaying the latest
optionaftersetTheme, so delayed data assignment (e.g. async graphseries.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.
v8.0.1
v8.0.0
Breaking changes
- Updated peer dependency for
echartsto^6.0.0. - Updated peer dependency for
vueto^3.3.0. - Dropped support for browsers without native
classsupport. - Removed
vue-echarts/cspentry. Usevue-echartsinstead. Only manually includevue-echarts/style.cssif you are both enforcing a strict CSP that prevents inline<style>injection and targeting browsers that don't support theCSSStyleSheet()constructor.
New features
- ECharts 6 support.
- Added slots for tooltip and data view.
- Added support for getter in provide/inject.
- Added smart update strategy to make updates more effortless.
- Made CSS
border-radiuswork out-of-the-box.
Chore
- Built with tsdown.
- Switched demo from webpack to rolldown-vite.
- Switched to ESLint flat config.
- Added unit test with Vitest.
v8.0.0-beta.3
- Made CSS
border-radiuswork out-of-the-box.
v8.0.0-beta.2
- Added smart update strategy to make updates more effortless.
v8.0.0-beta.1
Breaking changes
- Updated peer dependency for
echartsto^6.0.0. - Updated peer dependency for
vueto^3.3.0. - Dropped support for browsers without native
classsupport. - Removed
vue-echarts/cspentry. Usevue-echartsinstead. Only manually includevue-echarts/style.cssif you are both enforcing a strict CSP that prevents inline<style>injection and targeting browsers that don't support theCSSStyleSheet()constructor.
New features
- ECharts 6 support.
- Added slots for tooltip and data view.
- Added support for getter in provide/inject.
Chore
- Built with tsdown.
- Switched Demo from Webpack to Rolldown-Vite.
- Use ESLint flat config.