Skip to content

Commit

Permalink
Merge pull request #273 from MurhafSousli/dev
Browse files Browse the repository at this point in the history
Upgrade to Angular 9
  • Loading branch information
MurhafSousli authored Feb 16, 2020
2 parents b3cd8b0 + 02794f2 commit 1034fd7
Show file tree
Hide file tree
Showing 12 changed files with 5,147 additions and 3,906 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 6.0.2

- feat: Upgrade library to Angular 9 in [8b1929a](https://github.com/MurhafSousli/ngx-progressbar/pull/273/commits/8b1929abe3d091b96e12bc545ac83e01022761cc).
- fix: Remove warning when the package is installed in Angular 9 in [bdfd1b7](https://github.com/MurhafSousli/ngx-progressbar/pull/271/commits/bdfd1b7844412a50a9aa4c288a38f21d326c07ad).

## 6.0.1

- fix: Cancel any finalizing delays if the progress started again too soon before it was fully completed, closes [#253](https://github.com/MurhafSousli/ngx-progressbar/issues/253) in [e68c7af](https://github.com/MurhafSousli/ngx-progressbar/commit/e68c7af9bf4570a0f4645a65f2bb08ba6ea1bdb2).
Expand Down
10 changes: 7 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": false,
"aot": true,
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -46,7 +46,6 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down Expand Up @@ -139,7 +138,12 @@
"tsConfig": "projects/ngx-progressbar/tsconfig.lib.json",
"project": "projects/ngx-progressbar/ng-package.json"
}
},
, "configurations": {
"production": {
"tsConfig": "projects/ngx-progressbar/tsconfig.lib.prod.json"
}
}
},
"test": {
"builder": "@angular-devkit/build-angular:karma",
"options": {
Expand Down
Loading

0 comments on commit 1034fd7

Please sign in to comment.