Skip to content

Commit 42200f6

Browse files
committedFeb 6, 2025·
chore(release): ship v5.3.12
1 parent e9f12a1 commit 42200f6

File tree

6 files changed

+239
-128
lines changed

6 files changed

+239
-128
lines changed
 

‎CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
### [@coreui/angular](https://coreui.io/angular/) changelog
22

33

4+
---
5+
6+
#### `5.3.12`
7+
8+
- fix(carousel): first image slides in for `crossfade` transition, animations refactor, closes #213 - thanks @baloo32
9+
- fix(carousel): `interval` prop value change should set/reset timer, closes #214 - thanks @baloo32
10+
- chore(dependencies): update
11+
412
---
513

614
#### `5.3.10`

‎package-lock.json

+227-124
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.3.10",
3+
"version": "5.3.12",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular-chartjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.3.9",
3+
"version": "5.3.12",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.3.10",
3+
"version": "5.3.12",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-icons-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.3.9",
3+
"version": "5.3.12",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.