Skip to content

Commit 5d6408f

Browse files
committedJan 16, 2025·
chore(release): ship v5.3.8
1 parent 29a5819 commit 5d6408f

File tree

13 files changed

+641
-1048
lines changed

13 files changed

+641
-1048
lines changed
 

‎CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33

44
---
55

6-
#### `5.3.8-next`
6+
#### `5.3.8`
77

8+
- chore(dependencies): update to `Angular 19.1`
89
- refactor(form-control): signal inputs, host bindings, cleanup
910
- refactor(form-select): signal inputs, host bindings, cleanup
1011
- refactor(form-label): signal inputs, host bindings, cleanup

‎CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @coreui/angular v5
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.2.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0.
44

55
## Development server
66

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,4 @@ Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT Licen
222222
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
223223
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
224224
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
225-
[angular-badge]: https://img.shields.io/badge/angular-^19.0.0-lightgrey.svg?style=flat-square&logo=angular
225+
[angular-badge]: https://img.shields.io/badge/angular-^19.1.0-lightgrey.svg?style=flat-square&logo=angular

‎package-lock.json

+596-1,004
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+21-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "5.3.7",
3+
"version": "5.3.8",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -10,7 +10,7 @@
1010
"watch:lib:dev": "ng build coreui-angular --watch --configuration production",
1111
"build:lib:prod": "ng build coreui-angular",
1212
"postbuild:lib:prod": "npm run build --prefix projects/coreui-angular",
13-
"test:lib:dev": "ng test coreui-angular",
13+
"test:lib:dev": "ng test --no-watch --code-coverage coreui-angular ",
1414
"test:lib:prod": "ng test coreui-angular --karma-config=projects/coreui-angular/karma.conf.github.js",
1515
"prepublish:lib": "npm run prepublish:icons && ng lint coreui-angular && ng test coreui-angular --watch=false && npm run build:lib:prod",
1616
"publish:lib": "cd dist/coreui-angular/ && npm publish --tag next --dry-run",
@@ -39,16 +39,16 @@
3939
},
4040
"private": true,
4141
"dependencies": {
42-
"@angular/animations": "^19.0.5",
43-
"@angular/cdk": "^19.0.4",
44-
"@angular/common": "^19.0.5",
45-
"@angular/compiler": "^19.0.5",
46-
"@angular/core": "^19.0.5",
47-
"@angular/forms": "^19.0.5",
48-
"@angular/localize": "^19.0.5",
49-
"@angular/platform-browser": "^19.0.5",
50-
"@angular/platform-browser-dynamic": "^19.0.5",
51-
"@angular/router": "^19.0.5",
42+
"@angular/animations": "^19.1.1",
43+
"@angular/cdk": "^19.1.0",
44+
"@angular/common": "^19.1.1",
45+
"@angular/compiler": "^19.1.1",
46+
"@angular/core": "^19.1.1",
47+
"@angular/forms": "^19.1.1",
48+
"@angular/localize": "^19.1.1",
49+
"@angular/platform-browser": "^19.1.1",
50+
"@angular/platform-browser-dynamic": "^19.1.1",
51+
"@angular/router": "^19.1.1",
5252
"@coreui/chartjs": "^4.0.0",
5353
"@coreui/icons": "^3.0.1",
5454
"@popperjs/core": "~2.11.8",
@@ -59,27 +59,27 @@
5959
"zone.js": "~0.15.0"
6060
},
6161
"devDependencies": {
62-
"@angular-devkit/build-angular": "^19.0.6",
63-
"@angular-devkit/schematics": "^19.0.6",
64-
"@angular/cli": "^19.0.6",
65-
"@angular/compiler-cli": "^19.0.5",
66-
"@angular/language-service": "^19.0.5",
62+
"@angular-devkit/build-angular": "^19.1.1",
63+
"@angular-devkit/schematics": "^19.1.1",
64+
"@angular/cli": "^19.1.1",
65+
"@angular/compiler-cli": "^19.1.1",
66+
"@angular/language-service": "^19.1.1",
6767
"@types/jasmine": "^5.1.5",
6868
"@types/lodash-es": "^4.17.12",
69-
"@types/node": "^22.10.2",
69+
"@types/node": "^22.10.7",
7070
"angular-eslint": "^19.0.2",
7171
"copyfiles": "^2.4.1",
72-
"eslint": "^9.17.0",
72+
"eslint": "^9.18.0",
7373
"jasmine-core": "^5.5.0",
7474
"karma": "^6.4.4",
7575
"karma-chrome-launcher": "^3.2.0",
7676
"karma-coverage": "^2.2.1",
7777
"karma-jasmine": "^5.1.0",
7878
"karma-jasmine-html-reporter": "^2.1.0",
79-
"ng-packagr": "^19.0.1",
79+
"ng-packagr": "^19.1.0",
8080
"prettier": "^3.4.2",
8181
"typescript": "~5.6.3",
82-
"typescript-eslint": "^8.18.2"
82+
"typescript-eslint": "^8.20.0"
8383
},
8484
"keywords": [
8585
"angular",

‎projects/coreui-angular-chartjs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[npm-badge-next]: https://img.shields.io/npm/v/@coreui/angular-chartjs/next?style=flat-square&color=red
3636
[npm]: https://www.npmjs.com/package/@coreui/angular-chartjs
3737
[npm-download]: https://img.shields.io/npm/dm/@coreui/angular-chartjs.svg?style=flat-square
38-
[angular-badge]: https://img.shields.io/badge/angular-^19.0.0-lightgrey.svg?style=flat-square&logo=angular
38+
[angular-badge]: https://img.shields.io/badge/angular-^19.1.0-lightgrey.svg?style=flat-square&logo=angular
3939

4040
##### install:
4141

‎projects/coreui-angular-chartjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "5.3.5",
3+
"version": "5.3.8",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -25,7 +25,7 @@
2525
"url": "https://github.com/coreui/coreui-angular/issues"
2626
},
2727
"peerDependencies": {
28-
"@angular/core": "^19.0.0",
28+
"@angular/core": "^19.1.1",
2929
"@coreui/chartjs": "^4.0.0",
3030
"chart.js": "^4.4.7"
3131
},

