Skip to content

Commit 5b6370f

Browse files
authored
Merge pull request #132 from coreui/dev-vnext
v2.2.3
2 parents 416b903 + 754ab65 commit 5b6370f

File tree

3 files changed

+70
-28
lines changed

3 files changed

+70
-28
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
## [angular](./README.md) version `changelog`
22

3+
###### `v2.2.3`
4+
- refactor(_nav.ts): add NavData interface
5+
- update: `bootstrap` to `^4.2.1`
6+
- update: `@coreui/angular` to `^2.2.3`
7+
- update: `@coreui/coreui` to `^2.1.6`
8+
- update: `@angular/animations` to `^7.2.0`
9+
- update: `@angular/common` to `^7.2.0`
10+
- update: `@angular/compiler` to `^7.2.0`
11+
- update: `@angular/core` to `^7.2.0`
12+
- update: `@angular/forms` to `^7.2.0`
13+
- update: `@angular/http` to `^7.2.0`
14+
- update: `@angular/platform-browser` to `^7.2.0`
15+
- update: `@angular/platform-browser-dynamic` to `^7.2.0`
16+
- update: `@angular/router` to `^7.2.0`
17+
- update: `core-js` to `^2.6.2`
18+
- update: `moment` to `^2.23.0`
19+
- update: `ngx-bootstrap` to `^3.1.4`
20+
- update: `ngx-perfect-scrollbar` to `^7.2.0`
21+
- update: `zone.js` to `^0.8.27`
22+
- update: `@angular-devkit/build-angular` to `^0.12.1`
23+
- update: `@angular/cli` to `^7.2.1`
24+
- update: `@angular/compiler-cli` to `^7.2.0`
25+
- update: `@angular/language-service` to `^7.2.0`
26+
- update: `@types/jasmine` to `^3.3.5`
27+
- update: `@types/node` to `^10.12.18`
28+
- update: `karma` to `^3.1.4`
29+
- update: `protractor` to `^5.4.2`
30+
- update: `tslint` to `^5.12.1`
31+
332
###### `v2.2.1`
433
- fix(routes): add default routes
534
- fix(colors): class order for `bg-blue`

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-angular-admin-template",
3-
"version": "2.2.1",
3+
"version": "2.2.3",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -27,55 +27,55 @@
2727
},
2828
"private": true,
2929
"dependencies": {
30-
"@angular/animations": "^7.1.1",
31-
"@angular/common": "^7.1.1",
32-
"@angular/compiler": "^7.1.1",
33-
"@angular/core": "^7.1.1",
34-
"@angular/forms": "^7.1.1",
35-
"@angular/http": "^7.1.1",
36-
"@angular/platform-browser": "^7.1.1",
37-
"@angular/platform-browser-dynamic": "^7.1.1",
38-
"@angular/router": "^7.1.1",
39-
"@coreui/angular": "^2.2.1",
40-
"@coreui/coreui": "^2.1.3",
30+
"@angular/animations": "^7.2.0",
31+
"@angular/common": "^7.2.0",
32+
"@angular/compiler": "^7.2.0",
33+
"@angular/core": "^7.2.0",
34+
"@angular/forms": "^7.2.0",
35+
"@angular/http": "^7.2.0",
36+
"@angular/platform-browser": "^7.2.0",
37+
"@angular/platform-browser-dynamic": "^7.2.0",
38+
"@angular/router": "^7.2.0",
39+
"@coreui/angular": "^2.2.3",
40+
"@coreui/coreui": "^2.1.6",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
4242
"@coreui/icons": "0.3.0",
43-
"bootstrap": "^4.1.3",
43+
"bootstrap": "^4.2.1",
4444
"chart.js": "^2.7.3",
45-
"core-js": "^2.6.0",
45+
"core-js": "^2.6.2",
4646
"flag-icon-css": "^3.2.1",
4747
"font-awesome": "^4.7.0",
48-
"moment": "^2.22.2",
48+
"moment": "^2.23.0",
4949
"mutationobserver-shim": "^0.3.2",
5050
"ng2-charts": "^1.6.0",
51-
"ngx-bootstrap": "^3.1.2",
52-
"ngx-perfect-scrollbar": "^7.1.0",
51+
"ngx-bootstrap": "^3.1.4",
52+
"ngx-perfect-scrollbar": "^7.2.0",
5353
"rxjs": "^6.3.3",
5454
"simple-line-icons": "^2.4.1",
5555
"ts-helpers": "^1.1.2",
5656
"tsickle": "^0.34.0",
5757
"tslib": "^1.9.0",
58-
"zone.js": "^0.8.26"
58+
"zone.js": "^0.8.27"
5959
},
6060
"devDependencies": {
61-
"@angular-devkit/build-angular": "^0.11.1",
62-
"@angular/cli": "^7.1.1",
63-
"@angular/compiler-cli": "^7.1.1",
64-
"@angular/language-service": "^7.1.1",
65-
"@types/jasmine": "^3.3.1",
61+
"@angular-devkit/build-angular": "^0.12.1",
62+
"@angular/cli": "^7.2.1",
63+
"@angular/compiler-cli": "^7.2.0",
64+
"@angular/language-service": "^7.2.0",
65+
"@types/jasmine": "^3.3.5",
6666
"@types/jasminewd2": "^2.0.6",
67-
"@types/node": "^10.12.12",
67+
"@types/node": "^10.12.18",
6868
"codelyzer": "^4.5.0",
6969
"jasmine-core": "^3.3.0",
7070
"jasmine-spec-reporter": "^4.2.1",
71-
"karma": "^3.1.3",
71+
"karma": "^3.1.4",
7272
"karma-chrome-launcher": "^2.2.0",
7373
"karma-coverage-istanbul-reporter": "^2.0.4",
7474
"karma-jasmine": "^2.0.1",
7575
"karma-jasmine-html-reporter": "^1.4.0",
76-
"protractor": "^5.4.1",
76+
"protractor": "^5.4.2",
7777
"ts-node": "^7.0.1",
78-
"tslint": "^5.11.0",
78+
"tslint": "^5.12.1",
7979
"typescript": "3.1.x"
8080
},
8181
"engines": {

src/app/_nav.ts

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
export const navItems = [
1+
export interface NavData {
2+
name?: string,
3+
url?: string,
4+
icon?: string,
5+
badge?: any,
6+
title?: boolean,
7+
children?: any,
8+
variant?: string,
9+
attributes?: object,
10+
divider?: boolean,
11+
class?: string,
12+
}
13+
14+
export const navItems: NavData[] = [
215
{
316
name: 'Dashboard',
417
url: '/dashboard',

0 commit comments

Comments
 (0)