Skip to content

Commit

Permalink
feat: release version 7
Browse files Browse the repository at this point in the history
* Updates to Angular 12 and the component to version 7.
* Fixes that the rounded stroke is visible when the value is zero.
* Fixes that the `onRender` event was being emitted when there are no subscribers to it.
  • Loading branch information
crisbeto committed Jun 15, 2021
1 parent bbd038d commit d2eb0ff
Show file tree
Hide file tree
Showing 6 changed files with 3,332 additions and 5,397 deletions.
13 changes: 9 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,17 @@
"main": "src/demo/main.ts",
"polyfills": "src/demo/polyfills.ts",
"tsConfig": "tsconfig.app.json",
"aot": true,
"assets": [],
"styles": [
"src/demo/styles.css"
],
"scripts": []
"scripts": [],
"vendorChunk": true,
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true
},
"configurations": {
"production": {
Expand All @@ -38,7 +43,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"extractLicenses": false,
"vendorChunk": false,
"buildOptimizer": true,
"budgets": [
Expand All @@ -54,7 +58,8 @@
}
]
}
}
},
"defaultConfiguration": ""
},
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
Expand Down
Loading

0 comments on commit d2eb0ff

Please sign in to comment.