Skip to content

Commit a7d8fd3

Browse files
authored
Merge pull request #18 from creativetimofficial/feature/v1.4.0
Feature/v1.4.0
2 parents 2815256 + 5a1b759 commit a7d8fd3

13 files changed

Lines changed: 78 additions & 50 deletions

.gitignore

Lines changed: 2 additions & 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
@@ -40,3 +41,4 @@ testem.log
4041
# System Files
4142
.DS_Store
4243
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+
## [1.4.0] - 2022-05-06
2+
### Updates
3+
- update to Angular 13
4+
- update all dependencies to match Angular 13 version
5+
- routing issue fixed
16
## [1.3.0] - 2020-12-17
27
### Updates
38
- update to Angular 11

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.3.0-blue.svg
163+
[version-badge]: https://img.shields.io/badge/version-1.4.0-blue.svg
164164
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

angular.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
],
2424
"styles": [
2525
"node_modules/perfect-scrollbar/css/perfect-scrollbar.css",
26+
"node_modules/bootstrap/dist/css/bootstrap.css",
2627
"node_modules/ngx-toastr/toastr.css",
2728
"src/assets/scss/now-ui-dashboard.scss",
2829
"src/assets/demo/demo.css"
@@ -36,9 +37,7 @@
3637
"optimization": true,
3738
"outputHashing": "all",
3839
"sourceMap": false,
39-
"extractCss": true,
4040
"namedChunks": false,
41-
"aot": true,
4241
"extractLicenses": true,
4342
"vendorChunk": false,
4443
"buildOptimizer": true,
@@ -48,6 +47,14 @@
4847
"with": "src/environments/environment.prod.ts"
4948
}
5049
]
50+
},
51+
"development": {
52+
"buildOptimizer": false,
53+
"optimization": false,
54+
"vendorChunk": true,
55+
"extractLicenses": false,
56+
"sourceMap": true,
57+
"namedChunks": true
5158
}
5259
}
5360
},
@@ -59,7 +66,11 @@
5966
"configurations": {
6067
"production": {
6168
"browserTarget": "now-ui-dashboard-angular:build:production"
62-
}
69+
},
70+
"development": {
71+
"browserTarget": "now-ui-dashboard-angular:build:development"
72+
},
73+
"defaultConfiguration": "development"
6374
}
6475
},
6576
"extract-i18n": {

documentation/css/now-ui-dashboard.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.3.0" rel="stylesheet" />
17+
<link href="./css/now-ui-dashboard.css?v=1.4.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.3.0</h3>
61+
<h3 class="description">Documentation v1.4.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: 40 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "now-ui-dashboard-angular",
3-
"version": "1.2.0",
3+
"version": "1.4.0",
44
"license": "MIT",
55
"scripts": {
66
"ng": "ng",
@@ -13,18 +13,22 @@
1313
},
1414
"private": true,
1515
"dependencies": {
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",
21-
"@angular/http": "7.2.16",
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",
16+
"@adactive/bootstrap-tagsinput": "0.8.2",
17+
"@angular/animations": "^13.2.6",
18+
"@angular/cdk": "^13.2.6",
19+
"@angular/common": "^13.2.6",
20+
"@angular/compiler": "^13.2.6",
21+
"@angular/core": "^13.2.6",
22+
"@angular/elements": "^13.2.6",
23+
"@angular/forms": "^13.2.6",
24+
"@angular/google-maps": "^13.3.3",
25+
"@angular/localize": "^13.2.6",
26+
"@angular/material": "^13.2.6",
27+
"@angular/platform-browser": "^13.2.6",
28+
"@angular/platform-browser-dynamic": "^13.2.6",
29+
"@angular/router": "^13.2.6",
30+
"@ng-bootstrap/ng-bootstrap": "12.0.1",
31+
"@popperjs/core": "^2.11.4",
2832
"ajv": "7.0.1",
2933
"ajv-keywords": "4.0.0",
3034
"bootstrap": "4.5.3",
@@ -43,33 +47,34 @@
4347
"perfect-scrollbar": "1.5.0",
4448
"popper.js": "1.16.1",
4549
"rellax": "1.12.1",
46-
"rxjs": "6.6.3",
47-
"tslib": "^2.0.3",
50+
"rxjs": "^6.5.4",
51+
"rxjs-compat": "6.6.7",
4852
"web-animations-js": "2.3.2",
49-
"zone.js": "0.11.3"
53+
"zone.js": "~0.11.5"
5054
},
5155
"devDependencies": {
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+
"@angular-devkit/build-angular": "^13.2.6",
57+
"@angular/cli": "^13.2.6",
58+
"@angular/compiler-cli": "^13.2.6",
59+
"@angular/language-service": "13.2.6",
60+
"@types/jasmine": "~3.10.3",
61+
"@types/jasminewd2": "~2.0.10",
62+
"@types/node": "^17.0.21",
63+
"codelyzer": "6.0.2",
64+
"jasmine-core": "~4.0.1",
65+
"jasmine-spec-reporter": "~7.0.0",
66+
"karma": "^6.3.17",
67+
"karma-chrome-launcher": "~3.1.1",
68+
"karma-coverage": "^2.2.0",
69+
"karma-coverage-istanbul-reporter": "~3.0.3",
70+
"karma-jasmine": "~4.0.1",
71+
"karma-jasmine-html-reporter": "^1.7.0",
72+
"protractor": "7.0.0",
73+
"ts-node": "~10.7.0",
74+
"typescript": "~4.4.2",
5675
"@types/bootstrap": "5.0.1",
5776
"@types/chartist": "0.11.0",
5877
"@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",
66-
"karma-chrome-launcher": "3.1.0",
67-
"karma-cli": "2.0.0",
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"
78+
"@types/jquery": "3.5.5"
7479
}
7580
}

src/app/app.routing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const routes: Routes =[
1616
children: [
1717
{
1818
path: '',
19-
loadChildren: './layouts/admin-layout/admin-layout.module#AdminLayoutModule'
19+
loadChildren: () => import('./layouts/admin-layout/admin-layout.module').then(x=>x.AdminLayoutModule)
2020
}]},
2121
{
2222
path: '**',

src/assets/demo/demo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Now UI Dashboard Angular - v1.3.0
4+
* Now UI Dashboard Angular - v1.4.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-dashboard-angular

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
33
=========================================================
4-
* Now UI Dashboard Angular - v1.3.0
4+
* Now UI Dashboard Angular - v1.4.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-dashboard-angular
@@ -15,7 +15,7 @@
1515
* The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1616
1717
*/
18-
@import "~bootstrap/scss/bootstrap";
18+
// @import "~bootstrap/scss/bootstrap";
1919
@import 'now-ui-dashboard/variables';
2020
@import 'now-ui-dashboard/mixins';
2121

0 commit comments

Comments
 (0)