Skip to content

Commit d98f2a6

Browse files
authored
Merge pull request #99 from creativetimofficial/feature/v2.5.0
Feature/v2.5.0
2 parents df6a3ed + 29603c5 commit d98f2a6

File tree

8 files changed

+67
-56
lines changed

8 files changed

+67
-56
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.5.0] - 2020-10-07
2+
### Updates
3+
- update to Angular 10
4+
- update all dependencies to match Angular 10 version
5+
6+
17
## [2.4.0] - 2020-03-05
28
### Updates
39
- update to Angular 9

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

angular.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"node_modules/perfect-scrollbar/dist/perfect-scrollbar.min.js",
3535
"node_modules/bootstrap-notify/bootstrap-notify.js",
3636
"node_modules/chartist/dist/chartist.js"
37+
],
38+
"allowedCommonJsDependencies" : [
39+
"rxjs/add/operator/filter",
40+
"jquery",
41+
"chartist"
3742
]
3843
},
3944
"configurations": {
@@ -150,4 +155,4 @@
150155
"cli": {
151156
"analytics": false
152157
}
153-
}
158+
}

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.4.0</h3>
113+
<h3 class="title">Documentation v2.5.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: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "material-dashboard-angular",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -17,62 +17,62 @@
1717
},
1818
"private": true,
1919
"dependencies": {
20-
"@agm/core": "1.1.0",
21-
"@angular/animations": "9.0.5",
22-
"@angular/cdk": "9.1.1",
23-
"@angular/common": "9.0.5",
24-
"@angular/compiler": "9.0.5",
25-
"@angular/core": "9.0.5",
26-
"@angular/forms": "9.0.5",
27-
"@angular/http": "7.2.16",
28-
"@angular/material": "9.1.1",
29-
"@angular/platform-browser": "9.0.5",
30-
"@angular/platform-browser-dynamic": "9.0.5",
31-
"@angular/platform-server": "9.0.5",
32-
"@angular/router": "9.0.5",
33-
"ajv": "6.12.0",
20+
"@agm/core": "^1.1.0",
21+
"@angular/animations": "10.1.4",
22+
"@angular/cdk": "10.2.4",
23+
"@angular/common": "10.1.4",
24+
"@angular/compiler": "10.1.4",
25+
"@angular/core": "10.1.4",
26+
"@angular/forms": "10.1.4",
27+
"@angular/material": "10.2.4",
28+
"@angular/platform-browser": "10.1.4",
29+
"@angular/platform-browser-dynamic": "10.1.4",
30+
"@angular/platform-server": "10.1.4",
31+
"@angular/router": "10.1.4",
32+
"ajv": "6.12.5",
3433
"arrive": "2.4.1",
35-
"bootstrap": "4.3.1",
36-
"bootstrap-material-design": "4.1.2",
34+
"bootstrap": "4.5.2",
35+
"bootstrap-material-design": "4.1.3",
3736
"bootstrap-notify": "3.1.3",
38-
"chartist": "0.11.2",
37+
"chartist": "0.11.4",
3938
"classlist.js": "1.1.20150312",
40-
"core-js": "3.1.3",
39+
"core-js": "3.6.5",
40+
"eslint": "^7.10.0",
4141
"express": "4.17.1",
42-
"googleapis": "40.0.0",
42+
"googleapis": "61.0.0",
4343
"hammerjs": "2.0.8",
44-
"jquery": "3.4.1",
45-
"moment": "2.24.0",
46-
"perfect-scrollbar": "1.1.0",
47-
"popper.js": "1.15.0",
48-
"rxjs": "6.5.2",
49-
"rxjs-compat": "6.5.2",
50-
"web-animations-js": "2.3.1",
51-
"zone.js": "0.10.2"
44+
"jquery": "3.5.1",
45+
"moment": "2.29.1",
46+
"perfect-scrollbar": "1.5.0",
47+
"popper.js": "1.16.1",
48+
"rxjs": "6.6.3",
49+
"rxjs-compat": "6.6.3",
50+
"web-animations-js": "2.3.2",
51+
"zone.js": "0.11.1"
5252
},
5353
"devDependencies": {
54-
"@angular-devkit/build-angular": "0.900.5",
55-
"@angular/cli": "9.0.5",
56-
"@angular/compiler-cli": "9.0.5",
57-
"@angular/language-service": "9.0.5",
58-
"@types/bootstrap": "4.3.0",
59-
"@types/chartist": "0.9.46",
60-
"@types/googlemaps": "3.36.4",
61-
"@types/jasmine": "3.3.13",
62-
"@types/jquery": "3.3.29",
63-
"@types/node": "12.0.7",
64-
"codelyzer": "5.2.1",
65-
"jasmine-core": "3.5.0",
66-
"jasmine-spec-reporter": "4.2.1",
67-
"karma": "4.4.1",
54+
"@angular-devkit/build-angular": "0.1001.4",
55+
"@angular/cli": "10.1.4",
56+
"@angular/compiler-cli": "10.1.4",
57+
"@angular/language-service": "10.1.4",
58+
"@types/bootstrap": "4.5.0",
59+
"@types/chartist": "0.11.0",
60+
"@types/googlemaps": "3.39.14",
61+
"@types/jasmine": "3.5.14",
62+
"@types/jquery": "3.5.2",
63+
"@types/node": "14.11.5",
64+
"codelyzer": "6.0.1",
65+
"jasmine-core": "3.6.0",
66+
"jasmine-spec-reporter": "6.0.0",
67+
"karma": "5.2.3",
6868
"karma-chrome-launcher": "3.1.0",
6969
"karma-cli": "2.0.0",
70-
"karma-coverage-istanbul-reporter": "2.1.1",
71-
"karma-jasmine": "3.1.1",
72-
"karma-jasmine-html-reporter": "1.5.2",
73-
"protractor": "5.4.3",
74-
"ts-node": "8.6.2",
75-
"tslint": "6.0.0",
76-
"typescript": "3.7.5"
70+
"karma-coverage-istanbul-reporter": "3.0.3",
71+
"karma-jasmine": "4.0.1",
72+
"karma-jasmine-html-reporter": "1.5.4",
73+
"protractor": "7.0.0",
74+
"ts-node": "9.0.0",
75+
"tslint": "6.1.3",
76+
"typescript": "4.0.3"
7777
}
7878
}

src/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BrowserAnimationsModule } from '@angular/platform-browser/animations';
22
import { NgModule } from '@angular/core';
33
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
4-
import { HttpModule } from '@angular/http';
4+
import { HttpClientModule } from '@angular/common/http';
55
import { RouterModule } from '@angular/router';
66

77

@@ -28,7 +28,7 @@ import { AdminLayoutComponent } from './layouts/admin-layout/admin-layout.compon
2828
BrowserAnimationsModule,
2929
FormsModule,
3030
ReactiveFormsModule,
31-
HttpModule,
31+
HttpClientModule,
3232
ComponentsModule,
3333
RouterModule,
3434
AppRoutingModule,

src/assets/scss/material-dashboard.scss

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

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

0 commit comments

Comments
 (0)