CoreUI v5.0.0
We’re excited to unveil CoreUI v5.0.0, officially released on March 28, 2024. This major update significantly enhances the CoreUI library, further solidifying its position as a leading choice for developing modern, responsive web applications. Transitioning to v5.0.0 is designed to be seamless, providing new and existing projects with access to improved features, optimizations, and the latest web development standards.
How to Update
To upgrade your project to CoreUI v5.0.0, follow these simple steps:
- Navigate to your project’s
package.json
. - Locate the
@coreui/coreui
entry under dependencies. - Update the version number to
5.0.0
. - Save the changes to your
package.json
file. - Execute the update command in your project’s root directory:
- For npm users, run
npm install
. - For yarn users, run
yarn install
.
- For npm users, run
This procedure ensures your project harnesses the latest enhancements and capabilities offered in CoreUI v5.0.0.
Dependencies
With the transition to v5.0.0, several dependencies have been updated to their latest versions, enhancing the library’s compatibility and performance:
- Updated
autoprefixer
from^10.4.18
to^10.4.19
- Updated
postcss
from^8.4.37
to^8.4.38
- Updated
rollup
from^4.13.0
to^4.13.1
- Updated
stylelint
from^16.2.1
to^16.3.1
- Updated
terser
from5.29.2
to5.30.0
CoreUI v5.0.0 marks a pivotal evolution of the library, incorporating feedback from our community and the latest advancements in web technology to provide a more robust, efficient, and user-friendly development experience.
For a comprehensive overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.