Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coreui/coreui-angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.16.0
Choose a base ref
...
head repository: coreui/coreui-angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.1
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on May 21, 2024

  1. chore(dependencies): update

    xidedix committed May 21, 2024
    Copy the full SHA
    5327807 View commit details
  2. chore: ship v2.16.1 for Angular 16

    xidedix committed May 21, 2024
    Copy the full SHA
    f16f45d View commit details
Showing with 139 additions and 168 deletions.
  1. +4 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +122 −155 package-lock.json
  4. +9 −9 package.json
  5. +1 −1 projects/coreui-angular/package.json
  6. +1 −1 src/app/containers/default-layout/default-layout.component.html
  7. +1 −1 src/index.html
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.16.1`

- chore(dependencies): update

##### `v2.16.0`

- update to `Angular 16` - thanks: @vag1830
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@


[npm-coreui-angular]: https://www.npmjs.com/package/@coreui/angular
[npm-coreui-angular-badge-v2]: https://img.shields.io/npm/v/@coreui/angular/v2-lts?style=flat-square&color=red
[npm-coreui-angular-badge-v2]: https://img.shields.io/npm/v/@coreui/angular/v2-ng16?style=flat-square&color=red
[npm-coreui-angular-badge-latest]: https://img.shields.io/npm/v/@coreui/angular/latest?style=flat-square&color=red
[npm-coreui-angular-badge-next]: https://img.shields.io/npm/v/@coreui/angular/next?style=flat-square&color=red
[npm-coreui-angular-download]: https://img.shields.io/npm/dm/@coreui/angular.svg?style=flat-square
Loading