Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c4c4afc

Browse files
committedJul 13, 2023
chore: ship v4.5.10
1 parent 6ab2826 commit c4c4afc

File tree

9 files changed

+609
-792
lines changed

9 files changed

+609
-792
lines changed
 

‎CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
### [@coreui/angular](https://coreui.io/angular/) changelog
22

3+
#### `4.5.10`
4+
5+
- refactor: @Input() transform option of @angular/core@16.1 instead of @angular/cdk coerce functions (partial)
6+
- chore: dependencies update (angular v16.1.4)
7+
- chore: peerDependencies update to Angular 16.1
8+
9+
---
10+
311
#### `4.5.8`
412

513
- fix(toast): show animation not working

‎README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
3636
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
3737
[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-^16.0.0-lightgrey.svg?style=flat-square&logo=angular
38+
[angular-badge]: https://img.shields.io/badge/angular-^16.1.0-lightgrey.svg?style=flat-square&logo=angular
3939

4040
## Table of contents
4141

@@ -59,7 +59,7 @@
5959
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
6060

6161
###### Node.js
62-
[**Angular 16**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^16.14` or `^18.10`.
62+
[**Angular 16.1**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^16.14` or `^18.10`.
6363

6464
- To check your version, run `node -v` in a terminal/console window.
6565
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -92,7 +92,7 @@ npm install @coreui/coreui --save
9292
##### Basic usage
9393

9494
```scss
95-
import '~@coreui/coreui/dist/css/coreui.min.css'
95+
@import "@coreui/coreui/scss/coreui";
9696
```
9797

9898
#### Bootstrap CSS files
@@ -209,4 +209,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
209209

210210
## Copyright and license
211211

212-
Copyright 2022 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/).
212+
Copyright 2023 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/).

‎package-lock.json

Lines changed: 588 additions & 779 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "4.5.8",
3+
"version": "4.5.10",
44
"description": "CoreUI Components Library for Angular",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular-chartjs",
3-
"version": "4.5.8",
3+
"version": "4.5.10",
44
"description": "Angular wrapper component for Chart.js",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

‎projects/coreui-angular/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2023 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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
3636
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
3737
[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-^16.0.0-lightgrey.svg?style=flat-square&logo=angular
38+
[angular-badge]: https://img.shields.io/badge/angular-^16.1.0-lightgrey.svg?style=flat-square&logo=angular
3939

4040
## Table of contents
4141

@@ -59,7 +59,7 @@
5959
Before you begin, make sure your development environment includes `Node.js®` and `npm` package manager.
6060

6161
###### Node.js
62-
[**Angular 16**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^16.14` or `^18.10`.
62+
[**Angular 16.1**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^16.14` or `^18.10`.
6363

6464
- To check your version, run `node -v` in a terminal/console window.
6565
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).
@@ -92,7 +92,7 @@ npm install @coreui/coreui --save
9292
##### Basic usage
9393

9494
```scss
95-
import '~@coreui/coreui/dist/css/coreui.min.css'
95+
@import "@coreui/coreui/scss/coreui";
9696
```
9797

9898
#### Bootstrap CSS files
@@ -209,4 +209,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
209209

210210
## Copyright and license
211211

212-
Copyright 2022 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/).
212+
Copyright 2023 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/).

‎projects/coreui-angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/angular",
3-
"version": "4.5.8",
3+
"version": "4.5.10",
44
"description": "CoreUI for Angular UI components library",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-angular",
3-
"version": "4.5.8",
3+
"version": "4.5.10",
44
"description": "CoreUI Icons Angular component and service",
55
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
66
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.