CoreUI PRO v5.13.0
Monday, May 19, 2025

We are excited to announce the release of CoreUI PRO v5.13.0! This update introduces powerful new component variants, thoughtful refactors, and essential fixes—all aimed at improving flexibility, accessibility, and developer 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.13.0, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/coreui-pro
entry under dependencies and update the version number to5.13.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
- Buttons: Added
.btn-ghost
and.btn-outline
variants for more styling flexibility. - Nav: Introduced
.nav-enclosed
and.nav-enclosed-pills
variants to support enclosed navigation styles.
Refactors
- Collapse: Moved the
_isShown()
method to the private section to improve code encapsulation.
Fixes
- Card: Scoped
.card-group
styles to direct children only, fixing border-radius issues. - Visually Hidden: Prevented focusable elements from being accessible inside
.visually-hidden
containers.
Build & Maintenance
- BaseComponent: Added private comment to improve internal code documentation.
- ESLint: Updated configuration to match modern code standards.
Documentation
- Added LLM support reference to the documentation for enhanced AI integration.
Dependency Updates
To improve performance, compatibility, and security, we’ve updated the following dependencies:
- Updated
@babel/cli
from^7.27.0
to^7.27.2
- Updated
@babel/core
from^7.26.10
to^7.27.1
- Updated
@babel/preset-env
from^7.26.9
to^7.27.2
- Updated
bootstrap
from^5.3.5
to^5.3.6
- Updated
eslint
from^9.25.1
to^9.27.0
- Updated
eslint-config-xo
from0.46.0
to0.47.0
- Updated
eslint-plugin-unicorn
from^58.0.0
to^59.0.1
- Updated
globals
from^16.0.0
to^16.1.0
- Updated
hugo-bin
from^0.143.7
to^0.144.3
- Updated
jasmine
from^5.6.0
to^5.7.1
- Updated
lockfile-lint
from^4.14.0
to^4.14.1
- Updated
rollup
from^4.40.0
to^4.40.2
- Updated
sass-embedded
from^1.87.0
to^1.89.0
- Updated
shelljs
from^0.9.2
to^0.10.0
- Updated
stylelint
from^16.19.0
to^16.19.1
- Updated
terser
from5.39.0
to5.39.2