CoreUI PRO v5.7.1
Friday, November 15, 2024
We are excited to announce the release of CoreUI PRO v5.7.1, bringing you enhanced features, refined functionality, and critical dependency updates. This version focuses on improving user experience, ensuring seamless performance, and supporting modern web development practices.
How to Update
To upgrade to CoreUI PRO v5.7.1, follow these steps:
- Open your
package.json
file. - Locate the
@coreui/coreui-pro
entry under dependencies and update its version to5.7.1
. - Save the changes.
- In your project directory, run the installation command:
- For npm users:
npm install
- For yarn users:
yarn install
- For npm users:
Enjoy the latest improvements with a quick and hassle-free upgrade.
What’s New
Refactor
- RangeSlider: Improved event handling by excluding right mouse button interactions during
mousedown
events, ensuring smoother and more intuitive user interactions.
For a comprehensive overview of all changes introduced in this version, visit our GitHub changelog.