CoreUI PRO v5.12.0
Thursday, May 1, 2025

We are excited to announce the release of CoreUI PRO v5.12.0! This release introduces a brand new component and sets the stage for more powerful UI flows within your applications.
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.12.0, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/coreui-pro
entry under dependencies and update the version number to5.12.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): Initial release of the
CStepper
component. This component enables step-by-step workflows and wizard-style navigation for complex UIs.
Stay tuned for more component additions and refinements in the upcoming releases. As always, your feedback helps us build better tools for modern UI development.