Skip to content

Commit

Permalink
Merge pull request #26 from creativetimofficial/feature/v1.4.0
Browse files Browse the repository at this point in the history
Feature/v1.4.0
  • Loading branch information
rarestoma authored Apr 5, 2022
2 parents 8f07740 + 890f940 commit 9277f29
Show file tree
Hide file tree
Showing 11 changed files with 9,943 additions and 50 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/dist
/tmp
/out-tsc
/.angular

# dependencies
/node_modules
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.4.0] - 2022-04-1
### Updates
- update to Angular 13
- update all dependencies to match Angular 13 version

## [1.3.0] - 2021-07-15
### Updates
- update to Angular 12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@



![version](https://img.shields.io/badge/version-1.3.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000)](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000)](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)
![version](https://img.shields.io/badge/version-1.4.0-blue.svg) ![license](https://img.shields.io/badge/license-MIT-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000)](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard-angular.svg?maxAge=2592000)](https://github.com/creativetimofficial/argon-dashboard-angular/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)


![Product Gif](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/argon-dashboard-angular/argon-dashboard-angular.gif)
Expand Down
21 changes: 13 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
"tsConfig": "src/tsconfig.app.json",
"allowedCommonJsDependencies": ["chart.js"],
"allowedCommonJsDependencies": [
"chart.js"
],
"assets": [
"src/favicon.ico",
"src/assets"
Expand All @@ -49,7 +51,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -61,17 +62,21 @@
]
},
"development": {
"buildOptimizer": false,
"optimization": {
"vendorChunk": true,
"extractLicenses": false,
"sourceMap": true,
"namedChunks": true,
"buildOptimizer": false,
"optimization": {
"scripts": true,
"styles": {
"minify": false,
"inlineCritical": true
},
"fonts": true
},
"outputHashing": "all",
}
"outputHashing": "all"
}
}
},
"serve": {
Expand All @@ -87,7 +92,7 @@
"browserTarget": "argon-dashboard-angular:build:development"
}
},
"defaultConfiguration": "production",
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
Expand Down Expand Up @@ -163,4 +168,4 @@
"cli": {
"analytics": false
}
}
}
2 changes: 1 addition & 1 deletion docs/argon.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!
=========================================================
* Argon Dashboard - v1.3.0
* Argon Dashboard - v1.4.0
=========================================================
* Product Page: https://www.creative-tim.com/product/argon-dashboard
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div class="row justify-content-center">
<div class="col-lg-6 col-md-10 text-center">
<h1 class="display-2 text-white">
Documentation <small>v1.3.0</small>
Documentation <small>v1.4.0</small>
</h1>
<p class="text-white mt-0 mb-5">
We are constatly doing updates on the product and documentation,
Expand Down
Loading

0 comments on commit 9277f29

Please sign in to comment.