CoreUI PRO v5.5.22 for Angular 20
We’re pleased to announce the immediate availability of CoreUI PRO v5.5.22 for Angular 20, released on November 8, 2025!
This focused update addresses important autocomplete component behavior and includes development tool updates for enhanced code quality and consistency.
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.22 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 v20supportsnode.jsversions:^20.19,^22.12or^24.0. - To update your Angular 20 application to CoreUI PRO v5.5.22, 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.9.x.
- See also:
This process should seamlessly update your project to CoreUI PRO v5.5.22 for Angular 20, incorporating the latest fixes and optimizations.
What’s New
🛠 Component Fixes
Autocomplete Component Enhancement
- Fixed programmatic input change behavior
- Resolved issue where
inputChangeevent was incorrectly emitted during programmatic value changes - Enhanced distinction between user-initiated and programmatic input modifications
- Improved event handling consistency for better form integration
- Better compatibility with reactive forms and programmatic value updates
- Resolved issue where
Thanks to @bernik1980 for reporting and helping resolve this important behavior issue.
Development Tools Updates
ESLint Angular Rules
- angular-eslint from
20.5.1to20.5.2- Enhanced linting rules for better code quality
- Improved Angular-specific code analysis
- Better detection of potential issues and anti-patterns
- Enhanced development experience with more accurate linting
Enhanced Pro Features
Autocomplete Improvements
- Event Handling: More precise control over when input change events are emitted
- Form Integration: Better compatibility with Angular reactive forms
- User Experience: Clearer distinction between user actions and programmatic updates
- Performance: Reduced unnecessary event emissions for better performance
Developer Experience Enhancements
- Code Quality: Enhanced linting rules for better code consistency
- Development Workflow: Improved development experience with updated tooling
- Error Detection: Better detection of potential issues during development
- Best Practices: Enforced Angular best practices through updated linting rules
Component Behavior Improvements
Input Event Management
- Precise Event Control: Enhanced control over input change event emissions
- Programmatic Updates: Better handling of programmatic value changes
- Form Compatibility: Improved integration with Angular forms and validation
- Consistent Behavior: More predictable component behavior across different usage scenarios
Performance Optimizations
- Event Efficiency: Reduced unnecessary event emissions for better performance
- Memory Management: Optimized event listener management
- Change Detection: Enhanced change detection efficiency
- Component Lifecycle: Improved component lifecycle management
This focused update ensures your CoreUI PRO applications have more predictable autocomplete behavior and enhanced development tools for better code quality.
Migration Notes
Autocomplete Behavior Change
- The
inputChangeevent now correctly distinguishes between user input and programmatic changes - Programmatic value updates will no longer trigger
inputChangeevents - This change improves form integration and prevents unwanted event cascades
- No code changes required for typical usage patterns
Development Experience
- Updated linting rules may highlight additional code quality improvements
- Review any new linting warnings for enhanced code consistency
- Take advantage of improved Angular-specific code analysis
No Breaking Changes
This release maintains full backward compatibility while providing important behavioral fixes and development tool improvements.
These updates bring your application to the latest CoreUI PRO v5.5.22 for Angular 20 with enhanced autocomplete behavior and improved development experience.



