Skip to content

Commit 0a09f72

Browse files
committed
Version 6.0.0
1 parent 45f9999 commit 0a09f72

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

projects/ng2-google-charts/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
<a name="v6.0.0"></a>
2+
3+
# Version 6.0.0
4+
5+
This version features some major changes under the hood, however breaking
6+
changes are minimal and updating should be straightforward.
7+
8+
* `GoogleChartInterface` now extends a new interface: `GoogleChartsDataTable`
9+
* Add support for Controls and Dashboards
10+
* Load Google Charts v47 by default
11+
12+
13+
## Breaking changes:
14+
* `GoogleChartInterface` and `GoogleChartsLoaderService` are now exported as
15+
part of the public API
16+
* Remove unneeded interface: `GoogleChartComponentInterface`
17+
* `GoogleChartComponent` now implements `OnInit` rather than `OnChanges`
18+
* Use `GoogleChartsSettings` to provide settings to the Google Charts library
19+
* Remove deprecated `ChartMouseOverEvent`
20+
21+
122
<a name="v5.0.0"></a>
223

324
# Version 5.0.0

projects/ng2-google-charts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng2-google-charts",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"funding": "https://github.com/gmazzamuto/ng2-google-charts?sponsor=1",
55
"peerDependencies": {
66
"@angular/common": "^9.0.7",

0 commit comments

Comments
 (0)