Skip to content

Commit c4c4afc

Browse files
committed
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/).

0 commit comments

Comments
 (0)