Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
4 changes: 3 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand Down Expand Up @@ -41,7 +44,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down
45 changes: 45 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,48 @@
# Changelog

## [1.0.5] - 05/10/2021
### Fixed
- Fixed ngx-echarts error

## [1.0.4] - 05/10/2021
### Updated

- Updated the Angular builder;
- Updated the Angular CLI;
- Update Angular Material;
- Added new package "resize-observer-polyfill" which is dependency of "ngx-echarts"

###Updated packages
@angular/animations: 9.1.12 -> 11.2.13
@angular/cdk: 9.2.4 -> 11.2.11
@angular/common: 9.1.12 -> 11.2.13
@angular/compiler: 9.1.12 -> 11.2.13
@angular/core: 9.1.12 -> 11.2.13
@angular/forms: 9.1.12 -> 11.2.13
@angular/material: 9.2.4 -> 11.2.12
@angular/platform-browser: 9.1.12 -> 11.2.13
@angular/platform-browser-dynamic: 9.1.12 -> 11.2.13
@angular/router: 9.1.12 -> 11.2.13
@angular-devkit/build-angular: 0.901.12 -> 0.1102.12
@angular/cli: 9.1.12 -> 11.2.12
@angular/compiler-cli: 9.1.12 -> 11.2.13
@angular/language-service: 9.1.12 -> 11.2.13
@types/echarts: 4.6.7 -> 4.9.7
@types/jasmine: 3.5.14 -> 3.6.0
tslib: 1.10.0 -> 2.0.0
codelyzer: 5.1.2 -> 6.0.0
typescript: 3.8.3 -> 4.1.5
apexcharts: 3.19.3 -> 3.26.2
echarts: 4.7.0 -> 5.1.1
ng-apexcharts: 1.2.3 -> 1.5.9
ngx-echarts: 4.2.2 -> 6.0.1
ngx-toastr: 12.0.1 -> 13.2.1
ngx-trend: 5.0.1 -> 6.1.1
rxjs: 6.5.5 -> 7.0.0

###Added packages
resize-observer-polyfill: 1.5.1

## [1.0.3]

### Fixed
Expand Down
1,004 changes: 1,004 additions & 0 deletions docs/3rdpartylicenses.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/5-es2015.a242e6f69f97b0d2a983.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/5-es5.a242e6f69f97b0d2a983.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/6-es2015.0c4d81198704987dffd0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/6-es5.0c4d81198704987dffd0.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/7-es2015.1869bcd48508c8b36851.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/7-es5.1869bcd48508c8b36851.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/8-es2015.317df360acd046b8eddb.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/8-es5.317df360acd046b8eddb.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/9-es2015.f41bee60680ac12bf6a3.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/9-es5.f41bee60680ac12bf6a3.js

Large diffs are not rendered by default.

Loading