File tree 11 files changed +2297
-1216
lines changed
11 files changed +2297
-1216
lines changed Original file line number Diff line number Diff line change 1
1
### [ @coreui/angular ] ( https://coreui.io/angular/ ) changelog
2
2
3
+ #### ` 4.5.0-next.0 `
4
+
5
+ - chore: dependencies update
6
+ - ` Angular 16 `
7
+ - ` TypeScript ~4.9.3 `
8
+ - refactor(breadcrumb-router.service): router.events takeUntilDestroyed()
9
+ - refactor(toaster): remove ComponentFactoryResolver
10
+
11
+ ---
12
+
3
13
#### ` 4.4.9 `
4
14
5
15
- refactor: safe ?.unsubscribe() from subscriptions
6
16
- chore(dependencies): update
7
17
18
+ ---
19
+
8
20
#### ` 4.4.8 `
9
21
10
22
- refactor(tabs): safe tabServiceSubscription?.unsubscribe()
11
23
- chore(dependencies): update
12
24
25
+ ---
26
+
13
27
#### ` 4.4.7 `
14
28
15
29
- feat(form-check): add reverse prop
16
30
- chore(dependencies): update
17
31
32
+ ---
33
+
18
34
#### ` 4.4.1 `
19
35
20
36
- fix(alert): typo in template
21
37
- refactor(html-attr): cleanup
22
38
- refactor(icon, icon-set): cleanup
23
39
40
+ ---
41
+
24
42
#### ` 4.4.0 `
25
43
26
44
- chore: dependencies update
27
45
- chore(sidebar): minor cleanups
28
46
47
+ ---
48
+
29
49
#### ` 4.4.0-next.1 `
30
50
31
51
- feat: standalone components
40
60
- ` @coreui/angular-chartjs `
41
61
- ` @coreui/icons-angular `
42
62
- chore: dependencies update
63
+
43
64
---
44
65
45
66
#### ` 4.3.16 `
Original file line number Diff line number Diff line change 35
35
[ npm-coreui-angular-badge-next ] : https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
36
36
[ npm-coreui-angular ] : https://www.npmjs.com/package/@coreui/angular
37
37
[ npm-coreui-angular-download ] : https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
38
- [ angular-badge ] : https://img.shields.io/badge/angular-^15.2 .0-lightgrey.svg?style=flat-square&logo=angular
38
+ [ angular-badge ] : https://img.shields.io/badge/angular-^16.0 .0-lightgrey.svg?style=flat-square&logo=angular
39
39
40
40
## Table of contents
41
41
59
59
Before you begin, make sure your development environment includes ` Node.js® ` and ` npm ` package manager.
60
60
61
61
###### Node.js
62
- [ ** Angular 15 ** ] ( https://angular.io/guide/what-is-angular ) requires ` Node.js ` LTS version ` ^14.20 ` or ` ^ 16.13 ` or ` ^18.10 ` .
62
+ [ ** Angular 16 ** ] ( https://angular.io/guide/what-is-angular ) requires ` Node.js ` LTS version ` ^16.14 ` or ` ^18.10 ` .
63
63
64
64
- To check your version, run ` node -v ` in a terminal/console window.
65
65
- To get ` Node.js ` , go to [ nodejs.org] ( https://nodejs.org/ ) .
Original file line number Diff line number Diff line change 40
40
"options" : {
41
41
"main" : " projects/coreui-angular/src/test.ts" ,
42
42
"tsConfig" : " projects/coreui-angular/tsconfig.spec.json" ,
43
+ "polyfills" : [
44
+ " zone.js" ,
45
+ " zone.js/testing"
46
+ ],
43
47
"karmaConfig" : " projects/coreui-angular/karma.conf.js"
44
48
}
45
49
},
85
89
"options" : {
86
90
"main" : " projects/coreui-angular-chartjs/src/test.ts" ,
87
91
"tsConfig" : " projects/coreui-angular-chartjs/tsconfig.spec.json" ,
92
+ "polyfills" : [
93
+ " zone.js" ,
94
+ " zone.js/testing"
95
+ ],
88
96
"karmaConfig" : " projects/coreui-angular-chartjs/karma.conf.js"
89
97
}
90
98
},
130
138
"options" : {
131
139
"main" : " projects/coreui-icons-angular/src/test.ts" ,
132
140
"tsConfig" : " projects/coreui-icons-angular/tsconfig.spec.json" ,
141
+ "polyfills" : [
142
+ " zone.js" ,
143
+ " zone.js/testing"
144
+ ],
133
145
"karmaConfig" : " projects/coreui-icons-angular/karma.conf.js"
134
146
}
135
147
},
You can’t perform that action at this time.
0 commit comments