You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,27 @@
1
+
## 8.0.0
2
+
3
+
### Breaking changes
4
+
5
+
- Updated peer dependency for `echarts` to `^6.0.0`.
6
+
- Updated peer dependency for `vue` to `^3.3.0`.
7
+
- Dropped support for browsers without native `class` support.
8
+
- Removed `vue-echarts/csp` entry. Use `vue-echarts` instead. Only manually include `vue-echarts/style.css` if you are **both** enforcing a strict CSP that prevents inline `<style>` injection and targeting browsers that don't support the [`CSSStyleSheet()` constructor](https://developer.mozilla.org/en-US/docs/Web/API/CSSStyleSheet/CSSStyleSheet#browser_compatibility).
9
+
10
+
### New features
11
+
12
+
- ECharts 6 support.
13
+
- Added slots for tooltip and data view.
14
+
- Added support for getter in provide/inject.
15
+
- Added [smart update](https://github.com/ecomfe/vue-echarts/blob/main/README.md#smart-update) strategy to make updates more effortless.
0 commit comments