Skip to content

Commit bdaa454

Browse files
authored
Merge pull request #3 from flatlogic/upgrade_angular_version
Upgrade angular version
2 parents 96e0bb1 + 03d415d commit bdaa454

File tree

72 files changed

+1136
-736853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1136
-736853
lines changed
File renamed without changes.

angular.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
3+
"cli": {
4+
"analytics": false
5+
},
36
"version": 1,
47
"newProjectRoot": "projects",
58
"projects": {
@@ -41,7 +44,6 @@
4144
"optimization": true,
4245
"outputHashing": "all",
4346
"sourceMap": false,
44-
"extractCss": true,
4547
"namedChunks": false,
4648
"extractLicenses": true,
4749
"vendorChunk": false,

changelog.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# Changelog
2+
3+
## [1.0.5] - 05/10/2021
4+
### Fixed
5+
- Fixed ngx-echarts error
6+
7+
## [1.0.4] - 05/10/2021
8+
### Updated
9+
10+
- Updated the Angular builder;
11+
- Updated the Angular CLI;
12+
- Update Angular Material;
13+
- Added new package "resize-observer-polyfill" which is dependency of "ngx-echarts"
14+
15+
###Updated packages
16+
@angular/animations: 9.1.12 -> 11.2.13
17+
@angular/cdk: 9.2.4 -> 11.2.11
18+
@angular/common: 9.1.12 -> 11.2.13
19+
@angular/compiler: 9.1.12 -> 11.2.13
20+
@angular/core: 9.1.12 -> 11.2.13
21+
@angular/forms: 9.1.12 -> 11.2.13
22+
@angular/material: 9.2.4 -> 11.2.12
23+
@angular/platform-browser: 9.1.12 -> 11.2.13
24+
@angular/platform-browser-dynamic: 9.1.12 -> 11.2.13
25+
@angular/router: 9.1.12 -> 11.2.13
26+
@angular-devkit/build-angular: 0.901.12 -> 0.1102.12
27+
@angular/cli: 9.1.12 -> 11.2.12
28+
@angular/compiler-cli: 9.1.12 -> 11.2.13
29+
@angular/language-service: 9.1.12 -> 11.2.13
30+
@types/echarts: 4.6.7 -> 4.9.7
31+
@types/jasmine: 3.5.14 -> 3.6.0
32+
tslib: 1.10.0 -> 2.0.0
33+
codelyzer: 5.1.2 -> 6.0.0
34+
typescript: 3.8.3 -> 4.1.5
35+
apexcharts: 3.19.3 -> 3.26.2
36+
echarts: 4.7.0 -> 5.1.1
37+
ng-apexcharts: 1.2.3 -> 1.5.9
38+
ngx-echarts: 4.2.2 -> 6.0.1
39+
ngx-toastr: 12.0.1 -> 13.2.1
40+
ngx-trend: 5.0.1 -> 6.1.1
41+
rxjs: 6.5.5 -> 7.0.0
42+
43+
###Added packages
44+
resize-observer-polyfill: 1.5.1
45+
146
## [1.0.3]
247

348
### Fixed

docs/3rdpartylicenses.txt

Lines changed: 1004 additions & 0 deletions
Large diffs are not rendered by default.

docs/5-es2015.a242e6f69f97b0d2a983.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/5-es5.a242e6f69f97b0d2a983.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/6-es2015.0c4d81198704987dffd0.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/6-es5.0c4d81198704987dffd0.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/7-es2015.1869bcd48508c8b36851.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/7-es5.1869bcd48508c8b36851.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/8-es2015.317df360acd046b8eddb.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/8-es5.317df360acd046b8eddb.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/9-es2015.f41bee60680ac12bf6a3.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/9-es5.f41bee60680ac12bf6a3.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)