Releases: ecomfe/vue-echarts
Releases · ecomfe/vue-echarts
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.
v7.0.3
v7.0.2
v7.0.1
v7.0.0
Other prerelease changes:
- Fixed types for events.
v7.0.0-beta.0
- Upgraded to ESM.
- Removed the
postinstallscript. - API remains the same.
Breaking changes
- Peer deps for
echartsis upgraded to^5.5.1. - Dropped support for browsers without
ResizeObserver. Can work with resize-observer-polyfill. - Dropped support for Vue < 2.7.
- Dropped CJS outputs.
- Dropped extra wrapper element so that you should no longer set
paddingon the component root. - For strict CSP usage,
vue-echarts/cspshould now be used as the entry point andvue-echarts/csp/style.cssshould be included manually.