File tree Expand file tree Collapse file tree 4 files changed +5576
-11486
lines changed Expand file tree Collapse file tree 4 files changed +5576
-11486
lines changed Original file line number Diff line number Diff line change 2
2
3
3
---
4
4
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
+
5
31
#### ` 5.4.6 `
6
32
7
33
- chore(dependencies): update
You can’t perform that action at this time.
0 commit comments