CoreUI PRO v5.17.0
Monday, August 4, 2025

We’re pleased to announce the release of CoreUI PRO v5.17.0! This update focuses on accessibility improvements, bug fixes, and component refinements to enhance the overall user experience.
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 upgrade your project to CoreUI PRO v5.16.0, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/coreui-pro
entry under dependencies and update the version number to5.17.0
. - Save your changes to the
package.json
file. - In your project’s root directory, execute the appropriate command:
- For npm users: Run
npm install
- For yarn users: Run
yarn install
- For npm users: Run
What’s New
🛠 Fixes & Improvements
- Autocomplete Component:
- Accessibility Enhancement: Improved accessibility handling for better screen reader support
- Focus Management Fix: Prevented auto-focusing input when the value is programmatically set, improving user experience when component is controlled
- MultiSelect Component:
- Accessibility Enhancement: Improved accessibility handling to ensure better compliance with WCAG guidelines
- Rating Component:
- Security Enhancement: Added missing sanitize option to component configuration
- Default sanitization is now enabled by default for security
♻️ Refactoring
- Accessibility: Comprehensive accessibility improvements across multiple components
- Component Architecture: Enhanced internal event handling and focus management