CoreUI v5.0.0

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:

  1. Navigate to your project’s package.json.
  2. Locate the @coreui/coreui entry under dependencies.
  3. Update the version number to 5.0.0.
  4. Save the changes to your package.json file.
  5. Execute the update command in your project’s root directory:
    • For npm users, run npm install.
    • For yarn users, run yarn install.

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 from 5.29.2 to 5.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.

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to Hide Scrollbar with CSS
How to Hide Scrollbar with CSS

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