Skip to content

Commit 81a7887

Browse files
committed
chore(release): ship v5.6.0 for Angular 21
1 parent 2d360c1 commit 81a7887

File tree

6 files changed

+2071
-1669
lines changed

6 files changed

+2071
-1669
lines changed

.github/workflows/build-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ on:
1414

1515
env:
1616
FORCE_COLOR: 2
17-
NODE: 22
17+
NODE: 24
1818

1919
jobs:
2020
build:
2121
strategy:
2222
matrix:
2323
platform: [ubuntu-latest, windows-latest, macOS-latest]
24-
node-version: [22.x]
24+
node-version: [24.x]
2525
runs-on: ${{ matrix.platform }}
2626
steps:
2727
- name: Clone repository

CHANGELOG.md

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

33
---
44

5+
#### `5.6.0`
6+
7+
- - chore(dependencies): update to `Angular 21`
8+
- `@angular/build` @ "21.0.2" (was "20.3.12")
9+
- `@angular/cli` @ "21.0.2" (was "20.3.12")
10+
- `@angular/compiler-cli` @ "21.0.3" (was "20.3.14")
11+
- `@angular/animations` @ "21.0.3" (was "20.3.14")
12+
- `@angular/cdk` @ "21.0.2" (was "20.2.14")
13+
- `@angular/common` @ "21.0.3" (was "20.3.14")
14+
- `@angular/compiler` @ "21.0.3" (was "20.3.14")
15+
- `@angular/core` @ "21.0.3" (was "20.3.14")
16+
- `@angular/forms` @ "21.0.3" (was "20.3.14")
17+
- `@angular/language-service` @ "21.0.3" (was "20.3.14")
18+
- `@angular/localize` @ "21.0.3" (was "20.3.14")
19+
- `@angular/platform-browser` @ "21.0.3" (was "20.3.14")
20+
- `@angular/platform-browser-dynamic` @ "21.0.3" (was "20.3.14")
21+
- `@angular/router` @ "21.0.3" (was "20.3.14")
22+
- `@coreui/angular` @ "5.6.0" (was "5.5.24")
23+
- `@coreui/angular-chartjs` @ "5.6.0" (was "5.5.24")
24+
- `@coreui/icons-angular` @ "5.6.0" (was "5.5.24")
25+
- `@types/node` @ "24.10.2" (was "22.19.1")
26+
- `jasmine-core` @ "5.13.0" (was "5.12.1")
27+
- `zone.js` @ "0.16.0" (was "0.15.1")
28+
- refactor(breadcrumbs): signal for breadcrumb items
29+
- refactor: remove to zone.js polyfill from prod build
30+
- refactor(app.config): remove `importProvidersFrom(SidebarModule, DropdownModule)`
31+
- refactor: migration from `NgClass` to `class` bindings
32+
- refactor: migration from `NgStyle` to `style` bindings
33+
34+
---
35+
536
#### `5.5.24`
637

738
- chore(dependencies): update to Angular `20.3.14`

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
66
[![npm package][npm-coreui-badge]][npm-coreui]
77
[![NPM downloads][npm-coreui-download]][npm-coreui]
8-
![angular](https://img.shields.io/badge/angular-^20.3.0-lightgrey.svg?style=flat-square&logo=angular)
8+
![angular](https://img.shields.io/badge/angular-^21.0.0-lightgrey.svg?style=flat-square&logo=angular)
99

1010
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1111

@@ -21,7 +21,7 @@
2121

2222
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
2323

24-
# CoreUI Free Admin Dashboard Template for Angular 20
24+
# CoreUI Free Admin Dashboard Template for Angular 21
2525

2626
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user
2727
experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you
@@ -81,7 +81,7 @@ Before you begin, make sure your development environment includes `Node.js®` an
8181

8282
###### Node.js
8383

84-
[**Angular 20**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^20.19.0 || ^22.12.0 || ^24.0.0`.
84+
[**Angular 21**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^20.19.0 || ^22.12.0 || ^24.0.0`.
8585

8686
- To check your version, run `node -v` in a terminal/console window.
8787
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -156,7 +156,7 @@ under [the Semantic Versioning guidelines](http://semver.org/).
156156

157157
See [the Releases section of our project](https://github.com/coreui/coreui-free-angular-admin-template/releases) for changelogs for each release version.
158158

159-
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 20.0.2.
159+
This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 21.0.2.
160160

161161
## Development server
162162

0 commit comments

Comments
 (0)