Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3bde875

Browse files
committed
chore: merge PR#195 by@vag1830 into v2
2 parentsffa04fa +fd10beb commit3bde875

File tree

13 files changed

+33
-162
lines changed

13 files changed

+33
-162
lines changed

‎CHANGELOG.md‎

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

3+
#####`v2.16.0`
4+
5+
- update to`Angular 16` - thanks:@vag1830
6+
37
#####`v2.15.1`
48

59
- chore(e2e): migration to Cypress
610
- fix(testapp): remove Ivy incompatible ngx-perfect-scrollbar
7-
- chore(workflows): update to npm 18, lock googlechrome v114
11+
- chore(workflows): update to npm 18
812
- chore(dependencies): update
913

1014
#####`v2.15.0`

‎CLI.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Angular
22

3-
This library was generated with[Angular CLI](https://github.com/angular/angular-cli) version15.2.0.
3+
This library was generated with[Angular CLI](https://github.com/angular/angular-cli) version16.2.11.
44

55
##Code scaffolding
66

‎README.md‎

Lines changed: 5 additions & 5 deletions
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-^15.0.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^16.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-
Angular15 requires`Node.js` version`^14.20.0` or`^16.13.0` or`^18.10.0`.
57+
Angular16 requires`Node.js` version`^16.14.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@15
65+
npm install -g @angular/cli@16
6666
```
6767

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

7171
##Installation
@@ -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-
Copyright2023 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+
Copyright2024 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/).

‎e2e/protractor.conf.js‎

Lines changed: 0 additions & 28 deletions
This file was deleted.

‎e2e/src/app.e2e-spec.ts‎

Lines changed: 0 additions & 68 deletions
This file was deleted.

‎e2e/src/app.po.ts‎

Lines changed: 0 additions & 24 deletions
This file was deleted.

‎e2e/tsconfig.e2e.json‎

Lines changed: 0 additions & 13 deletions
This file was deleted.

‎package-lock.json‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"@coreui/angular-dev",
3-
"version":"2.15.1",
4-
"description":"CoreUI Angular15 Bootstrap 4 components",
3+
"version":"2.16.0",
4+
"description":"CoreUI Angular16 Bootstrap 4 components",
55
"license":"MIT",
66
"author": {
77
"name":"Łukasz Holeczek",
@@ -26,7 +26,7 @@
2626
"lint":"ng lint",
2727
"e2e":"ng e2e",
2828
"prepublish:lib":"ng test coreui-angular --karma-config=projects/coreui-angular/karma.conf.github.js && ng build coreui-angular --configuration production",
29-
"publish:lib":"cd dist/coreui-angular/ && npm publish --tag v2-lts-ng-15 --dry-run",
29+
"publish:lib":"cd dist/coreui-angular/ && npm publish --tag v2-lts-ng-16 --dry-run",
3030
"link":"cd dist/coreui-angular/ && npm link",
3131
"release-version":"node build/change-version.js",
3232
"cypress:open":"cypress open",
@@ -71,7 +71,7 @@
7171
"cypress":"latest"
7272
},
7373
"engines": {
74-
"node":"^14.20.0 || ^16.13.0 || ^18.10.0",
74+
"node":"^16.14.0 || ^18.10.0",
7575
"npm":">= 8"
7676
}
77-
}
77+
}

‎projects/coreui-angular/README.md‎

Lines changed: 5 additions & 5 deletions
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-^15.0.0-lightgrey.svg?style=flat-square&logo=angular)
3+
![angular](https://img.shields.io/badge/angular-^16.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-
Angular15 requires`Node.js` version`^14.20.0` or`^16.13.0` or`^18.10.0`.
57+
Angular16 requires`Node.js` version`^16.14.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@15
65+
npm install -g @angular/cli@16
6666
```
6767

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

7171
##Installation
@@ -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-
Copyright2023 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+
Copyright2024 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)

[8]ページ先頭

©2009-2025 Movatter.jp