Skip to content

Commit fe32f4f

Browse files
committed
chore(release): ship v5.3.0 for Angular 19
1 parent 3ad1bd6 commit fe32f4f

File tree

10 files changed

+3063
-2088
lines changed

10 files changed

+3063
-2088
lines changed

CHANGELOG.md

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

3+
4+
---
5+
6+
#### `5.3.0`
7+
8+
- chore(dependencies): update to `Angular 19`
9+
- refactor: directives, components and pipes are now standalone by default
10+
- refactor: remove deprecated 'allowSignalWrites' flag for effect() - writes are allowed by default
11+
312
---
413

514
#### `5.2.25`

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<h2 align="center">CoreUI for Angular</h3>
1212

1313
<p align="center">
14-
Angular Components Library built on top of Bootstrap 5.3 and TypeScript 5.4.
14+
Angular Components Library built on top of Bootstrap 5.3 and TypeScript 5.5.
1515
<br>
1616
<a href="https://coreui.io/angular/docs/"><strong>Explore CoreUI for Angular docs »</strong></a>
1717
<br>
@@ -26,18 +26,18 @@
2626
## Status
2727

2828
![angular][angular-badge]
29-
[![npm-coreui-angular-v5-ng18][npm-coreui-angular-badge-v5-ng18]][npm-coreui-angular]
29+
[![npm-coreui-angular-v5-ng19][npm-coreui-angular-badge-v5-ng19]][npm-coreui-angular]
3030
[![npm-coreui-angular-latest][npm-coreui-angular-badge-latest]][npm-coreui-angular]
3131
[![npm-coreui-angular-next][npm-coreui-angular-badge-next]][npm-coreui-angular]
3232
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
3333
[![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)
3434

35-
[npm-coreui-angular-badge-v5-ng18]: https://img.shields.io/npm/v/@coreui/angular/v5-ng18?style=flat-square&color=brightgreen
35+
[npm-coreui-angular-badge-v5-ng19]: https://img.shields.io/npm/v/@coreui/angular/v5-ng19?style=flat-square&color=brightgreen
3636
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen
3737
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
3838
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
3939
[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-^18.2.0-lightgrey.svg?style=flat-square&logo=angular
40+
[angular-badge]: https://img.shields.io/badge/angular-^19.0.0-lightgrey.svg?style=flat-square&logo=angular
4141

4242
## Table of contents
4343

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

7373
###### Node.js
74-
[**Angular 18**](https://angular.dev/overview) requires `Node.js` LTS version `^18.19` or newer.
74+
[**Angular 19**](https://angular.dev/overview) requires `Node.js` LTS version `^18.19` or newer.
7575

7676
- To check your version, run `node -v` in a terminal/console window.
7777
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).

0 commit comments

Comments
 (0)