Skip to content

Commit f128dcc

Browse files
author
Xie, Ziyu
committed
release v2.0.1
1 parent 30fec89 commit f128dcc

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Angular directive for echarts v3. (The project is renamed from **angular2-echart
2121
`ngx-echarts` is an Angular (ver >= 2.x) directive for ECharts 3.
2222

2323
# Latest Update
24+
+ 2017.12.11: v2.0.1. Fix issue: No change detection involved in event handler. Refer to issue [#26](https://github.com/xieziyu/ngx-echarts/issues/26), [#28](https://github.com/xieziyu/ngx-echarts/issues/28)
25+
2426
+ 2017.12.04: v2.0.0. Provide an echarts wrapper service: NgxEchartsService. Please see [demo](https://xieziyu.github.io/ngx-echarts/#/usage/NgxEchartsService)
2527

2628
+ 2017.11.25: v2.0.0-beta.0. It has some [BREAKING CHANGES](https://github.com/xieziyu/ngx-echarts/blob/master/src/assets/CHANGELOG.md) you should know.

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-echarts",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Angular directive for ECharts 3",
55
"repository": "https://github.com/xieziyu/ngx-echarts.git",
66
"author": "Xie, Ziyu <[email protected]>",

src/assets/CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1+
## 2.0.1 (2017-12-11)
2+
3+
#### Bugfix
4+
+ Fix issue: No change detection involved in event handler. [#26](https://github.com/xieziyu/ngx-echarts/issues/26), [#28](https://github.com/xieziyu/ngx-echarts/issues/28)
5+
16
## 2.0.0 (2017-12-04)
27

3-
#### NEW
8+
#### New
49
+ New Service: `NgxEchartsService` provided. Refer to [API document](https://xieziyu.github.io/ngx-echarts/api-doc/injectables/NgxEchartsService.html) for details
510

611
## 2.0.0-beta.0 (2017-11-25)
712

8-
#### NEW
13+
#### New
914
+ New input: `[merge]`. The value of `[merge]` will be merged into `[options]`. So it's perfect for updating chart data series. Refer to [ECharts documentation](https://ecomfe.github.io/echarts-doc/public/en/api.html#echartsInstance.setOption) for details
1015

1116
+ New input: `[initOpts]`. The value of `[initOpts]` will be used in `echarts.init()`. It may contain `devicePixelRatio`, `renderer`, `width` or `height` properties. Refer to [ECharts documentation](https://ecomfe.github.io/echarts-doc/public/en/api.html#echarts.init) for details

0 commit comments

Comments
 (0)