CoreUI PRO v5.0.0-rc.2
We’re excited to announce the release of version 5.0.0-rc.2, available as of February 29, 2024. This update marks a significant milestone, introducing a range of changes and improvements. A new Bootstrap theme enhances customization options and modernizes project aesthetics. The update to Bootstrap 5.3.3 brings new functionalities and fixes. We’ve also significantly bolstered support for Right-to-Left (RTL) text direction, aiding the development of applications for international markets. Dependency updates, including @babel/core, eslint, and sass, have been made to ensure better performance and security for applications. These changes reflect our commitment to providing developers with flexible, up-to-date tools that adhere to the latest standards and practices in software development.
Speed up your responsive apps and websites with fully-featured, ready-to-use open-source admin panel templates—free to use and built for efficiency.
How to update
This release introduces no breaking changes. To update your project to this version, please follow these steps:
- Open your
package.jsonfile. - Locate the
@coreui/coreui-proentry under dependencies. - Update the version number to
5.0.0-rc.2. - Save the changes to your
package.jsonfile. - To apply the update, run one of the following commands in your project’s root directory, depending on your package manager:
- If you are using npm, execute
npm install. - If you are using yarn, execute
yarn install.
- If you are using npm, execute
These steps will ensure your project is updated to the latest release version of @coreui/coreui-pro without any breaking changes.
What’s new in release v5.0.0-rc.2
Discover the updates and improvements in @coreui/coreui-pro version 5.0.0-rc.2, including enhanced features, bug fixes, and performance optimizations designed to elevate your project’s user interface and experience.
Features
- Made CoreUI 100% compatible with Bootstrap, supporting data attributes and styles.
- Introduced
CTimePickerto allow setting custom hours, minutes, and seconds.
Refactor
- Updated to the latest version of Bootstrap (v5.3.3).
- Improved RTL support.
- Updated Badges to use
.text-bg-*text utilities, ensuring readability across light and dark modes. - Clarified color schemes in the documentation, specifying that
color-scheme()only accepts light and dark values. - Dropped evenly distributed items in modal and offcanvas headers for a cleaner look.
- Enhanced sanitizer to allow
<dl>,<dt>, and<dd>elements.
Fixed
- Addressed a breaking change with color modes, eliminating the need to manually import
variables-dark.scssfor Sass builds. - Fixed a regression in the selector engine that affected handling of multiple IDs.
- Resolved inheritance issues when nesting accordions by adjusting CSS selectors.
- Improved focus box-shadow for validation state form controls.
- Corrected the focus ring on focused checked buttons.
- Fixed the mobile navbar toggler in the product example for better responsiveness.
Dependencies
- Updated
@babel/clifrom^7.23.4to^7.23.9. - Updated
@babel/corefrom^7.23.3to^7.24.0. - Updated
@babel/preset-envfrom^7.23.3to^7.24.0. - Updated
autoprefixerfrom^10.4.16to^10.4.17. - Updated
bootstrapfrom^5.3.2to^5.3.3. - Updated
clean-css-clifrom^5.6.2to^5.6.3. - Updated
eslintfrom^8.54.0to^8.57.0. - Updated
eslint-config-xofrom^0.43.1to^0.44.0. - Updated
eslint-plugin-htmlfrom^7.1.0to^8.0.0. - Updated
eslint-plugin-importfrom^2.29.0to^2.29.1. - Updated
eslint-plugin-unicornfrom^49.0.0to^51.0.1. - Updated
hugo-binfrom^0.116.4to^0.120.6. - Updated
ipfrom^2.0.0to^2.0.1. - Updated
jasminefrom^4.6.0to^5.1.0. - Updated
karmafrom^6.4.2to^6.4.3. - Updated
lockfile-lintfrom^4.12.1to^4.13.2. - Updated
nodemonfrom^3.0.1to^3.1.0. - Updated
postcssfrom^8.4.31to^8.4.35. - Updated
postcss-clifrom^10.1.0to^11.0.0. - Updated
rollupfrom^4.5.2to^4.12.0. - Updated
sassfrom^1.69.5to^1.71.1. - Updated
sass-truefrom^7.0.0to^7.0.1 - Updated
stylelintfrom^15.11.0to^16.2.1 - Updated
stylelint-config-twbs-bootstrapfrom^11.0.1to^14.0.0 - Updated
terserfrom5.24.0to5.28.1
For a comprehensive list of changes in this update, visit the full changelog on GitHub



