Skip to content

Commit

Permalink
Merge pull request #121 from creativetimofficial/feature/2.7.0
Browse files Browse the repository at this point in the history
Feature/v2.7.0
  • Loading branch information
rarestoma authored Apr 5, 2022
2 parents 4be66a9 + ca2e232 commit 9b21dc3
Show file tree
Hide file tree
Showing 14 changed files with 24,724 additions and 77 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
npm-debug.log
testem.log
/typings
/.angular

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

## [2.6.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 @@ -245,4 +245,4 @@ Instagram: <https://www.instagram.com/CreativeTimOfficial>

[CHANGELOG]: ./CHANGELOG.md

[version-badge]: https://img.shields.io/badge/version-2.6.0-blue.svg
[version-badge]: https://img.shields.io/badge/version-2.7.0-blue.svg
19 changes: 11 additions & 8 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node_modules/bootstrap-notify/bootstrap-notify.js",
"node_modules/chartist/dist/chartist.js"
],
"allowedCommonJsDependencies" : [
"allowedCommonJsDependencies": [
"rxjs/add/operator/filter",
"jquery",
"chartist"
Expand All @@ -54,7 +54,6 @@
"outputHashing": "all",
"sourceMap": false,
"namedChunks": false,
"aot": true,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand All @@ -66,17 +65,21 @@
]
},
"development": {
"buildOptimizer": false,
"optimization": {
"vendorChunk": true,
"extractLicenses": false,
"namedChunks": true,
"buildOptimizer": false,
"sourceMap": true,
"optimization": {
"scripts": true,
"styles": {
"minify": false,
"inlineCritical": true
},
"fonts": true
},
"outputHashing": "all",
}
"outputHashing": "all"
}
}
},
"serve": {
Expand All @@ -92,7 +95,7 @@
"browserTarget": "material-dashboard-angular:build:development"
}
},
"defaultConfiguration": "production"
"defaultConfiguration": "development"
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
Expand Down Expand Up @@ -177,4 +180,4 @@
"cli": {
"analytics": false
}
}
}
2 changes: 1 addition & 1 deletion documentation/css/material-dashboard.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*!

=========================================================
* Material Dashboard - v2.6.0
* Material Dashboard - v2.7.0
=========================================================

* Product Page: http://www.creative-tim.com/product/now-ui-dashboard
Expand Down
2 changes: 1 addition & 1 deletion documentation/tutorial-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<h1>Material Dashboard Angular
</h1>

<h3 class="title">Documentation v2.6.0</h3>
<h3 class="title">Documentation v2.7.0</h3>
<br/>
<a href="https://demos.creative-tim.com/material-dashboard-angular2/documentation/tutorial" class="btn btn-white btn-round">View documentation</a>
</div>
Expand Down
Loading

0 comments on commit 9b21dc3

Please sign in to comment.