Skip to content

Commit 542dedf

Browse files
committed
chore: Ship v2.15.0 for Angular 15
1 parent 1411db0 commit 542dedf

File tree

8 files changed

+1757
-2335
lines changed

8 files changed

+1757
-2335
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
### [@coreui/angular](https://coreui.io/) changelog
22

3+
##### `v2.15.0`
4+
5+
- update to `Angular 15`
6+
- feat: standalone components
7+
38
##### `v2.14.1`
49

510
- update to `Angular 14.3`

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [@coreui/angular](https://coreui.io/angular)
22

3-
![angular](https://img.shields.io/badge/angular-^14.0.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^15.0.0-lightgrey.svg?style=flat-square&logo=angular)
44
[![npm package][npm-coreui-angular-badge-v2]][npm-coreui-angular]
55
[![npm package][npm-coreui-angular-badge-latest]][npm-coreui-angular]
66
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
@@ -54,18 +54,18 @@ CoreUI is an Open Source UI Kit built on top of Bootstrap 4. CoreUI is the faste
5454
Before you begin, make sure your development environment includes `Node.js®` and an `npm` package manager.
5555

5656
###### Node.js
57-
Angular 14 requires `Node.js` version 14.15 or later.
57+
Angular 15 requires `Node.js` version `^14.20.0` or `^16.13.0` or `^18.10.0`.
5858

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

6262
###### Angular CLI
6363
Install the Angular CLI globally using a terminal/console window.
6464
```bash
65-
npm install -g @angular/cli@14
65+
npm install -g @angular/cli@15
6666
```
6767

68-
##### Update to Angular 14
68+
##### Update to Angular 15
6969
see: [https://update.angular.io](https://update.angular.io)
7070

7171
## Installation
@@ -98,7 +98,7 @@ Import scss in `src/scss/style.scss`
9898

9999
```scss
100100
// Import styles
101-
@import "~@coreui/coreui/scss/coreui";
101+
@import "@coreui/coreui/scss/coreui";
102102
```
103103

104104
Or copy-paste the stylesheet `<link>` into your `<head>` before all other stylesheets to load our CSS.
@@ -212,4 +212,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
212212

213213
## Copyright and license
214214

215-
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/).
215+
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)