CoreUI PRO v5.13.0

CoreUI PRO v5.13.0

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:

  1. Open your project’s package.json.
  2. Locate the @coreui/coreui-pro entry under dependencies and update the version number to 5.13.0.
  3. Save your changes to the package.json file.
  4. In your project’s root directory, execute the appropriate command:
    • For npm users: Run npm install
    • For yarn users: Run yarn install

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 from 0.46.0 to 0.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 from 5.39.0 to 5.39.2
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to Redirect to a New URL Using JavaScript Redirect Techniques
How to Redirect to a New URL Using JavaScript Redirect Techniques

How to Achieve Perfectly Rounded Corners in CSS
How to Achieve Perfectly Rounded Corners in CSS

How to Add a Tab in HTML
How to Add a Tab in HTML

How to Open Link in a New Tab in HTML?
How to Open Link in a New Tab in HTML?

How to Clone an Object in JavaScript
How to Clone an Object in JavaScript

How to Fix “Sass @import Rules Are Deprecated and Will Be Removed in Dart Sass 3.0.0.”
How to Fix “Sass @import Rules Are Deprecated and Will Be Removed in Dart Sass 3.0.0.”