CoreUI PRO for Angular v5.7.7 - Accessibility Improvements
Monday, July 20, 2026
We are pleased to announce the release of CoreUI PRO for Angular v5.7.7. This release focuses on accessibility improvements across the Autocomplete, Multi Select, Range Slider, and Rating components. 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 PRO for Angular v5.7.7, run:
ng update @angular/core@22 @angular/cli@22 @coreui/coreui-pro@~5.27.0 @coreui/angular-pro@~5.7.7
- Please ensure that there are no error messages in the results.
- Download the latest PRO packages from CoreUI Downloads.
What’s New
Accessibility
- Autocomplete: Exposes
aria-selectedon options, announces no-results via arole="status"live region, and gives the cleaner and indicator buttons accessible names viaariaCleanerLabelandariaIndicatorLabel. - Multi Select: Announces no-results via a
role="status"live region, and gives the cleaner and indicator buttons accessible names viaariaCleanerLabelandariaIndicatorLabel. - Range Slider: Added per-thumb
aria-labelvia theariaLabelsinput, exposes the formatted value viaaria-valuetext, and removed the invalid host role andaria-value*attributes. - Password Input (
cFormPassword): Addedaria-pressedto the action button. - Rating: Added an
ariaLabel(value, itemCount)prop to name each rating item (defaults to${value} of ${itemCount}).
Bug Fixes
- Rating: Coerces the
valuemodel input to a number or null.
Tooling
- CI: Pinned GitHub Actions to full commit SHAs and set least-privilege permissions (
contents: read) on check workflows. - Dependencies: Updated
typescript-eslintto8.65.0.
Migration Notes
This is a maintenance release with no breaking changes announced in the published release notes. After upgrading:
- Install updated dependencies.
- Run your test suite and verify the build.
- Review Autocomplete, Multi Select, Range Slider, and Rating usage to take advantage of the new accessibility props.
For the latest package files and update access, visit CoreUI Downloads.



