CoreUI PRO v5.0.0

CoreUI PRO v5.0.0

We’re thrilled to announce the launch of CoreUI PRO v5.0.0, officially released on March 28, 2024. This pivotal update signifies a new era for CoreUI PRO, incorporating many enhancements and the latest in web development practices. The upgrade process has been streamlined to ensure a smooth transition to v5.0.0, enabling users to access new features and optimizations easily.

How to Update

To upgrade your project to CoreUI PRO v5.0.0, simply follow these steps:

  1. Navigate to your project’s package.json.
  2. Locate the @coreui/coreui-pro 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 will seamlessly update your project to CoreUI PRO v5.0.0, equipping it with the latest features and improvements.

Dependencies

CoreUI PRO v5.0.0 marks a significant milestone in our commitment to providing a comprehensive, robust, and modern toolkit for web developers. With these updates, CoreUI PRO continues to set the standard for excellence in web development tools.

  • 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 detailed exploration 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