File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## 6.7.0
2
+
3
+ * Added supports for native DOM events binding with the ` native: ` prefix.
4
+
1
5
## 6.6.10
2
6
3
7
* Fixed that ` autoresize ` doesn't work when reducing the height or the root element.
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
238
238
``` html
239
239
<script src =" https://cdn.jsdelivr.net/npm/vue@3.4.23" ></script >
240
240
<script src =" https://cdn.jsdelivr.net/npm/echarts@5.4.3" ></script >
241
- <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10 " ></script >
241
+ <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0 " ></script >
242
242
```
243
243
<!-- vue3Scripts:end -->
244
244
@@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
258
258
``` html
259
259
<script src =" https://cdn.jsdelivr.net/npm/vue@2.7.16" ></script >
260
260
<script src =" https://cdn.jsdelivr.net/npm/echarts@5.4.3" ></script >
261
- <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10 " ></script >
261
+ <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0 " ></script >
262
262
```
263
263
<!-- vue2Scripts:end -->
264
264
Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ import "echarts";
238
238
``` html
239
239
<script src =" https://cdn.jsdelivr.net/npm/vue@3.4.23" ></script >
240
240
<script src =" https://cdn.jsdelivr.net/npm/echarts@5.4.3" ></script >
241
- <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10 " ></script >
241
+ <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0 " ></script >
242
242
```
243
243
<!-- vue3Scripts:end -->
244
244
@@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
258
258
``` html
259
259
<script src =" https://cdn.jsdelivr.net/npm/vue@2.7.16" ></script >
260
260
<script src =" https://cdn.jsdelivr.net/npm/echarts@5.4.3" ></script >
261
- <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.6.10 " ></script >
261
+ <script src =" https://cdn.jsdelivr.net/npm/vue-echarts@6.7.0 " ></script >
262
262
```
263
263
<!-- vue2Scripts:end -->
264
264
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-echarts" ,
3
- "version" : " 6.6.10 " ,
3
+ "version" : " 6.7.0 " ,
4
4
"description" : " Vue.js component for Apache ECharts™." ,
5
5
"author" : " GU Yiling <justice360@gmail.com>" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments