Skip to content

Commit e43518a

Browse files
committed
chore(release): ship v5.3.13
1 parent 044a9ea commit e43518a

File tree

4 files changed

+44
-13
lines changed

4 files changed

+44
-13
lines changed

CHANGELOG.md

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

33

4+
---
5+
6+
#### `5.3.13`
7+
8+
- fix(carousel): when paused (interval=0) and manually changed slide, it does not restart when interval>0
9+
- refactor(carousel-item): add attribute role = "group"
10+
- refactor(carousel-inner): add aria-live "off" for interval > 0, otherwise "polite"
11+
- fix(carousel-control): allow custom content (regression)
12+
- refactor(carousel): add interval to carousel state
13+
- fix(carousel.config): set default interval to 0
14+
- fix(theme.directive): use colorScheme if dark not set
15+
- refactor(progress-bar): set default value=0
16+
- refactor(dropdown): signal inputs, host bindings, cleanup, tests
17+
- refactor(dropdown-item): set default value of disabled prop to false
18+
- refactor(dropdown-close): set default value of disabled prop to false
19+
- chore(dependencies): update
20+
421
---
522

623
#### `5.3.12`

package-lock.json

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

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.3.12",
3+
"version": "5.3.13",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -11,6 +11,7 @@
1111
"build:lib:prod": "ng build coreui-angular",
1212
"postbuild:lib:prod": "npm run build --prefix projects/coreui-angular",
1313
"test:lib:dev": "ng test coreui-angular",
14+
"test:lib:cov": "ng test --watch --code-coverage coreui-angular ",
1415
"test:lib:prod": "ng test coreui-angular --karma-config=projects/coreui-angular/karma.conf.github.js",
1516
"prepublish:lib": "npm run prepublish:icons && ng lint coreui-angular && ng test coreui-angular --watch=false && npm run build:lib:prod",
1617
"publish:lib": "cd dist/coreui-angular/ && npm publish --tag next --dry-run",

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.12",
3+
"version": "5.3.13",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)