Skip to content

Commit e7eb680

Browse files
committed
chore: update changelog and version
1 parent b3a10f3 commit e7eb680

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 6.6.3
2+
3+
* Fixed inner wrapper styles.
4+
15
## 6.6.2
26

37
* Fixed that tooltips may affected by internal styling by VueECharts.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Drop `<script>` inside your HTML file and access the component via `window.VueEC
237237
```html
238238
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
239239
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
240-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
240+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
241241
```
242242
<!-- vue3Scripts:end -->
243243

@@ -257,7 +257,7 @@ app.component('v-chart', VueECharts)
257257
```html
258258
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
259259
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
260-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
260+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
261261
```
262262
<!-- vue2Scripts:end -->
263263

README.zh-Hans.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<p align="center"><a href="https://vue-echarts.dev/">查看 Demo →</a></p>
55
<p align="center"><a href="https:///pr.new/ecomfe/vue-echarts"><img alt="Open in Codeflow" src="https://developer.stackblitz.com/img/open_in_codeflow.svg" height="28"/></a> <a href="https://codesandbox.io/p/github/ecomfe/vue-echarts"><img alt="Edit in CodeSandbox" src="https://assets.codesandbox.io/github/button-edit-lime.svg" height="28"/></a></p>
66

7-
87
> [!IMPORTANT]
98
> 我们新发布了一个[导入代码生成器](https://vue-echarts.dev/#codegen),只需要把`option` 代码粘贴进去,就可以得到精确的导入代码。
109
>
@@ -238,7 +237,7 @@ import "echarts";
238237
```html
239238
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
240239
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
241-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
240+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
242241
```
243242
<!-- vue3Scripts:end -->
244243

@@ -258,7 +257,7 @@ app.component('v-chart', VueECharts)
258257
```html
259258
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
260259
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
261-
<script src="https://cdn.jsdelivr.net/npm/[email protected].1"></script>
260+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3"></script>
262261
```
263262
<!-- vue2Scripts:end -->
264263

package.json

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

0 commit comments

Comments
 (0)