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.19.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.19.1
Choose a head ref
  • 3 commits
  • 8 files changed
  • 1 contributor

Commits on Mar 28, 2025

  1. chore: readme update tag v2-ng19

    xidedix committed Mar 28, 2025
    Copy the full SHA
    c66417f View commit details

Commits on May 6, 2025

  1. Copy the full SHA
    983ad91 View commit details
  2. chore(release): ship v2.19.1

    xidedix committed May 6, 2025
    Copy the full SHA
    e3207a1 View commit details
Showing with 1,591 additions and 1,121 deletions.
  1. +5 −0 CHANGELOG.md
  2. +1 −1 README.md
  3. +1,561 −1,094 package-lock.json
  4. +19 −19 package.json
  5. +1 −1 projects/coreui-angular/README.md
  6. +1 −1 projects/coreui-angular/package.json
  7. +2 −4 projects/coreui-angular/src/lib/sidebar/app-sidebar-nav/app-sidebar-nav-items.component.ts
  8. +1 −1 src/index.html
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### [@coreui/angular](https://coreui.io/) changelog

##### `v2.19.1`

- fix(app-sidebar-nav-items): dropdown closes on item click, close #222, thanks @marcoscg
- chore(dependencies): update

##### `v2.19.0`

- update to `Angular 19`
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-ng18?style=flat-square&color=red
[npm-coreui-angular-badge-v2]: https://img.shields.io/npm/v/@coreui/angular/v2-ng19?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