Skip to content

Commit 5e87117

Browse files
committed
Version 7.0.0
1 parent ec1a6ab commit 5e87117

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
1+
<a name="v7.0.0"></a>
2+
3+
# Version 7.0.0
4+
* Build with Angular 12 in Ivy partial compilation mode
5+
* Load Google Charts v50 by default
6+
* Add VegaChart
7+
8+
19
<a name="v6.2.0"></a>
210

311
# Version 6.2.0
412
* Add `GoogleChartType` enum
13+
* Some fixes in `GoogleChartsLoaderService`
514

615

716
<a name="v6.1.0"></a>

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# ng2-google-charts
22

3-
> Angular Google Charts module (works with Angular 8, Angular 9).
3+
> Angular Google Charts module
44
55
[![NPM Version][npm-image]][npm-url]
66
[![Downloads][npm-downloads-image]][npm-downloads-url]
77

8+
9+
## Versions
10+
* Version 6 is built with Angular 9, should work with Angular versions from 8 to
11+
13.
12+
* Version 7 is built with Angular 12 in Ivy partial compilation mode, works with
13+
Angular versions from 12 to 13.
14+
815
## Features
916
* All chart types
1017
* Dashboard and controls

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": "6.2.0",
3+
"version": "7.0.0",
44
"license": "MIT",
55
"description": "Google Charts module for Angular 2 and beyond",
66
"author": {

0 commit comments

Comments
 (0)