CoreUI v5.5.11 for Angular 20

CoreUI v5.5.11 for Angular 20

We’re excited to announce the availability of CoreUI v5.5.11 for Angular 20, released on September 12, 2025!

This update brings enhanced TypeScript support, improved component accessibility, bug fixes for edge cases, and updated dependencies to ensure optimal compatibility with the latest Angular 20 ecosystem.


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 v5.5.11 for Angular 20, follow these steps to ensure your project is up-to-date:

  • Verify that you are using a supported version of node.js before you upgrade your application. Angular v20 supports node.js versions: ^20.19, ^22.12 or ^24.0.
  • To update your Angular 20 application to CoreUI v5.5.11, in the application’s project directory, run:
ng update @angular/core@20 @angular/cli@20 @angular/cdk@20 @coreui/coreui@5 @coreui/angular~5.5 @coreui/icons-angular@~5.5 @coreui/angular-chartjs@~5.5

This process should seamlessly update your project to CoreUI v5.5.11 for Angular 20, incorporating the latest fixes and optimizations.


What’s New

Dependency Updates

  • Angular 20.2.6
  • @angular/cdk from ^20.2.4 to ^20.2.6
  • TypeScript from ^5.8.8 to ^5.9.2
  • ESLint from ^9.34.0 to ^9.35.0
  • Various development dependencies

TypeScript Enhancements

  • Type Safety: Enhanced type definitions for better development experience
  • Generic Support: Improved generic type support for complex components
  • Strict Mode: Better compatibility with TypeScript strict mode
  • IntelliSense: Enhanced IDE support and auto-completion

Accessibility Improvements

  • ARIA Labels: Enhanced ARIA attributes across all components
  • Keyboard Navigation: Improved keyboard accessibility and focus management
  • Screen Readers: Better screen reader support and announcements
  • Color Contrast: Enhanced color contrast for visual accessibility

Component Updates

  • Card Component: Improved layout and responsive behavior
  • Badge Component: Enhanced styling and accessibility features
  • Button Group: Better spacing and alignment handling
  • Progress Bar: Improved animation and accessibility support

Fixes

  • Component Initialization: Fixed initialization timing issues in SSR
  • Event Listeners: Improved event listener cleanup and memory management
  • CSS Variables: Fixed CSS custom property inheritance issues
  • Template Compilation: Enhanced template compilation and error handling
  • Dynamic Components: Improved dynamic component loading and destruction
  • Form Controls: Fixed validation state synchronization edge cases

These updates bring your application to the latest CoreUI v5.5.11 for Angular 20 with enhanced TypeScript support and improved accessibility.


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

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
JavaScript Template Literals: Complete Developer Guide
JavaScript Template Literals: Complete Developer Guide

How to Detect a Click Outside of a React Component
How to Detect a Click Outside of a React Component

How to Add a Tab in HTML
How to Add a Tab in HTML

How to Center a Button in CSS
How to Center a Button in CSS

How to Open Link in a New Tab in HTML?
How to Open Link in a New Tab in HTML?

How to Disable Right Click on a Website Using JavaScript
How to Disable Right Click on a Website Using JavaScript