CoreUI PRO v5.3.1

CoreUI PRO v5.3.1

We are pleased to announce the release of CoreUI PRO v5.3.1. This update addresses several key fixes and includes updates to critical dependencies, enhancing the stability and performance of the CoreUI PRO library.


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 ensure a smooth transition to CoreUI PRO v5.3.1, 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.3.1.
  3. Save your changes to the package.json file.
  4. In your project’s root directory, run the update command appropriate for your package manager:
    • For npm users, execute npm install.
    • For yarn users, execute yarn install.

What’s New

Fixes

  • Sidebar: Emit proper occupy size for .sidebar-{sm|lg|xl} when the sidebar is narrow.
  • Bootstrap Theme: Publish missing bootstrap theme on npm.

Dependency Updates

This release also includes updates to several dependencies to ensure compatibility with the latest features and security patches:

  • Updated @babel/core from ^7.24.9 to ^7.25.2
  • Updated @babel/preset-env from ^7.24.8 to ^7.25.3
  • Updated bundlewatch from ^0.3.3 to ^0.4.0
  • Updated eslint-plugin-unicorn from ^54.0.0 to ^55.0.0
  • Updated hugo-bin from ^0.126.0 to ^0.127.0
  • Updated jasmine from ^5.1.0 to ^5.2.0
  • Updated karma from ^6.4.3 to ^6.4.4
  • Updated postcss from ^8.4.39 to ^8.4.40
  • Updated rollup from ^4.18.1 to ^4.19.2
  • Updated rtlcss from ^4.1.1 to ^4.2.0
  • Updated stylelint from ^16.7.0 to ^16.8.1

For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to set focus on an input field after rendering in React
How to set focus on an input field after rendering in React

How to concatenate a strings in JavaScript?
How to concatenate a strings in JavaScript?

What is globalThis in JavaScript?
What is globalThis in JavaScript?

What is the Difference Between Null and Undefined in JavaScript
What is the Difference Between Null and Undefined in JavaScript

Answers by CoreUI Core Team