CoreUI PRO v5.14.0
Thursday, May 29, 2025

We are excited to announce the release of CoreUI PRO v5.14.0! This update enhances our form components with more flexibility and introduces improved validation capabilities to streamline your development workflow.
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.14.0, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/coreui-pro
entry under dependencies and update the version number to5.14.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
Features
- feat(Stepper): Added support for custom validation, giving developers more control over step-by-step form flows.