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 755a51d

Browse files
committedDec 7, 2023
chore: ship v4.7.3
1 parent 8609b06 commit 755a51d

File tree

6 files changed

+472
-480
lines changed

6 files changed

+472
-480
lines changed
 

‎CHANGELOG.md

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

33
---
44

5+
#### `4.7.3`
6+
7+
- refactor(backdrop, modal, offcanvas): move scrollbar adjustments to offcanvas, cleanups
8+
feat(modal): restore focus on modal hide, set focus to visible modal
9+
- fix(backdrop): add missing export
10+
- chore(dependencies): update
11+
12+
---
13+
514
#### `4.7.0`
615

716
- chore(dependencies): update to `Angular 17`

‎package-lock.json

Lines changed: 459 additions & 476 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": "4.7.0",
3+
"version": "4.7.3",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2023 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": "4.7.0",
3+
"version": "4.7.3",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎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": "4.7.0",
3+
"version": "4.7.3",
44
"description": "CoreUI for Angular UI components library",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎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": "4.7.0",
3+
"version": "4.7.3",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.