Skip to content

Commit 188aa11

Browse files
committed
chore(release): ship v5.5.1 for Angular 20
1 parent e4c5847 commit 188aa11

File tree

4 files changed

+5576
-11486
lines changed

4 files changed

+5576
-11486
lines changed

CHANGELOG.md

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

33
---
44

5+
#### `5.5.1`
6+
7+
- chore(dependencies): update to `Angular 20`
8+
- update `@angular/*` to `^20.0.x`
9+
- update `typescript` to `~5.8.3`
10+
- move `@angular/localize` to `dependencies` for use at runtime
11+
- update `@coreui/angular` to `~5.5.1`
12+
- update `@coreui/angular-chartjs` to `~5.5.1`
13+
- update `@coreui/icons-angular` to `~5.5.1`
14+
- update `moduleResolution` to `bundler` in TypeScript configurations
15+
- migrate application project to the new build system with `application` builder
16+
- update imports of `DOCUMENT` from `@angular/common` to `@angular/core`
17+
- update Node.js version list to the supported versions
18+
19+
- fix(dashboard): `TS2307`: Cannot find module `chart.js/dist/types/utils` or its corresponding type declarations. `[plugin angular-compiler]` - tempfix
20+
- refactor: migrate to `inject` function (remove constructor-based dependency injection)
21+
- refactor(toasters): use ComponentRef `setInput()` api
22+
- refactor: migration to signal inputs, host bindings, cleanups
23+
- refactor: migration to signal queries
24+
- fix(mainChart): chart.js - Cannot read properties of undefined _clip (reading 'disabled') - fixed by stop() current animations
25+
- test: remove deprecated RouterTestingModule, use provideRouter() instead
26+
- refactor: migration to lazy-loaded routes
27+
- refactor: migration to self-closing tags
28+
29+
---
30+
531
#### `5.4.6`
632

733
- chore(dependencies): update

0 commit comments

Comments
 (0)