Skip to content

Commit 2815256

Browse files
authored
Merge pull request #17 from creativetimofficial/feature/v1.3.0
Feature/v1.3.0
2 parents c4a84be + f3ca436 commit 2815256

14 files changed

Lines changed: 83 additions & 69 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.3.0] - 2020-12-17
2+
### Updates
3+
- update to Angular 11
4+
- update all dependencies to match Angular 11 version
5+
16
## [1.2.0] - 2020-03-13
27
### Updates
38
- update to Angular 9

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,5 +160,5 @@ Instagram: <https://instagram.com/creativetimofficial>
160160

161161
[CHANGELOG]: ./CHANGELOG.md
162162
[LICENSE]: ./LICENSE
163-
[version-badge]: https://img.shields.io/badge/version-1.2.0-blue.svg
163+
[version-badge]: https://img.shields.io/badge/version-1.3.0-blue.svg
164164
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

angular.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"main": "src/main.ts",
1717
"tsConfig": "src/tsconfig.app.json",
1818
"polyfills": "src/polyfills.ts",
19+
"allowedCommonJsDependencies": ["hammerjs", "chart.js"],
1920
"assets": [
2021
"src/assets",
2122
"src/favicon.ico"
@@ -138,4 +139,4 @@
138139
"cli": {
139140
"analytics": false
140141
}
141-
}
142+
}

documentation/tutorial-components.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<link href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" rel="stylesheet">
1515
<!-- CSS Files -->
1616
<link href="./css/bootstrap.min.css" rel="stylesheet" />
17-
<link href="./css/now-ui-dashboard.css?v=1.2.0" rel="stylesheet" />
17+
<link href="./css/now-ui-dashboard.css?v=1.3.0" rel="stylesheet" />
1818
<!-- CSS Just for demo purpose, don't include it in your project -->
1919
<link href="./css/demo.css" rel="stylesheet" />
2020
</head>
@@ -58,7 +58,7 @@
5858
<h1 class="title">
5959
Now UI Dashboard Angular
6060
</h1>
61-
<h3 class="description">Documentation v1.2.0</h3>
61+
<h3 class="description">Documentation v1.3.0</h3>
6262
<br/>
6363
<a href="https://creativetimofficial.github.io/now-ui-dashboard-angular/documentation/tutorial" class="btn btn-primary btn-round btn-lg">View documentation</a>
6464
</div>

package.json

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -13,63 +13,63 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "9.0.6",
17-
"@angular/common": "9.0.6",
18-
"@angular/compiler": "9.0.6",
19-
"@angular/core": "9.0.6",
20-
"@angular/forms": "9.0.6",
16+
"@angular/animations": "11.0.5",
17+
"@angular/common": "11.0.5",
18+
"@angular/compiler": "11.0.5",
19+
"@angular/core": "11.0.5",
20+
"@angular/forms": "11.0.5",
2121
"@angular/http": "7.2.16",
22-
"@angular/localize": "^9.0.6",
23-
"@angular/platform-browser": "9.0.6",
24-
"@angular/platform-browser-dynamic": "9.0.6",
25-
"@angular/platform-server": "9.0.6",
26-
"@angular/router": "9.0.6",
27-
"@ng-bootstrap/ng-bootstrap": "6.0.0",
28-
"ajv": "6.12.0",
29-
"ajv-keywords": "3.4.1",
30-
"bootstrap": "4.2.1",
31-
"chart.js": "2.7.3",
32-
"chartist": "0.11.0",
22+
"@angular/localize": "^11.0.5",
23+
"@angular/platform-browser": "11.0.5",
24+
"@angular/platform-browser-dynamic": "11.0.5",
25+
"@angular/platform-server": "11.0.5",
26+
"@angular/router": "11.0.5",
27+
"@ng-bootstrap/ng-bootstrap": "8.0.0",
28+
"ajv": "7.0.1",
29+
"ajv-keywords": "4.0.0",
30+
"bootstrap": "4.5.3",
31+
"chart.js": "2.9.4",
32+
"chartist": "0.11.4",
3333
"classlist.js": "1.1.20150312",
34-
"copy-webpack-plugin": "4.6.0",
35-
"core-js": "3.6.4",
34+
"copy-webpack-plugin": "7.0.0",
35+
"core-js": "3.8.1",
3636
"font-awesome": "4.7.0",
3737
"hammerjs": "2.0.8",
38-
"jquery": "3.3.1",
39-
"jw-bootstrap-switch-ng2": "2.0.4",
40-
"ng2-charts": "1.6.0",
41-
"ngx-toastr": "12.0.0",
42-
"nouislider": "12.1.0",
43-
"perfect-scrollbar": "1.4.0",
44-
"popper.js": "1.14.6",
45-
"rellax": "1.7.2",
46-
"rxjs": "6.3.3",
47-
"tslib": "^1.11.1",
48-
"web-animations-js": "2.3.1",
49-
"zone.js": "0.8.27"
38+
"jquery": "3.5.1",
39+
"jw-bootstrap-switch-ng2": "2.0.5",
40+
"ng2-charts": "2.4.2",
41+
"ngx-toastr": "13.2.0",
42+
"nouislider": "14.6.3",
43+
"perfect-scrollbar": "1.5.0",
44+
"popper.js": "1.16.1",
45+
"rellax": "1.12.1",
46+
"rxjs": "6.6.3",
47+
"tslib": "^2.0.3",
48+
"web-animations-js": "2.3.2",
49+
"zone.js": "0.11.3"
5050
},
5151
"devDependencies": {
52-
"@angular-devkit/build-angular": "~0.900.6",
53-
"@angular/cli": "9.0.6",
54-
"@angular/compiler-cli": "9.0.6",
55-
"@angular/language-service": "9.0.6",
56-
"@types/bootstrap": "4.2.1",
57-
"@types/chartist": "0.9.43",
58-
"@types/googlemaps": "3.30.16",
59-
"@types/jasmine": "3.3.5",
60-
"@types/jquery": "3.3.29",
61-
"@types/node": "13.9.1",
62-
"codelyzer": "5.2.1",
63-
"jasmine-core": "3.5.0",
64-
"jasmine-spec-reporter": "4.2.1",
65-
"karma": "4.4.1",
52+
"@angular-devkit/build-angular": "~0.1100.4",
53+
"@angular/cli": "11.0.4",
54+
"@angular/compiler-cli": "11.0.5",
55+
"@angular/language-service": "11.0.5",
56+
"@types/bootstrap": "5.0.1",
57+
"@types/chartist": "0.11.0",
58+
"@types/googlemaps": "3.40.5",
59+
"@types/jasmine": "3.6.2",
60+
"@types/jquery": "3.5.5",
61+
"@types/node": "14.14.14",
62+
"codelyzer": "6.0.1",
63+
"jasmine-core": "3.6.0",
64+
"jasmine-spec-reporter": "6.0.0",
65+
"karma": "5.2.3",
6666
"karma-chrome-launcher": "3.1.0",
6767
"karma-cli": "2.0.0",
68-
"karma-coverage-istanbul-reporter": "2.1.1",
69-
"karma-jasmine": "3.1.1",
70-
"protractor": "5.4.3",
71-
"ts-node": "7.0.1",
72-
"tslint": "5.12.1",
73-
"typescript": "3.7.5"
68+
"karma-coverage-istanbul-reporter": "3.0.3",
69+
"karma-jasmine": "4.0.1",
70+
"protractor": "7.0.0",
71+
"ts-node": "9.1.1",
72+
"tslint": "6.1.3",
73+
"typescript": "4.0.3"
7474
}
7575
}

