2
2
3
3
---
4
4
5
+ #### ` 5.2.3 `
6
+
7
+ - chore(dependencies): update
8
+ - fix(widgets): c-progress white with inverse()
9
+
10
+ ---
11
+
5
12
#### ` 5.2.0 `
6
13
7
- - chore(dependencies): update ta Angular 18
14
+ - chore(dependencies): update to Angular 18
8
15
- refactor(tabs): update to the latest api
9
16
10
17
---
25
32
26
33
#### ` 5.0.2 `
27
34
28
- - chore(dependencies): update
35
+ - chore(dependencies): update
29
36
- refactor(default-header): color modes dropdown
30
37
31
38
---
@@ -50,36 +57,36 @@ CoreUI v5 for Angular 17
50
57
51
58
- chore: move to ` application ` builder
52
59
- chore(dependencies): update to ` Angular 17.2 `
53
- - ` Angular 17.2 `
54
- - ` TypeScript ~5.3 `
55
- - ` zone.js ~0.14.4 `
56
- - ` @coreui/angular ~4.7.15 `
57
- - ` @coreui/angular-chartjs ~4.7.14 `
58
- - ` @coreui/icons-angular ~4.7.14 `
60
+ - ` Angular 17.2 `
61
+ - ` TypeScript ~5.3 `
62
+ - ` zone.js ~0.14.4 `
63
+ - ` @coreui/angular ~4.7.15 `
64
+ - ` @coreui/angular-chartjs ~4.7.14 `
65
+ - ` @coreui/icons-angular ~4.7.14 `
59
66
60
67
---
61
68
62
69
#### ` 4.7.13 `
63
70
64
71
- chore(dependencies): update to ` Angular 17.1 `
65
- - ` Angular 17.1 `
66
- - ` TypeScript ~5.2 `
67
- - ` zone.js ~0.14.3 `
68
- - ` @coreui/angular ~4.7.13 `
69
- - ` @coreui/angular-chartjs ~4.7.13 `
70
- - ` @coreui/icons-angular ~4.7.13 `
72
+ - ` Angular 17.1 `
73
+ - ` TypeScript ~5.2 `
74
+ - ` zone.js ~0.14.3 `
75
+ - ` @coreui/angular ~4.7.13 `
76
+ - ` @coreui/angular-chartjs ~4.7.13 `
77
+ - ` @coreui/icons-angular ~4.7.13 `
71
78
72
79
---
73
80
74
81
#### ` 4.7.0 `
75
82
76
83
- chore(dependencies): update to ` Angular 17 `
77
- - ` Angular 17 `
78
- - ` TypeScript ~5.2 `
79
- - ` zone.js ~0.14.2 `
80
- - ` @coreui/angular ~4.7.0 `
81
- - ` @coreui/angular-chartjs ~4.7.0 `
82
- - ` @coreui/icons-angular ~4.7.0 `
84
+ - ` Angular 17 `
85
+ - ` TypeScript ~5.2 `
86
+ - ` zone.js ~0.14.2 `
87
+ - ` @coreui/angular ~4.7.0 `
88
+ - ` @coreui/angular-chartjs ~4.7.0 `
89
+ - ` @coreui/icons-angular ~4.7.0 `
83
90
84
91
``` shell
85
92
ng update @angular/core@17 @angular/cli@17 @angular/cdk@17 @coreui/angular@~4.7 @coreui/angular-chartjs@~4.7 @coreui/icons-angular@~4.7
@@ -104,7 +111,7 @@ see: [Babel vulnerable to arbitrary code execution when compiling specifically c
104
111
105
112
#### ` 4.5.25 `
106
113
107
- - chore(dependencies): update
114
+ - chore(dependencies): update
108
115
109
116
---
110
117
@@ -150,9 +157,9 @@ see: [Babel vulnerable to arbitrary code execution when compiling specifically c
150
157
151
158
- chore(dependencies): update ` @angular/* ` to version ` ^15.2.7 `
152
159
- standalone components:
153
- - chore(dependencies): update ` @coreui/angular ` to version ` ~4.4.1 `
154
- - chore(dependencies): update ` @coreui/angular-chartjs ` to version ` ~4.4.1 `
155
- - chore(dependencies): update ` @coreui/icons-angular ` to version ` ~4.4.1 `
160
+ - chore(dependencies): update ` @coreui/angular ` to version ` ~4.4.1 `
161
+ - chore(dependencies): update ` @coreui/angular-chartjs ` to version ` ~4.4.1 `
162
+ - chore(dependencies): update ` @coreui/icons-angular ` to version ` ~4.4.1 `
156
163
- fix(widgets): breakpoints
157
164
158
165
---
@@ -168,8 +175,9 @@ see: [Babel vulnerable to arbitrary code execution when compiling specifically c
168
175
- chore(dependencies): update ` @coreui/utils ` to version ` ^2.0.1 `
169
176
170
177
imports update required :boom : :exclamation :
178
+
171
179
- from ` import {getStyle, ...} from '@coreui/utils/src `
172
- - to ` import {getStyle, ...} from '@coreui/utils `
180
+ - to ` import {getStyle, ...} from '@coreui/utils `
173
181
174
182
---
175
183
@@ -183,11 +191,13 @@ imports update required :boom: :exclamation:
183
191
#### ` 4.3.0 `
184
192
185
193
update to:
194
+
186
195
- ` Angular 15 `
187
196
- ` TypeScript 4.8 `
188
197
- ` RxJS 7.5 `
189
198
190
- refactor:
199
+ refactor:
200
+
191
201
- refactor(AppComponent): change selector to ` app-root `
192
202
193
203
---
0 commit comments