CoreUI PRO v5.4.1

CoreUI PRO v5.4.1

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

How to Update

To ensure a smooth transition to CoreUI PRO v5.4.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.4.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

  • fix(DatePicker, DateRangePicker): Updated the calendar selector to manage calendar events properly.

Dependency Updates

This release includes updates to several key dependencies to keep the CoreUI PRO library up-to-date and secure:

  • Updated @babel/cli from ^7.24.8 to ^7.25.6
  • Updated hugo-bin from ^0.129.2 to ^0.130.1
  • Updated rollup from ^4.21.0 to ^4.21.2
  • Updated rtlcss from ^4.2.0 to ^4.3.0
  • Updated stylelint from ^16.8.2 to ^16.9.0

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to conditionally add attributes to React components
How to conditionally add attributes to React components

How to force a React component to re-render
How to force a React component to re-render

What are the three dots `...` in JavaScript do?
What are the three dots `...` in JavaScript do?

How to replace all occurrences of a string in JavaScript?
How to replace all occurrences of a string in JavaScript?

How to remove a property from an object in Javascript
How to remove a property from an object in Javascript

The Wacky World of JavaScript: Unraveling the Oddities
The Wacky World of JavaScript: Unraveling the Oddities