Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite43518a

Browse files
committed
chore(release): ship v5.3.13
1 parent044a9ea commite43518a

File tree

4 files changed

+44
-13
lines changed

4 files changed

+44
-13
lines changed

‎CHANGELOG.md‎

Lines changed: 17 additions & 0 deletions
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‎

Lines changed: 24 additions & 11 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 2 additions & 1 deletion
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‎

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp