CoreUI PRO v5.5.7 for Angular 20

We’re excited to announce the immediate availability of CoreUI PRO v5.5.7 for Angular 20, released on August 12, 2025!
This update brings important hydration warning fixes and improvements to ensure better server-side rendering compatibility. We’ve addressed several rendering issues, updated to the latest Angular 20.1.6, and enhanced the stability of Pro components.
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 PRO v5.5.7 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
supportsnode.js
versions:^20.19
,^22.12
or^24.0
. - To update your Angular 20 application to CoreUI PRO v5.5.7, in the application’s project directory, run:
ng update @angular/core@20 @angular/cli@20 @angular/cdk@20 @coreui/coreui-pro@5 @coreui/angular-pro@~5.5 @coreui/icons-angular@~5.5 @coreui/angular-chartjs@~5.5
- Please ensure that there are no error messages in the results.
- Update TypeScript to version 5.8.x.
- See also:
This process should seamlessly update your project to CoreUI PRO v5.5.7 for Angular 20, incorporating the latest fixes and optimizations.
What’s New
Dependency Updates
- Angular 20.1.6
- Various development dependencies
Refactors and Changes
- Tab Directive: Migrated
disabled
to linked signal for better reactivity. - Smart Table: Enhanced type handling and internal improvements.
- Internal Improvements: Enhanced type handling and internal directive refactoring.
Fixes
- Popover: Replaced
effect()
withafterRenderEffect()
to resolve hydration warnings during server-side rendering. - Tooltip: Fixed hydration warnings by using
afterRenderEffect()
instead ofeffect()
. - Table: Improved rendering and type handling for better stability.
- Smart Table: Fixed rendering issues and improved performance.
- Date Pickers: Enhanced SSR compatibility and fixed hydration warnings.
- Time Picker: Improved rendering stability and fixed SSR issues.
- Multi-Select: Enhanced hydration compatibility.
- Calendar: Fixed rendering issues using
afterRenderEffect()
. - Rating: Improved SSR compatibility.
- Rendering Issues: Fixed several rendering issues using
afterRenderEffect()
for better SSR compatibility across Pro components.
These updates bring your application to the latest CoreUI PRO v5.5.7 for Angular 20 with improved server-side rendering support and enhanced stability for all Pro components.
For a comprehensive overview of all changes, enhancements, and updates introduced in this release, please refer to the full changelog on GitHub.