CoreUI PRO v5.2.0
Monday, May 27, 2024
We are pleased to announce the release of CoreUI PRO v5.2.0, dated May 27, 2024. This update includes significant improvements, new features, critical dependency updates, and build enhancements to improve the overall stability and performance of the CoreUI library.
How to Update
Upgrading to CoreUI PRO v5.2.0 is easy and can be done by following these steps:
- Open your
package.json
file. - Find the
@coreui/coreui-pro
entry under dependencies. - Change the version number to
5.2.0
. - Save the changes you made.
- Run the following command in your project’s root directory to install the updated dependencies:
- For npm users:
npm install
- For yarn users:
yarn install
- For npm users:
What’s New
Features
- DatePicker, DateRangePicker, MultiSelect, TimePicker: Improved keyboard support for better accessibility.
Refactor
- MultiSelect: Clear search when the dropdown list has been closed for a smoother user experience.
- LoadingButton: Automatically add the
.btn-loading
class if the initial element doesn’t have it. - Sidebar: Improved SCSS variables for better customization.
Fixes
- MultiSelect: Added the missing
type="button"
attribute to the tag close button to prevent form submission issues. - Calendar, DatePicker, DateRangePicker: Solved different timezones issue for accurate date and time handling.
- TimePicker: Changed the inline select icon to match the active color scheme for consistent UI design.
Documentation
- Layout: Updated layout for better readability.
- Table of Contents (ToC): Improved ToC for easier navigation.
- CoreUI Icons: Updated the documentation to reflect the latest version of CoreUI Icons.
- Content: General content updates to ensure accuracy and completeness.
Dependency Updates
We have updated several key dependencies to their latest versions, ensuring improved performance, security, and compatibility:
- Updated
@babel/cli
from^7.24.5
to^7.24.6
- Updated
@babel/core
from^7.24.5
to^7.24.6
- Updated
@babel/preset-env
from^7.24.5
to^7.24.6
- Updated
@rollup/plugin-commonjs
from^25.0.7
to^25.0.8
- Updated
hugo-bin
from^0.122.7
to^0.123.1
- Updated
nodemon
from^3.1.0
to^3.1.1
- Updated
rollup
from^4.17.2
to^4.18.0
- Updated
sass
from^1.76.0
to^1.77.2
- Updated
stylelint
from^16.5.0
to^16.6.0
For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.