Skip to content

Commit 9b21dc3

Browse files
authored
Merge pull request #121 from creativetimofficial/feature/2.7.0
Feature/v2.7.0
2 parents 4be66a9 + ca2e232 commit 9b21dc3

File tree

14 files changed

+24724
-77
lines changed

14 files changed

+24724
-77
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
npm-debug.log
3333
testem.log
3434
/typings
35+
/.angular
3536

3637
# e2e
3738
/e2e/*.js

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [2.7.0] - 2022-04-03
2+
### Updates
3+
- update to Angular 13
4+
- update all dependencies to match Angular 13 version
5+
16
## [2.6.0] - 2021-07-15
27
### Updates
38
- update to Angular 12

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ Instagram: <https://www.instagram.com/CreativeTimOfficial>
245245

246246
[CHANGELOG]: ./CHANGELOG.md
247247

248-
[version-badge]: https://img.shields.io/badge/version-2.6.0-blue.svg
248+
[version-badge]: https://img.shields.io/badge/version-2.7.0-blue.svg

angular.json

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"node_modules/bootstrap-notify/bootstrap-notify.js",
3636
"node_modules/chartist/dist/chartist.js"
3737
],
38-
"allowedCommonJsDependencies" : [
38+
"allowedCommonJsDependencies": [
3939
"rxjs/add/operator/filter",
4040
"jquery",
4141
"chartist"
@@ -54,7 +54,6 @@
5454
"outputHashing": "all",
5555
"sourceMap": false,
5656
"namedChunks": false,
57-
"aot": true,
5857
"extractLicenses": true,
5958
"vendorChunk": false,
6059
"buildOptimizer": true,
@@ -66,17 +65,21 @@
6665
]
6766
},
6867
"development": {
69-
"buildOptimizer": false,
70-
"optimization": {
68+
"vendorChunk": true,
69+
"extractLicenses": false,
70+
"namedChunks": true,
71+
"buildOptimizer": false,
72+
"sourceMap": true,
73+
"optimization": {
7174
"scripts": true,
7275
"styles": {
7376
"minify": false,
7477
"inlineCritical": true
7578
},
7679
"fonts": true
7780
},
78-
"outputHashing": "all",
79-
}
81+
"outputHashing": "all"
82+
}
8083
}
8184
},
8285
"serve": {
@@ -92,7 +95,7 @@
9295
"browserTarget": "material-dashboard-angular:build:development"
9396
}
9497
},
95-
"defaultConfiguration": "production"
98+
"defaultConfiguration": "development"
9699
},
97100
"extract-i18n": {
98101
"builder": "@angular-devkit/build-angular:extract-i18n",
@@ -177,4 +180,4 @@
177180
"cli": {
178181
"analytics": false
179182
}
180-
}
183+
}

documentation/css/material-dashboard.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22

33
=========================================================
4-
* Material Dashboard - v2.6.0
4+
* Material Dashboard - v2.7.0
55
=========================================================
66

77
* Product Page: http://www.creative-tim.com/product/now-ui-dashboard

documentation/tutorial-components.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
<h1>Material Dashboard Angular
111111
</h1>
112112

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

0 commit comments

Comments
 (0)