Skip to content

Commit 2d49ad2

Browse files
committed
ship: v4.5.0 for Angular 16
1 parent 626c69d commit 2d49ad2

File tree

6 files changed

+1551
-1118
lines changed

6 files changed

+1551
-1118
lines changed

Diff for: .github/workflows/build-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
platform: [ubuntu-latest, windows-latest, macOS-latest]
24-
node-version: [16.x, 18.x]
24+
node-version: [18.x]
2525
runs-on: ${{ matrix.platform }}
2626
steps:
2727
- name: Clone repository

Diff for: CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
---
44

5+
#### `4.5.0`
6+
7+
- chore(dependencies): update to `Angular 16`
8+
- refactor: remove deprecated ngx-perfect-scrollbar, use `ngx-scrollbar` instead
9+
- fix: getStyle() add nullish check
10+
- refactor(toasters): use takeUntilDestroyed() operator
11+
12+
---
13+
514
#### `4.3.13`
615

716
- docs(LICENSE): add missing license info

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
55
[![npm package][npm-coreui-badge]][npm-coreui]
66
[![NPM downloads][npm-coreui-download]][npm-coreui]
7-
![angular](https://img.shields.io/badge/angular-^15.2.0-lightgrey.svg?style=flat-square&logo=angular)
7+
![angular](https://img.shields.io/badge/angular-^16.0.0-lightgrey.svg?style=flat-square&logo=angular)
88

99
[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
1010
[npm-coreui-angular-badge]: https://img.shields.io/npm/v/@coreui/angular.png?style=flat-square
@@ -14,7 +14,7 @@
1414
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
1515
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
1616

17-
# CoreUI Free Admin Dashboard Template for Angular 15
17+
# CoreUI Free Admin Dashboard Template for Angular 16
1818

1919
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
2020

@@ -62,7 +62,7 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
6262
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
6363

6464
###### Node.js
65-
[**Angular 15**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^14.20` or `^16.13` or `^18.10`.
65+
[**Angular 16**](https://angular.io/guide/what-is-angular) requires `Node.js` LTS version `^16.14` or `^18.10`.
6666

6767
- To check your version, run `node -v` in a terminal/console window.
6868
- To get `Node.js`, go to [nodejs.org](https://nodejs.org/).

0 commit comments

Comments
 (0)