CoreUI PRO v5.8.1
Thursday, January 2, 2025
We are excited to announce the release of CoreUI PRO v5.8.1, delivering significant enhancements, refined functionalities, and key dependency updates. This release emphasizes usability, performance optimization, and alignment with modern development practices.
How to Update
To upgrade to CoreUI PRO v5.8.1, follow these steps:
- Open your
package.json
file. - Locate the
@coreui/coreui-pro
entry under dependencies and update its version to5.8.1
. - Save your changes.
- Run the installation command in your project directory:
- For npm users:
npm install
- For yarn users:
yarn install
- For npm users:
Upgrade effortlessly and enjoy the latest improvements.
What’s New
Fixes
- MultiSelect: Fixed an issue where the
selectionTypeCounterText
option was not functional, allowing custom counter text. - Offcanvas: Corrected the positioning of the close button for improved visual consistency.
- RangeSlider: Resolved an issue where clicking on the tooltip unexpectedly altered the slider’s value.
Dependency Updates
- Updated
@babel/cli
from^7.25.9
to^7.26.4
- Updated
@docsearch/js
from^3.6.2
to^3.8.2
- Updated
@rollup/plugin-commonjs
from^28.0.1
to^28.0.2
- Updated
@rollup/plugin-node-resolve
from^15.3.0
to^16.0.0
- Updated
@rollup/plugin-replace
from^6.0.1
to^6.0.2
- Updated
hugo-bin
from^0.133.5
to^0.137.1
- Updated
jasmine
from^5.4.0
to^5.5.0
- Updated
nodemon
from^3.1.7
to^3.1.9
- Updated
postcss
from^8.4.47
to^8.4.49
- Updated
rollup
from^4.24.1
to^4.29.1
- Updated
sass
from^1.78.0
to^1.83.0
- Updated
stylelint
from^16.10.0
to^16.12.0
- Updated
terser
from^5.36.0
to^5.37.0
For a detailed overview of all enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.