Skip to content

Commit 2e9a2ca

Browse files
committed
chore(release): ship v5.3.3
1 parent f5eca66 commit 2e9a2ca

File tree

8 files changed

+240
-321
lines changed

8 files changed

+240
-321
lines changed

CHANGELOG.md

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

33

4+
---
5+
6+
#### `5.3.3`
7+
8+
- chore(dependencies): update
9+
- fix(accordion): accordion item not expanded on init when visible=true
10+
- refactor(avatar): remove NgOptimizedImage directive, add object-fit: cover
11+
- chore(workflows): update node-version to 22.x
12+
413
---
514

615
#### `5.3.2`

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,12 @@
2525

2626
## Status
2727

28-
![angular][angular-badge]
2928
[![npm-coreui-angular-v5-ng19][npm-coreui-angular-badge-v5-ng19]][npm-coreui-angular]
3029
[![npm-coreui-angular-latest][npm-coreui-angular-badge-latest]][npm-coreui-angular]
3130
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
3231
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
33-
[![Build](https://github.com/coreui/coreui-angular/actions/workflows/build-check.yml/badge.svg)](https://github.com/coreui/coreui-angular/actions/workflows/build-check.yml)
32+
![angular][angular-badge] [![Build](https://github.com/coreui/coreui-angular/actions/workflows/build-check.yml/badge.svg)](https://github.com/coreui/coreui-angular/actions/workflows/build-check.yml)
3433

35-
[npm-coreui-angular-badge-v5-ng19]: https://img.shields.io/npm/v/@coreui/angular/v5-ng19?style=flat-square&color=brightgreen
36-
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen
37-
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
38-
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
39-
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
40-
[angular-badge]: https://img.shields.io/badge/angular-^19.0.0-lightgrey.svg?style=flat-square&logo=angular
4134

4235
## Table of contents
4336

@@ -71,7 +64,7 @@
7164
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
7265

7366
###### Node.js
74-
[**Angular 19**](https://angular.dev/overview) requires `Node.js` LTS version `^18.19` or newer.
67+
[**Angular 19**](https://angular.dev/overview) requires `Node.js` LTS version `^18.19`, `^20.11` or `^22.0`.
7568

7669
- To check your version, run `node -v` in a terminal/console window.
7770
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -223,3 +216,10 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
223216
## Copyright and license
224217

225218
Copyright 2024 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
219+
220+
[npm-coreui-angular-badge-v5-ng19]: https://img.shields.io/npm/v/@coreui/angular/v5-ng19?style=flat-square&color=brightgreen
221+
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen
222+
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
223+
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
224+
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
225+
[angular-badge]: https://img.shields.io/badge/angular-^19.0.0-lightgrey.svg?style=flat-square&logo=angular

0 commit comments

Comments
 (0)