CoreUI v5.0.0-rc.3

CoreUI v5.0.0-rc.3

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:

  1. Open your project’s package.json.
  2. Find the @coreui/coreui entry under dependencies.
  3. Change the version number to 5.0.0-rc.3.
  4. Save your package.json file.
  5. 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

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 from 5.28.1 to 5.29.2

For more details on the changes and improvements introduced in this version, please visit the full changelog on GitHub.

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to Use JavaScript setTimeout()
How to Use JavaScript setTimeout()

Javascript Random - How to Generate a Random Number in JavaScript?
Javascript Random - How to Generate a Random Number in JavaScript?

How to capitalize the first letter in JavaScript?
How to capitalize the first letter in JavaScript?

How to concatenate a strings in JavaScript?
How to concatenate a strings in JavaScript?

How to sleep in Javascript
How to sleep in Javascript

How to migrate CoreUI React Templates to Vite
How to migrate CoreUI React Templates to Vite