One data grid for JavaScript, React, Vue & Angular. Sorting, filtering, virtualization, pinning, and CSV export included. Early access $199 $349 → [Get it now]

CoreUI Free Angular Admin Template v5.7.15 - Alert Fix and Dependency Refresh

CoreUI Free Angular Admin Template v5.7.15 - Alert Fix and Dependency Refresh

We are pleased to announce the release of CoreUI Free Angular Admin Template v5.7.15. This maintenance update corrects the dismissible condition in alerts, refreshes the bundled CoreUI packages, and keeps the template current with Angular 22.1 tooling.


Speed up your responsive apps and websites with fully-featured, ready-to-use open-source admin panel templates—free to use and built for efficiency.


How to Update

Download the latest source from GitHub releases.

After downloading, install dependencies and start the project:

npm install
ng serve

If you are updating an existing customized project, compare your local changes with the latest template files and bring over the parts you need before deploying.

What’s New

Alert Fix

  • Corrected the dismissible condition in alerts, so the close button is rendered exactly when the alert is configured as dismissible.

CoreUI Package Refresh

  • Updated bundled CoreUI Angular packages to 5.7.15 for version consistency across the project.
  • Keeps the main package, Chart.js integration, and icons package aligned with the current release of CoreUI for Angular.

Dependency Updates

We have updated key dependencies to their latest compatible versions for CoreUI Free Angular Admin Template v5.7.15:

Angular Core Updates

  • @angular/aria to: 22.1.1
  • @angular/cdk to: 22.1.1

Angular Development Tools

  • @angular/build to: 22.1.3
  • @angular/cli to: 22.1.3

CoreUI Packages

  • @coreui/angular to: 5.7.15
  • @coreui/angular-chartjs to: 5.7.15
  • @coreui/icons-angular to: 5.7.15

Testing Tools

  • playwright to: 1.62.1

Migration Notes

This is a maintenance release with no breaking changes announced in the published release notes. After upgrading:

  1. Install updated dependencies.
  2. Run your test suite and verify the build.
  3. Check the most important application flows that rely on Angular and CoreUI components.
  4. Compare any template-level customizations with the updated source files before deploying.

For a comprehensive overview of all changes, enhancements, and updates introduced in this release, please refer to the full changelog on GitHub.