‎projects/coreui-angular/CLI.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @coreui/angular v5
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.2.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 19.1.0.
44

55
## Development server
66

‎projects/coreui-angular/LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2025 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

‎projects/coreui-angular/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
215215

216216
## Copyright and license
217217

218-
Copyright 2024 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
218+
Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
219219

220220
[npm-coreui-angular-badge-v5-ng19]: https://img.shields.io/npm/v/@coreui/angular/v5-ng19?style=flat-square&color=brightgreen
221221
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=brightgreen
222222
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
223223
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
224224
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
225-
[angular-badge]: https://img.shields.io/badge/angular-^19.0.0-lightgrey.svg?style=flat-square&logo=angular
225+
[angular-badge]: https://img.shields.io/badge/angular-^19.1.0-lightgrey.svg?style=flat-square&logo=angular

‎projects/coreui-angular/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "5.3.7",
3+
"version": "5.3.8",
44
"description": "CoreUI Components Library for Angular",
5-
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
5+
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
77
"homepage": "https://coreui.io/angular",
88
"author": {
@@ -23,13 +23,13 @@
2323
},
2424
"sideEffects": false,
2525
"peerDependencies": {
26-
"@angular/animations": "^19.0.0",
27-
"@angular/cdk": "^19.0.0",
28-
"@angular/common": "^19.0.0",
29-
"@angular/core": "^19.0.0",
30-
"@angular/router": "^19.0.0",
26+
"@angular/animations": "^19.1.1",
27+
"@angular/cdk": "^19.1.0",
28+
"@angular/common": "^19.1.1",
29+
"@angular/core": "^19.1.1",
30+
"@angular/router": "^19.1.1",
3131
"@coreui/coreui": "^5.2.0",
32-
"@coreui/icons-angular": "~5.3.5",
32+
"@coreui/icons-angular": "~5.3.8",
3333
"rxjs": "^7.8.1"
3434
},
3535
"repository": {

‎projects/coreui-icons-angular/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
[npm-coreui-icons-angular-v5-ng19]: https://img.shields.io/npm/v/@coreui/icons-angular/v5-ng19?style=flat-square&color=brightgreen
4040
[npm-coreui-icons-angular-latest]: https://img.shields.io/npm/v/@coreui/icons-angular/latest?style=flat-square&color=brightgreen
4141
[npm-coreui-icons-angular-next]: https://img.shields.io/npm/v/@coreui/icons-angular/next?style=flat-square&color=red
42-
[angular-badge]: https://img.shields.io/badge/angular-^19.0.0-lightgrey.svg?style=flat-square&logo=angular
42+
[angular-badge]: https://img.shields.io/badge/angular-^19.1.0-lightgrey.svg?style=flat-square&logo=angular
4343

4444
## `cIcon` directive
4545

‎projects/coreui-icons-angular/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "5.3.5",
3+
"version": "5.3.8",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2025 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
@@ -25,9 +25,9 @@
2525
"url": "https://github.com/coreui/coreui-angular/issues"
2626
},
2727
"peerDependencies": {
28-
"@angular/common": "^19.0.0",
29-
"@angular/core": "^19.0.0",
30-
"@angular/platform-browser": "^19.0.0"
28+
"@angular/common": "^19.1.1",
29+
"@angular/core": "^19.1.1",
30+
"@angular/platform-browser": "^19.1.1"
3131
},
3232
"dependencies": {
3333
"tslib": "^2.3.0"

0 commit comments

Comments
 (0)
Please sign in to comment.