Skip to content

Commit 722a7cc

Browse files
authored
Merge pull request #137 from creativetimofficial/feature/v2.8.0
Feature/v2.8.0
2 parents 9b21dc3 + 3e92953 commit 722a7cc

File tree

12 files changed

+52
-68
lines changed

12 files changed

+52
-68
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ testem.log
4141
# System Files
4242
.DS_Store
4343
Thumbs.db
44+
package-lock.json

CHANGELOG.md

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

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.7.0-blue.svg
248+
[version-badge]: https://img.shields.io/badge/version-2.8.0-blue.svg

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.7.0
4+
* Material Dashboard - v2.8.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.7.0</h3>
113+
<h3 class="title">Documentation v2.8.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>

package.json

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-dashboard-angular",
3-
"version": "2.7.0",
3+
"version": "2.8.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -17,26 +17,25 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@angular/animations": "13.3.1",
21-
"@angular/cdk": "^13.3.1",
22-
"@angular/common": "^13.3.1",
23-
"@angular/compiler": "^13.3.1",
24-
"@angular/core": "^13.3.1",
25-
"@angular/elements": "^13.3.1",
26-
"@angular/forms": "^13.3.1",
27-
"@angular/material": "13.3.1",
28-
"@angular/platform-browser": "^13.3.1",
29-
"@angular/platform-browser-dynamic": "^13.3.1",
30-
"@angular/platform-server": "13.3.1",
31-
"@angular/router": "^13.3.1",
20+
"@angular/animations": "^14.2.0",
21+
"@angular/cdk": "^14.2.0",
22+
"@angular/common": "^14.2.0",
23+
"@angular/compiler": "^14.2.0",
24+
"@angular/core": "^14.2.0",
25+
"@angular/elements": "^14.2.0",
26+
"@angular/forms": "^14.2.0",
27+
"@angular/localize": "^14.2.0",
28+
"@angular/material": "^14.2.0",
29+
"@angular/platform-browser": "^14.2.0",
30+
"@angular/platform-browser-dynamic": "^14.2.0",
31+
"@angular/router": "^14.2.0",
3232
"ajv": "8.11.0",
3333
"arrive": "2.4.1",
3434
"bootstrap": "4.6.1",
3535
"bootstrap-material-design": "4.1.3",
3636
"bootstrap-notify": "3.1.3",
3737
"chartist": "0.11.4",
3838
"classlist.js": "1.1.20150312",
39-
"core-js": "3.21.1",
4039
"eslint": "^8.11.0",
4140
"express": "4.17.3",
4241
"googleapis": "99.0.0",
@@ -45,36 +44,35 @@
4544
"moment": "2.29.1",
4645
"perfect-scrollbar": "1.5.5",
4746
"popper.js": "1.16.1",
48-
"rxjs": "^7.5.5",
49-
"rxjs-compat": "6.6.7",
50-
"web-animations-js": "2.3.2",
51-
"zone.js": "~0.11.5"
47+
"rxjs": "~7.5.0",
48+
"tslib": "^2.3.0",
49+
"zone.js": "~0.11.4",
50+
"web-animations-js": "2.3.2"
5251
},
5352
"devDependencies": {
54-
"@angular-devkit/build-angular": "^13.3.1",
55-
"@angular/cli": "^13.3.1",
56-
"@angular/compiler-cli": "^13.3.1",
57-
"@angular/language-service": "13.3.1",
53+
"@angular-devkit/build-angular": "^14.2.7",
54+
"@angular/cli": "~14.2.7",
55+
"@angular/compiler-cli": "^14.2.0",
56+
"@angular/language-service": "14.2.0",
57+
"@types/jasmine": "~4.0.0",
58+
"@types/jasminewd2": "~2.0.10",
59+
"@types/node": "^17.0.21",
5860
"@types/bootstrap": "4.5.0",
5961
"@types/chartist": "0.11.1",
6062
"@types/google.maps": "3.47.4",
61-
"@types/jasmine": "~3.10.3",
62-
"@types/jasminewd2": "~2.0.10",
6363
"@types/jquery": "3.5.6",
64-
"@types/node": "16.3.2",
64+
"sass": "1.32.13",
6565
"codelyzer": "6.0.2",
66-
"jasmine-core": "~4.0.1",
66+
"jasmine-core": "~4.4.0",
6767
"jasmine-spec-reporter": "~7.0.0",
68-
"karma": "^6.3.17",
69-
"karma-chrome-launcher": "~3.1.1",
70-
"karma-coverage": "^2.2.0",
68+
"karma": "~6.4.0",
69+
"karma-chrome-launcher": "~3.1.0",
70+
"karma-coverage": "~2.2.0",
7171
"karma-coverage-istanbul-reporter": "~3.0.3",
72-
"karma-jasmine": "~4.0.1",
73-
"karma-jasmine-html-reporter": "^1.7.0",
74-
"sass": "1.32.13",
72+
"karma-jasmine": "~5.1.0",
73+
"karma-jasmine-html-reporter": "~2.0.0",
7574
"protractor": "7.0.0",
76-
"ts-node": "~10.7.0",
77-
"tslint": "6.1.3",
78-
"typescript": "~4.4.2"
75+
"ts-node": "~10.9.1",
76+
"typescript": "~4.7.2"
7977
}
8078
}

src/assets/css/demo.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 Angular - v2.7.0
4+
* Material Dashboard Angular - v2.8.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2

src/assets/scss/material-dashboard.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Material Dashboard Angular - v2.7.0
4+
* Material Dashboard Angular - v2.8.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2
@@ -19,7 +19,7 @@
1919

2020
@import "core/variables";
2121
@import "core/mixins";
22-
@import "~bootstrap/scss/bootstrap";
22+
@import "bootstrap/scss/bootstrap";
2323

2424

2525
// Core Components

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--
22
33
=========================================================
4-
* Material Dashboard Angular - v2.7.0
4+
* Material Dashboard Angular - v2.8.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2

src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Material Dashboard Angular - v2.7.0
4+
* Material Dashboard Angular - v2.8.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/material-dashboard-angular2

0 commit comments

Comments
 (0)