CoreUI v5.0.0-rc.3
Wednesday, March 20, 2024
We’re proud to announce the release of CoreUI v5.0.0-rc.3 on March 20, 2024. This update, aimed at enhancing your project’s functionality and compliance with the latest web standards, introduces important refinements and dependency upgrades without imposing any breaking changes on your existing projects.
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
Updating to v5.0.0-rc.3 is straightforward and can be done in a few simple steps:
- Open your project’s
package.json. - Find the
@coreui/coreuientry under dependencies. - Change the version number to
5.0.0-rc.3. - Save your
package.jsonfile. - In your project’s root directory, run the appropriate command based on your package manager:
- For npm users:
npm install - For yarn users:
yarn install
- For npm users:
This process will update your project to the latest version of CoreUI, ensuring access to new features and improvements.
Refactor
- Style Refactor: We’ve made changes to resolve stylelint errors, streamlining the development process and ensuring style consistency across projects.
- Color Improvements: The color scheme has been improved to better handle WCAG standards, enhancing accessibility for all users.
Dependencies
This version brings several key updates to dependencies to improve performance and compatibility:
- Updated
@babel/clifrom^7.23.9to^7.24.1 - Updated
@babel/corefrom^7.24.0to^7.24.3 - Updated
@babel/preset-envfrom^7.24.0to^7.24.3 - Updated
autoprefixerfrom^10.4.17to^10.4.18 - Updated
eslint-plugin-markdownfrom^3.0.1to^4.0.1 - Updated
hugo-binfrom^0.120.6to^0.121.1 - Updated
karma-firefox-launcherfrom^2.1.2to^2.1.3 - Updated
postcssfrom^8.4.35to^8.4.37 - Updated
rollupfrom^4.12.0to^4.13.0 - Updated
sassfrom^1.71.1to^1.72.0 - Updated
sass-truefrom^7.0.1to^8.0.0 - Updated
terserfrom5.28.1to5.29.2
For more details on the changes and improvements introduced in this version, please visit the full changelog on GitHub.



