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.
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/coreui
entry under dependencies. - Change the version number to
5.0.0-rc.3
. - Save your
package.json
file. - 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/cli
from^7.23.9
to^7.24.1
- Updated
@babel/core
from^7.24.0
to^7.24.3
- Updated
@babel/preset-env
from^7.24.0
to^7.24.3
- Updated
autoprefixer
from^10.4.17
to^10.4.18
- Updated
eslint-plugin-markdown
from^3.0.1
to^4.0.1
- Updated
hugo-bin
from^0.120.6
to^0.121.1
- Updated
karma-firefox-launcher
from^2.1.2
to^2.1.3
- Updated
postcss
from^8.4.35
to^8.4.37
- Updated
rollup
from^4.12.0
to^4.13.0
- Updated
sass
from^1.71.1
to^1.72.0
- Updated
sass-true
from^7.0.1
to^8.0.0
- Updated
terser
from5.28.1
to5.29.2
For more details on the changes and improvements introduced in this version, please visit the full changelog on GitHub.