Skip to content

Commit 6a9fd24

Browse files
authored
Merge pull request #154 from coreui/dev-vnext
v2.5.1
2 parents 85980bb + 73a059a commit 6a9fd24

File tree

3 files changed

+28
-10
lines changed

3 files changed

+28
-10
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1-
## [angular](./README.md) version `changelog`
1+
## [CoreUI for Angular](./README.md) version `changelog`
2+
3+
###### `v2.5.1`
4+
###### dependencies update
5+
- update `@coreui/angular` to `^2.5.1`
6+
- update `ngx-bootstrap` to `^5.0.0`
7+
- update `ngx-perfect-scrollbar` to `^8.0.0`
8+
- update `tslib` to `^1.10.0`
9+
- update `@angular-devkit/build-angular` to `^0.800.2`
10+
- update `@angular/cli` to `^8.0.2`
11+
- update `@types/node` to `^12.0.7`
212

313
###### `v2.5.0`
414
- refactor(app.routing): lazy loading via dynamic import()
@@ -10,6 +20,14 @@
1020
- fix(polyfill): import `web-animations-js`
1121
- chore(tslint): remove depracated/undefined rules
1222
- chore(tsconfig): set "target" to "es5" / IE11 compatible
23+
24+
###### breaking changes
25+
- `Angular v8.0.0` (see https://update.angular.io/)
26+
- `@ViewChild` second parameter required
27+
- `BrowserAnimationsModule` required
28+
- routing: lazy loading via dynamic import()
29+
30+
###### dependencies update
1331
- update: Angular to `v8.0.0`
1432
- update: `@angular/animations` to `^8.0.0`
1533
- update: `@angular/common` to `^8.0.0`

package.json

Lines changed: 8 additions & 8 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.5.0",
3+
"version": "2.5.1",
44
"description": "CoreUI Free Angular 2+ Admin Template",
55
"author": {
66
"name": "Łukasz Holeczek",
@@ -36,7 +36,7 @@
3636
"@angular/platform-browser": "^8.0.0",
3737
"@angular/platform-browser-dynamic": "^8.0.0",
3838
"@angular/router": "^8.0.0",
39-
"@coreui/angular": "^2.5.0",
39+
"@coreui/angular": "^2.5.1",
4040
"@coreui/coreui": "^2.1.11",
4141
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.3.1",
4242
"@coreui/icons": "0.3.0",
@@ -48,24 +48,24 @@
4848
"moment": "^2.24.0",
4949
"mutationobserver-shim": "^0.3.3",
5050
"ng2-charts": "^2.3.0",
51-
"ngx-bootstrap": "^4.2.0",
52-
"ngx-perfect-scrollbar": "^7.2.1",
51+
"ngx-bootstrap": "^5.0.0",
52+
"ngx-perfect-scrollbar": "^8.0.0",
5353
"rxjs": "^6.5.2",
5454
"simple-line-icons": "^2.4.1",
5555
"ts-helpers": "^1.1.2",
5656
"tsickle": "^0.35.0",
57-
"tslib": "^1.9.3",
57+
"tslib": "^1.10.0",
5858
"web-animations-js": "^2.3.1",
5959
"zone.js": "^0.9.1"
6060
},
6161
"devDependencies": {
62-
"@angular-devkit/build-angular": "^0.800.1",
63-
"@angular/cli": "^8.0.1",
62+
"@angular-devkit/build-angular": "^0.800.2",
63+
"@angular/cli": "^8.0.2",
6464
"@angular/compiler-cli": "^8.0.0",
6565
"@angular/language-service": "^8.0.0",
6666
"@types/jasmine": "^3.3.13",
6767
"@types/jasminewd2": "^2.0.6",
68-
"@types/node": "^12.0.4",
68+
"@types/node": "^12.0.7",
6969
"codelyzer": "^5.1.0",
7070
"jasmine-core": "^3.4.0",
7171
"jasmine-spec-reporter": "^4.2.1",

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!--
22
* CoreUI - Free Angular Admin Template
3-
* @version v2.5.0
3+
* @version v2.5.1
44
* @link https://coreui.io/angular/
55
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

0 commit comments

Comments
 (0)