Skip to content

Commit 185940a

Browse files
committed
docs: update changelog and version
1 parent def674b commit 185940a

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.7.0
2+
3+
* Added supports for native DOM events binding with the `native:` prefix.
4+
15
## 6.6.10
26

37
* Fixed that `autoresize` doesn't work when reducing the height or the root element.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
238238
```html
239239
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
240240
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></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>
242242
```
243243
<!-- vue3Scripts:end -->
244244

@@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
258258
```html
259259
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
260260
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></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>
262262
```
263263
<!-- vue2Scripts:end -->
264264

README.zh-Hans.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ import "echarts";
238238
```html
239239
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
240240
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></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>
242242
```
243243
<!-- vue3Scripts:end -->
244244

@@ -258,7 +258,7 @@ app.component('v-chart', VueECharts)
258258
```html
259259
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
260260
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></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>
262262
```
263263
<!-- vue2Scripts:end -->
264264

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-echarts",
3-
"version": "6.6.10",
3+
"version": "6.7.0",
44
"description": "Vue.js component for Apache ECharts™.",
55
"author": "GU Yiling <[email protected]>",
66
"scripts": {

0 commit comments

Comments
 (0)