UNPKG

9.82 kBMarkdownView Raw
1<a name="2.1.4"></a>
2## [2.1.4](https://github.com/ravid7000/chartjs-ng2/compare/v2.1.3...v2.1.4) (2017-09-18)
3
4
5
6<a name="2.1.3"></a>
7## [2.1.3](https://github.com/ravid7000/chartjs-ng2/compare/v2.1.2...v2.1.3) (2017-09-18)
8
9
10
11<a name="2.1.2"></a>
12## [2.1.2](https://github.com/ravid7000/chartjs-ng2/compare/v2.1.1...v2.1.2) (2017-09-05)
13
14
15
16<a name="2.1.1"></a>
17## [2.1.1](https://github.com/ravid7000/chartjs-ng2/compare/v2.1.0...v2.1.1) (2017-09-05)
18
19
20
21<a name="2.1.0"></a>
22# [2.1.0](https://github.com/ravid7000/chartjs-ng2/compare/v2.0.0...v2.1.0) (2017-09-05)
23
24
25
26<a name="2.0.0"></a>
27# 2.0.0 (2017-09-05)
28
29
30
31<a name="1.6.0"></a>
32# [1.6.0](https://github.com/valor-software/ng2-charts/compare/v1.5.0...v1.6.0) (2017-05-30)
33
34
35### Features
36
37* **core:** Chart.js is now loaded as a module ([#628](https://github.com/valor-software/ng2-charts/issues/628)) ([6ed93e6](https://github.com/valor-software/ng2-charts/commit/6ed93e6))
38* **package:** Allow usage with Angular 4, like was done with ngx-bootstrap ([#748](https://github.com/valor-software/ng2-charts/issues/748)) ([8f59f85](https://github.com/valor-software/ng2-charts/commit/8f59f85))
39
40
41
42<a name="1.5.0"></a>
43# [1.5.0](https://github.com/valor-software/ng2-charts/compare/v1.4.4...v1.5.0) (2017-01-17)
44
45
46### Bug Fixes
47
48* **charts:** Make charts dynamic and avoid re-rendering full chart on data change ([905183b](https://github.com/valor-software/ng2-charts/commit/905183b))
49
50
51### Features
52
53* **package:** relax dependencies ([#543](https://github.com/valor-software/ng2-charts/issues/543)) ([51b581d](https://github.com/valor-software/ng2-charts/commit/51b581d))
54* **package:** upgrade to ng v2.3+ ([#574](https://github.com/valor-software/ng2-charts/issues/574)) ([ce5011c](https://github.com/valor-software/ng2-charts/commit/ce5011c))
55
56
57
58<a name="1.4.4"></a>
59## [1.4.4](https://github.com/valor-software/ng2-charts/compare/v1.3.0...v1.4.4) (2016-12-13)
60
61
62### Bug Fixes
63
64* **labels:** Update chart labels ([#456](https://github.com/valor-software/ng2-charts/issues/456)) ([7175c1e](https://github.com/valor-software/ng2-charts/commit/7175c1e)), closes [#420](https://github.com/valor-software/ng2-charts/issues/420) [#445](https://github.com/valor-software/ng2-charts/issues/445)
65* **pie&doughnut:** Sizing issue on doughnut and pie charts ([#444](https://github.com/valor-software/ng2-charts/issues/444)) ([cfb1033](https://github.com/valor-software/ng2-charts/commit/cfb1033))
66* **readme:** update instruction for import ([a9f07a8](https://github.com/valor-software/ng2-charts/commit/a9f07a8))
67
68
69### Features
70
71* **charts:** base charts now is directive ([7c9e782](https://github.com/valor-software/ng2-charts/commit/7c9e782))
72* **charts:** Expose chart object ([#472](https://github.com/valor-software/ng2-charts/issues/472)) ([e46b5d1](https://github.com/valor-software/ng2-charts/commit/e46b5d1))
73* **label:** Update Labels onChange ([#488](https://github.com/valor-software/ng2-charts/issues/488)) ([527d9a3](https://github.com/valor-software/ng2-charts/commit/527d9a3))
74* **package:** dependecies updated ([1c95440](https://github.com/valor-software/ng2-charts/commit/1c95440))
75
76
77### BREAKING CHANGES
78
79* charts: - base-chart component became baseChart directive
80so you need to convert <base-chart...><&lt;base-chart> to <canvas baseChart...><&lt;canvas> and most probably wrap in <div style='display:block'>...<&lt;div>
81
82
83
84<a name="1.4.2"></a>
85## [1.4.2](https://github.com/valor-software/ng2-charts/compare/v1.3.0...v1.4.2) (2016-12-13)
86
87
88### Bug Fixes
89
90* **labels:** Update chart labels ([#456](https://github.com/valor-software/ng2-charts/issues/456)) ([7175c1e](https://github.com/valor-software/ng2-charts/commit/7175c1e)), closes [#420](https://github.com/valor-software/ng2-charts/issues/420) [#445](https://github.com/valor-software/ng2-charts/issues/445)
91* **pie&doughnut:** Sizing issue on doughnut and pie charts ([#444](https://github.com/valor-software/ng2-charts/issues/444)) ([cfb1033](https://github.com/valor-software/ng2-charts/commit/cfb1033))
92* **readme:** update instruction for import ([a9f07a8](https://github.com/valor-software/ng2-charts/commit/a9f07a8))
93
94
95### Features
96
97* **charts:** base charts now is directive ([7c9e782](https://github.com/valor-software/ng2-charts/commit/7c9e782))
98* **charts:** Expose chart object ([#472](https://github.com/valor-software/ng2-charts/issues/472)) ([e46b5d1](https://github.com/valor-software/ng2-charts/commit/e46b5d1))
99* **label:** Update Labels onChange ([#488](https://github.com/valor-software/ng2-charts/issues/488)) ([527d9a3](https://github.com/valor-software/ng2-charts/commit/527d9a3))
100* **package:** dependecies updated ([1c95440](https://github.com/valor-software/ng2-charts/commit/1c95440))
101
102
103### BREAKING CHANGES
104
105* charts: - base-chart component became baseChart directive
106so you need to convert <base-chart...><&lt;base-chart> to <canvas baseChart...><&lt;canvas> and most probably wrap in <div style='display:block'>...<&lt;div>
107
108
109
110<a name="1.4.1"></a>
111## [1.4.1](https://github.com/valor-software/ng2-charts/compare/v1.4.0...v1.4.1) (2016-10-27)
112
113
114### Bug Fixes
115
116* **labels:** Update chart labels ([#456](https://github.com/valor-software/ng2-charts/issues/456)) ([7175c1e](https://github.com/valor-software/ng2-charts/commit/7175c1e)), closes [#420](https://github.com/valor-software/ng2-charts/issues/420) [#445](https://github.com/valor-software/ng2-charts/issues/445)
117
118
119### Features
120
121* **package:** dependecies updated ([1c95440](https://github.com/valor-software/ng2-charts/commit/1c95440))
122
123
124
125<a name="1.4.0"></a>
126# [1.4.0](https://github.com/valor-software/ng2-charts/compare/v1.2.0...v1.4.0) (2016-10-07)
127
128
129### Bug Fixes
130
131* **docs:** Updates for ng2-charts[@1](https://github.com/1).2.0 ([#399](https://github.com/valor-software/ng2-charts/issues/399)) ([2bcb549](https://github.com/valor-software/ng2-charts/commit/2bcb549))
132* **pie&doughnut:** Sizing issue on doughnut and pie charts ([#444](https://github.com/valor-software/ng2-charts/issues/444)) ([cfb1033](https://github.com/valor-software/ng2-charts/commit/cfb1033))
133
134
135### Features
136
137* **charts:** base charts now is directive ([7c9e782](https://github.com/valor-software/ng2-charts/commit/7c9e782))
138* **package:** upgrade to ng2 2.0.0 and use [@types](https://github.com/types) instead of typings ([#413](https://github.com/valor-software/ng2-charts/issues/413)) ([e5eae04](https://github.com/valor-software/ng2-charts/commit/e5eae04))
139
140
141### BREAKING CHANGES
142
143* charts: - base-chart component became baseChart directive
144so you need to convert &lt;base-chart...>&lt;/base-chart> to &lt;canvas baseChart...>&lt;/canvas> and most probably wrap in &lt;div style='display:block'>...&lt;/div>
145
146
147
148<a name="1.3.0"></a>
149# [1.3.0](https://github.com/valor-software/ng2-charts/compare/v1.2.0...v1.3.0) (2016-09-21)
150
151
152### Bug Fixes
153
154* **docs:** Updates for ng2-charts[@1](https://github.com/1).2.0 ([#399](https://github.com/valor-software/ng2-charts/issues/399)) ([2bcb549](https://github.com/valor-software/ng2-charts/commit/2bcb549))
155
156
157### Features
158
159* **package:** upgrade to ng2 2.0.0 and use [@types](https://github.com/types) instead of typings ([#413](https://github.com/valor-software/ng2-charts/issues/413)) ([e5eae04](https://github.com/valor-software/ng2-charts/commit/e5eae04))
160
161
162
163<a name="1.2.0"></a>
164# [1.2.0](https://github.com/valor-software/ng2-charts/compare/v1.1.2...v1.2.0) (2016-09-09)
165
166
167
168<a name="1.1.2"></a>
169## [1.1.2](https://github.com/valor-software/ng2-charts/compare/v1.1.1...v1.1.2) (2016-09-09)
170
171
172### Bug Fixes
173
174* **options:** to have colors on horizontalBar graphs ([#394](https://github.com/valor-software/ng2-charts/issues/394)) ([ab06ad2](https://github.com/valor-software/ng2-charts/commit/ab06ad2))
175
176
177
178<a name="1.1.1"></a>
179## [1.1.1](https://github.com/valor-software/ng2-charts/compare/v1.1.0...v1.1.1) (2016-09-08)
180
181
182### Features
183
184* **docs:** add issue template with a starting plunkr ([#335](https://github.com/valor-software/ng2-charts/issues/335)) ([a69bca4](https://github.com/valor-software/ng2-charts/commit/a69bca4))
185* **options:** disable legend if not provided ([#318](https://github.com/valor-software/ng2-charts/issues/318)) ([516fb6e](https://github.com/valor-software/ng2-charts/commit/516fb6e))
186
187
188
189<a name="1.1.0"></a>
190# [1.1.0](https://github.com/valor-software/ng2-charts/compare/v1.0.3...v1.1.0) (2016-05-17)
191
192
193### Features
194
195* **package:** update to ng2 rc.1 and chart.js 2.* ([73e3ffa](https://github.com/valor-software/ng2-charts/commit/73e3ffa))
196
197
198### BREAKING CHANGES
199
200- series property removed
201- datasets property added (please prefer it over data property)
202- all chart type names lower cased (because of chart.js 2 changes)
203
204
205
206<a name="1.0.3"></a>
207## [1.0.3](https://github.com/valor-software/ng2-charts/compare/v1.0.2...v1.0.3) (2016-04-15)
208
209
210### Features
211
212* **package:** updated to angular2 beta.15 ([4f44c83](https://github.com/valor-software/ng2-charts/commit/4f44c83))
213
214
215
216<a name="1.0.2"></a>
217## 1.0.2 (2016-04-13)
218
219
220### Bug Fixes
221
222* **charts:** fixed implicit any issues ([14acd8a](https://github.com/valor-software/ng2-charts/commit/14acd8a))
223* **typings:** included all required typings ([ecdedf5](https://github.com/valor-software/ng2-charts/commit/ecdedf5))
224
225### Features
226
227* **build:** added system.js bundles ([45a07e3](https://github.com/valor-software/ng2-charts/commit/45a07e3))
228* **build:** updated webpack config ([ab50836](https://github.com/valor-software/ng2-charts/commit/ab50836))
229* **package:** to beta14 and cleaning up imports (fixes #132 fixes #100 fixes #98) ([5c1fb93](https://github.com/valor-software/ng2-charts/commit/5c1fb93)), closes [#132](https://github.com/valor-software/ng2-charts/issues/132) [#100](https://github.com/valor-software/ng2-charts/issues/100) [#98](https://github.com/valor-software/ng2-charts/issues/98)
230
231
232