Skip to content

Commit 78734c8

Browse files
committed
chore(release): ship v5.6.0 for Angular 21
1 parent 6148261 commit 78734c8

File tree

7 files changed

+935
-898
lines changed

7 files changed

+935
-898
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ speed-measure-plugin*.json
3333
.history/*
3434

3535
# Miscellaneous
36+
.npmrc
3637
/.angular/cache
3738
.sass-cache/
3839
/connect.lock

CHANGELOG.md

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

33
---
44

5+
#### `5.6.0`
6+
7+
- chore(dependencies): update to `Angular 21`
8+
- `@angular-devkit/schematics` @ "21.0.2" (was "20.3.12")
9+
- `@angular/build` @ "21.0.2" (was "20.3.12")
10+
- `@angular/cli` @ "21.0.2" (was "20.3.12")
11+
- `@angular/compiler-cli` @ "21.0.3" (was "20.3.14")
12+
- `@angular/language-service` @ "21.0.3" (was "20.3.14")
13+
- `@angular/animations` @ "21.0.3" (was "20.3.14")
14+
- `@angular/cdk` @ "21.0.2" (was "20.2.14")
15+
- `@angular/common` @ "21.0.3" (was "20.3.14")
16+
- `@angular/compiler` @ "21.0.3" (was "20.3.14")
17+
- `@angular/core` @ "21.0.3" (was "20.3.14")
18+
- `@angular/forms` @ "21.0.3" (was "20.3.14")
19+
- `@angular/localize` @ "21.0.3" (was "20.3.14")
20+
- `@angular/platform-browser` @ "21.0.3" (was "20.3.14")
21+
- `@angular/router` @ "21.0.3" (was "20.3.14")
22+
- `ng-packagr` @ "21.0.0" (was "20.3.2")
23+
- `zone.js` @ "0.16.0" (was "0.15.1")
24+
- `@types/node` @ "24.10.2" (was "22.19.1")
25+
- `angular-eslint` @ "21.1.0" (was "20.7.0")
26+
- `jasmine-core` @ "5.13.0" (was "5.12.1")
27+
- `prettier` @ "3.7.4" (was "3.6.2")
28+
- `typescript-eslint` @ "8.49.0" (was "8.48.0")
29+
- remove `@angular/platform-browser-dynamic`
30+
- test: updates, cleanups and fixes
31+
- refactor(sidebar.service): cleanup
32+
- refactor(dropdown.service): cleanup
33+
- refactor(sidebar-nav): signal inputs, test
34+
- refactor(sidebar-nav.service): SidebarNavHelper providedIn: root
35+
- refactor: migration from NgClass to class bindings
36+
- refactor: migration from NgStyle to style bindings
37+
- test: RouterTestingModule migration
38+
39+
---
40+
541
#### `5.5.25`
642

743
- fix(backdrop): modal backdrop not removed on zoneless - close #240 - thanks @anyplin

package-lock.json

Lines changed: 894 additions & 894 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.5.25",
3+
"version": "5.6.0",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 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.5.25",
3+
"version": "5.6.0",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 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": "5.5.25",
3+
"version": "5.6.0",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 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": "5.5.25",
3+
"version": "5.6.0",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)