Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da62aec

Browse files
committedSep 20, 2024·
chore(release): ship v5.2.18
1 parent 4a7923c commit da62aec

File tree

6 files changed

+597
-490
lines changed

6 files changed

+597
-490
lines changed
 

‎CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,26 @@
22

33
---
44

5+
#### `5.2.18`
6+
7+
- chore(dependencies): update to Angular `18.2.5`
8+
- fix(progress-bar): bar animation fails for no style width on 0 percent
9+
- refactor(popover): use ComponentRef setInput() api, input signals, host bindings
10+
- refactor(tooltip): use ComponentRef setInput() api, input signals, host bindings
11+
- refactor(toast): use ComponentRef setInput() api, input signals
12+
- fix(widget-stat-f): rounded-start-1 bg for icon without padding, text-color for value prop
13+
- refactor(callout): input signals, host bindings
14+
- refactor(card-header-actions): host bindings
15+
- refactor(card-img): input signals, host bindings
16+
- refactor(card): host bindings
17+
- refactor(input-group): input signals, host bindings
18+
- refactor(container): input signals, host bindings
19+
- refactor(header): input signals, host bindings
20+
- refactor(widgets): input signals, host bindings
21+
- refactor(collapse): input signals, host bindings
22+
23+
---
24+
525
#### `5.2.17`
626

727
- refactor(img): input signals, host bindings

‎package-lock.json

Lines changed: 572 additions & 485 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎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-dev",
3-
"version": "5.2.17",
3+
"version": "5.2.18",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular-chartjs/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-chartjs",
3-
"version": "5.2.17",
3+
"version": "5.2.18",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.2.17",
3+
"version": "5.2.18",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -29,7 +29,7 @@
2929
"@angular/core": "^18.2.0",
3030
"@angular/router": "^18.2.0",
3131
"@coreui/coreui": "^5.1.2",
32-
"@coreui/icons-angular": "~5.2.17",
32+
"@coreui/icons-angular": "~5.2.18",
3333
"rxjs": "^7.8.1"
3434
},
3535
"repository": {

‎projects/coreui-icons-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/icons-angular",
3-
"version": "5.2.17",
3+
"version": "5.2.18",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.