src/app/dashboard/dashboard.component.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ export class DashboardComponent implements OnInit {
230230
gridLines: {
231231
zeroLineColor: "transparent",
232232
drawBorder: false
233+
},
234+
ticks: {
235+
stepSize: 500
233236
}
234237
}],
235238
xAxes: [{
@@ -379,6 +382,9 @@ export class DashboardComponent implements OnInit {
379382
gridLines: {
380383
zeroLineColor: "transparent",
381384
drawBorder: false
385+
},
386+
ticks: {
387+
stepSize: 20
382388
}
383389
}],
384390
xAxes: [{

src/app/layouts/admin-layout/admin-layout.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { TypographyComponent } from '../../typography/typography.component';
1010
import { IconsComponent } from '../../icons/icons.component';
1111
import { MapsComponent } from '../../maps/maps.component';
1212
import { NotificationsComponent } from '../../notifications/notifications.component';
13-
import { ChartsModule } from 'ng2-charts/ng2-charts';
13+
import { ChartsModule } from 'ng2-charts';
1414
import { NgbModule } from '@ng-bootstrap/ng-bootstrap';
1515
import { ToastrModule } from 'ngx-toastr';
1616
import { UpgradeComponent } from '../../upgrade/upgrade.component';

src/assets/demo/demo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
33
=========================================================
4-
* Now UI Dashboard Angular - v1.1.0
4+
* Now UI Dashboard Angular - v1.3.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-dashboard-angular
8-
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
8+
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
99
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-angular/blob/master/LICENSE.md)
1010
1111
* Coded by Creative Tim

src/assets/scss/now-ui-dashboard.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
/*!
22
33
=========================================================
4-
* Now UI Dashboard Angular - v1.1.0
4+
* Now UI Dashboard Angular - v1.3.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-dashboard-angular
8-
* Copyright 2019 Creative Tim (https://www.creative-tim.com)
8+
* Copyright 2020 Creative Tim (https://www.creative-tim.com)
99
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-angular/blob/master/LICENSE.md)
1010
1111
* Coded by Creative Tim

src/assets/scss/now-ui-dashboard/_inputs.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
color: $black-color;
88
line-height: normal;
99
font-size: $font-size-small;
10+
height: auto;
1011
@include transition-input-focus-color();
1112
@include box-shadow(none);
1213

@@ -193,7 +194,7 @@
193194
& i{
194195
opacity: .5;
195196
}
196-
197+
197198
@include transition-input-focus-color();
198199

199200
.has-danger.input-group-focus &{

0 commit comments

Comments
 (0)