Skip to content

Commit

Permalink
Version 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzamuto committed Apr 5, 2020
1 parent 45f9999 commit 0a09f72
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions projects/ng2-google-charts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
<a name="v6.0.0"></a>

# Version 6.0.0

This version features some major changes under the hood, however breaking
changes are minimal and updating should be straightforward.

* `GoogleChartInterface` now extends a new interface: `GoogleChartsDataTable`
* Add support for Controls and Dashboards
* Load Google Charts v47 by default


## Breaking changes:
* `GoogleChartInterface` and `GoogleChartsLoaderService` are now exported as
part of the public API
* Remove unneeded interface: `GoogleChartComponentInterface`
* `GoogleChartComponent` now implements `OnInit` rather than `OnChanges`
* Use `GoogleChartsSettings` to provide settings to the Google Charts library
* Remove deprecated `ChartMouseOverEvent`


<a name="v5.0.0"></a>

# Version 5.0.0
Expand Down
2 changes: 1 addition & 1 deletion projects/ng2-google-charts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-google-charts",
"version": "5.0.0",
"version": "6.0.0",
"funding": "https://github.com/gmazzamuto/ng2-google-charts?sponsor=1",
"peerDependencies": {
"@angular/common": "^9.0.7",
Expand Down

0 comments on commit 0a09f72

Please sign in to comment.