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

CoreUI for Angular v5.7.11 - Angular 22.1 Update

CoreUI for Angular v5.7.11 - Angular 22.1 Update

We are pleased to announce the release of CoreUI for Angular v5.7.11. This release aligns the library with Angular 22.1.0, migrates the test suite from Karma/Jasmine to Vitest, and refreshes the surrounding dependency stack. No breaking changes were announced in the published release notes.


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

To update to CoreUI for Angular v5.7.11, run:

ng update @angular/core@22 @angular/cli@22 @coreui/coreui@~5.9.0 @coreui/angular@~5.7.11

What’s New

Angular 22.1 Alignment

This release keeps CoreUI for Angular aligned with Angular 22.1.0, ensuring that framework packages, build tooling, and runtime dependencies stay in sync for smoother upgrades and better day-to-day stability.

Testing

  • Migrated the test suite from Karma/Jasmine to Vitest for faster, more modern component testing.

Continuous Integration

  • Bumped the GitHub Actions dependency group to their current versions.

Dependency Updates

We have updated key dependencies to their latest compatible versions for CoreUI for Angular v5.7.11:

Angular Core Updates

  • @angular/animations to: 22.1.0
  • @angular/common to: 22.1.0
  • @angular/compiler to: 22.1.0
  • @angular/core to: 22.1.0
  • @angular/forms to: 22.1.0
  • @angular/localize to: 22.1.0
  • @angular/platform-browser to: 22.1.0
  • @angular/router to: 22.1.0
  • @angular/aria to: 22.1.0
  • @angular/cdk to: 22.1.0

Angular Development Tools

  • @angular/build to: 22.1.1
  • @angular/cli to: 22.1.1
  • @angular/compiler-cli to: 22.1.0
  • @angular/language-service to: 22.1.0
  • @angular-devkit/schematics to: 22.1.1
  • ng-packagr to: 22.1.0

Other Updates

  • @types/node to: 26.1.2
  • jsdom to: 30.0.1

Released Packages

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. Review your application for console warnings after the upgrade.

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