Skip to content

Commit

Permalink
version 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzamuto committed Jan 6, 2020
1 parent 7d848f3 commit 3bbbc02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="v5.0.0"></a>

# Version 5.0.0

* Add interface for remote data source
* Add interfaces for all formatters
* Add `regionClick` event for `GeoChart`
* Add missing properties in `GoogleChartInterface`, implement loading data
from a remote source

## Breaking changes
* rename interface `FormatterOptionsInterface` -> `ColorFormatInterface`
* in `GoogleChartInterface`, rename `opt_firstRowIsData` -> `firstRowIsData`


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

# Version 4.0.0
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng2-google-charts",
"version": "4.0.0",
"version": "5.0.0",
"peerDependencies": {
"@angular/core": "*"
}
Expand Down

0 comments on commit 3bbbc02

Please sign in to comment.