Skip to content

Commit

Permalink
chore: merge PR #195 by @vag1830
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Jan 3, 2024
2 parents ffa04fa + 351272e commit fd10beb
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 28 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.16.0`

- update to `Angular 16` - thanks: @vag1830

##### `v2.15.1`

- chore(e2e): migration to Cypress
- fix(testapp): remove Ivy incompatible ngx-perfect-scrollbar
- chore(workflows): update to npm 18, lock googlechrome v114
- chore(workflows): update to npm 18
- chore(dependencies): update

##### `v2.15.0`
Expand Down
2 changes: 1 addition & 1 deletion CLI.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Angular

This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 15.2.0.
This library was generated with [Angular CLI](https://github.com/angular/angular-cli) version 16.2.11.

## Code scaffolding

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [@coreui/angular](https://coreui.io/angular)

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

###### Node.js
Angular 15 requires `Node.js` version `^14.20.0` or `^16.13.0` or `^18.10.0`.
Angular 16 requires `Node.js` version `^16.14.0` or `^18.10.0`.

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

###### Angular CLI
Install the Angular CLI globally using a terminal/console window.
```bash
npm install -g @angular/cli@15
npm install -g @angular/cli@16
```

##### Update to Angular 15
##### Update to Angular 16
see: [https://update.angular.io](https://update.angular.io)

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

## Copyright and license

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/).
Copyright 2024 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/).
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/angular-dev",
"version": "2.15.1",
"description": "CoreUI Angular 15 Bootstrap 4 components",
"version": "2.16.0",
"description": "CoreUI Angular 16 Bootstrap 4 components",
"license": "MIT",
"author": {
"name": "Łukasz Holeczek",
Expand Down Expand Up @@ -71,7 +71,7 @@
"cypress": "latest"
},
"engines": {
"node": "^14.20.0 || ^16.13.0 || ^18.10.0",
"node": "^16.14.0 || ^18.10.0",
"npm": ">= 8"
}
}
}
10 changes: 5 additions & 5 deletions projects/coreui-angular/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [@coreui/angular](https://coreui.io/angular)

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

###### Node.js
Angular 15 requires `Node.js` version `^14.20.0` or `^16.13.0` or `^18.10.0`.
Angular 16 requires `Node.js` version `^16.14.0` or `^18.10.0`.

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

###### Angular CLI
Install the Angular CLI globally using a terminal/console window.
```bash
npm install -g @angular/cli@15
npm install -g @angular/cli@16
```

##### Update to Angular 15
##### Update to Angular 16
see: [https://update.angular.io](https://update.angular.io)

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

## Copyright and license

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/).
Copyright 2024 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/).
10 changes: 5 additions & 5 deletions projects/coreui-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/angular",
"version": "2.15.1",
"description": "CoreUI Angular 15 Bootstrap 4 components",
"version": "2.16.0",
"description": "CoreUI Angular 16 Bootstrap 4 components",
"license": "MIT",
"homepage": "https://coreui.io/angular",
"author": {
Expand All @@ -20,9 +20,9 @@
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/router": "^15.0.0"
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/router": "^16.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ import { AppRoutingModule } from './app.routing';
provide: LocationStrategy,
useClass: HashLocationStrategy
}],
bootstrap: [ AppComponent ]
bootstrap: [AppComponent]
})
export class AppModule { }
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!doctype html>
<!--
* CoreUI 2 for Angular 15 - test bed
* @version v2.15.0
* CoreUI 2 for Angular 16 - test bed
* @version v2.16.0
* @link https://coreui.io/angular/
* Copyright (c) 2023 creativeLabs Łukasz Holeczek
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
-->
<html lang="en">
<head>
Expand Down

0 comments on commit fd10beb

Please sign in to comment.