CoreUI PRO v5.2.1
Monday, June 24, 2024
We are pleased to announce the release of CoreUI PRO v5.2.1, dated June 24, 2024. This minor update focuses on improving the event handling for several key components.
How to Update
To update your project to CoreUI PRO v5.2.1, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/coreui-pro
entry under dependencies and update the version number to5.2.1
. - Save the changes to your
package.json
file. - 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
.
- For npm users, execute
What’s New
Refactor
- CDatePicker, CDateRangePicker, CTimePicker: Improved event handling to enhance user interaction and component performance.
For a detailed exploration of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.