CoreUI PRO v5.5.0

CoreUI PRO v5.5.0

We are pleased to announce the release of CoreUI PRO v5.5.0. This release brings new features, important refactors, and critical dependency updates to enhance the stability, performance, and functionality of the CoreUI library.

How to Update

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

What’s New

Documentation

  • docs: Updated content for improved clarity and accuracy.

Features

  • feat(DateRangePicker): Added support to format the selected date as a string with a custom format when the selection type is set to week, month, or year.

Fixes

  • fix(MultiSelect): Improved handling of option labels by fetching labels from an internal array rather than the DOM. This prevents inconsistencies when options contain text resembling HTML entities (e.g., >, <).

Refactors

  • refactor(MultiSelect): Enhanced handling of the disabled state to ensure better user interaction.

Dependency Updates

This release includes updates to various dependencies, ensuring that CoreUI PRO remains secure and up-to-date:

  • Updated @babel/cli from ^7.24.8 to ^7.25.7
  • Updated @babel/core from ^7.25.2 to ^7.25.7
  • Updated @babel/preset-env from ^7.25.4 to ^7.25.7
  • Updated @docsearch/js from ^3.6.1 to ^3.6.2
  • Updated @rollup/plugin-commonjs from ^26.0.1 to ^28.0.0
  • Updated @rollup/plugin-node-resolve from ^15.2.3 to ^15.3.0
  • Updated @rollup/plugin-replace from ^5.0.7 to ^6.0.1
  • Updated eslint-plugin-html from ^8.1.1 to ^8.1.2
  • Updated eslint-plugin-import from ^2.29.1 to ^2.31.0
  • Updated hugo-bin from ^0.130.1 to ^0.132.0
  • Updated jasmine from ^5.2.0 to ^5.3.0
  • Updated nodemon from ^3.1.4 to ^3.1.7
  • Updated postcss from ^8.4.41 to ^8.4.47
  • Updated rollup from ^4.21.0 to ^4.24.0
  • Updated rtlcss from ^4.2.0 to ^4.3.0
  • Updated sass from ^1.77.8 to ^1.79.4
  • Updated sass-true from ^8.0.0 to ^8.1.0
  • Updated stylelint from ^16.8.2 to ^16.9.0
  • Updated stylelint-config-twbs-bootstrap from ^14.2.0 to ^15.1.0
  • Updated terser from 5.31.6 to 5.34.1

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to convert a string to boolean in JavaScript
How to convert a string to boolean in JavaScript

How to show or hide elements in React? A Step-by-Step Guide.
How to show or hide elements in React? A Step-by-Step Guide.

How to set focus on an input field after rendering in React
How to set focus on an input field after rendering in React

Passing props to child components in React function components
Passing props to child components in React function components

How to loop inside React JSX
How to loop inside React JSX

How to validate an email address in JavaScript
How to validate an email address in JavaScript