File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 1
1
## [ CoreUI for Angular] ( ./README.md ) version ` changelog `
2
2
3
+ ###### ` v2.5.2 `
4
+ - fix(cards): card with header actions
5
+ - fix(carousels): images and intervals cleanup
6
+
7
+ ###### dependencies update
8
+ - update ` @angular/animations ` to ` ^8.0.2 `
9
+ - update ` @angular/common ` to ` ^8.0.2 `
10
+ - update ` @angular/compiler ` to ` ^8.0.2 `
11
+ - update ` @angular/core ` to ` ^8.0.2 `
12
+ - update ` @angular/forms ` to ` ^8.0.2 `
13
+ - update ` @angular/platform-browser ` to ` ^8.0.2 `
14
+ - update ` @angular/platform-browser-dynamic ` to ` ^8.0.2 `
15
+ - update ` @angular/router ` to ` ^8.0.2 `
16
+ - update ` @coreui/angular ` to ` ^2.5.2 `
17
+ - update ` @coreui/coreui ` to ` ^2.1.12 `
18
+ - update ` @angular-devkit/build-angular ` to ` ^0.800.3 `
19
+ - update ` @angular/cli ` to ` ^8.0.3 `
20
+ - update ` @angular/compiler-cli ` to ` ^8.0.2 `
21
+ - update ` @angular/language-service ` to ` ^8.0.2 `
22
+ - update ` @types/node ` to ` ^12.0.8 `
23
+ - update ` ts-node ` to ` ^8.3.0 `
24
+
3
25
###### ` v2.5.1 `
4
26
###### dependencies update
5
27
- update ` @coreui/angular ` to ` ^2.5.1 `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/coreui-free-angular-admin-template" ,
3
- "version" : " 2.5.1 " ,
3
+ "version" : " 2.5.2 " ,
4
4
"description" : " CoreUI Free Angular 2+ Admin Template" ,
5
5
"author" : {
6
6
"name" : " Łukasz Holeczek" ,
Original file line number Diff line number Diff line change 1
1
import { Component , OnInit } from '@angular/core' ;
2
- import { Router } from '@angular/router' ;
3
2
import { getStyle , hexToRgba } from '@coreui/coreui/dist/js/coreui-utilities' ;
4
3
import { CustomTooltips } from '@coreui/coreui-plugin-chartjs-custom-tooltips' ;
5
4
Original file line number Diff line number Diff line change 1
1
<!--
2
2
* CoreUI - Free Angular Admin Template
3
- * @version v2.5.1
3
+ * @version v2.5.2
4
4
* @link https://coreui.io/angular/
5
5
* Copyright (c) 2018 creativeLabs Łukasz Holeczek
6
6
* Licensed under MIT (https://coreui.io/license)
You can’t perform that action at this time.
0 commit comments