We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d848f3 commit 3bbbc02Copy full SHA for 3bbbc02
CHANGELOG.md
@@ -1,3 +1,18 @@
1
+<a name="v5.0.0"></a>
2
+
3
+# Version 5.0.0
4
5
+* Add interface for remote data source
6
+* Add interfaces for all formatters
7
+* Add `regionClick` event for `GeoChart`
8
+* Add missing properties in `GoogleChartInterface`, implement loading data
9
+ from a remote source
10
11
+## Breaking changes
12
+* rename interface `FormatterOptionsInterface` -> `ColorFormatInterface`
13
+* in `GoogleChartInterface`, rename `opt_firstRowIsData` -> `firstRowIsData`
14
15
16
<a name="v4.0.0"></a>
17
18
# Version 4.0.0
src/package.json
@@ -1,6 +1,6 @@
{
"name": "ng2-google-charts",
- "version": "4.0.0",
+ "version": "5.0.0",
"peerDependencies": {
"@angular/core": "*"
}
0 commit comments