Skip to content

Commit

Permalink
chore: ship v4.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jul 13, 2023
1 parent 6ab2826 commit c4c4afc
Show file tree
Hide file tree
Showing 9 changed files with 609 additions and 792 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### [@coreui/angular](https://coreui.io/angular/) changelog

#### `4.5.10`

- refactor: @Input() transform option of @angular/core@16.1 instead of @angular/cdk coerce functions (partial)
- chore: dependencies update (angular v16.1.4)
- chore: peerDependencies update to Angular 16.1

---

#### `4.5.8`

- fix(toast): show animation not working
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
[angular-badge]: https://img.shields.io/badge/angular-^16.0.0-lightgrey.svg?style=flat-square&logo=angular
[angular-badge]: https://img.shields.io/badge/angular-^16.1.0-lightgrey.svg?style=flat-square&logo=angular

## Table of contents

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

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

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

```scss
import '~@coreui/coreui/dist/css/coreui.min.css'
@import "@coreui/coreui/scss/coreui";
```

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

## Copyright and license

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/).
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/).
Loading

0 comments on commit c4c4afc

Please sign in to comment.