Skip to content

Commit

Permalink
1.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Melon committed Oct 15, 2018
1 parent a811cf7 commit 6099f73
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.18.0"></a>
# [1.18.0](https://github.com/ElemeFE/v-charts/compare/v1.17.10...v1.18.0) (2018-10-15)


### Features

* **core:** add log prop to comp ([7abca27](https://github.com/ElemeFE/v-charts/commit/7abca27))
* 完善水球图的配置settings中关于seriesMap和wave的配置项 ([3e82c6f](https://github.com/ElemeFE/v-charts/commit/3e82c6f))
* 增加词云图的封装 ([30ddf30](https://github.com/ElemeFE/v-charts/commit/30ddf30))
* 增加水球图 ([391d62d](https://github.com/ElemeFE/v-charts/commit/391d62d))



<a name="1.17.10"></a>
## [1.17.10](https://github.com/ElemeFE/v-charts/compare/v1.17.9...v1.17.10) (2018-08-10)

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG_CN.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="1.18.0"></a>
# [1.18.0](https://github.com/ElemeFE/v-charts/compare/v1.17.10...v1.18.0) (2018-10-15)


### Features

* **core:** add log prop to comp ([7abca27](https://github.com/ElemeFE/v-charts/commit/7abca27))
* 完善水球图的配置settings中关于seriesMap和wave的配置项 ([3e82c6f](https://github.com/ElemeFE/v-charts/commit/3e82c6f))
* 增加词云图的封装 ([30ddf30](https://github.com/ElemeFE/v-charts/commit/30ddf30))
* 增加水球图 ([391d62d](https://github.com/ElemeFE/v-charts/commit/391d62d))



<a name="1.17.10"></a>
## [1.17.10](https://github.com/ElemeFE/v-charts/compare/v1.17.9...v1.17.10) (2018-08-10)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-charts",
"version": "1.17.10",
"version": "1.18.0",
"description": "Vue Echarts Components",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 6099f73

Please sign in to comment.