CoreUI PRO v5.0.0-rc.3

CoreUI PRO v5.0.0-rc.3

We’re proud to announce the release of CoreUI PRO v5.0.0-rc.3 on March 20, 2024. This update brings crucial refinements and dependency upgrades to the CoreUI PRO suite, all without introducing any breaking changes to your projects.

How to Update

To seamlessly update to v5.0.0-rc.3, follow these steps:

  1. Navigate to your project’s package.json.
  2. Locate the @coreui/coreui-pro entry under dependencies.
  3. Modify the version number to 5.0.0-rc.3.
  4. Save the modifications in your package.json.
  5. Run the following command in your project’s root directory, tailored to your package manager:
    • For npm users, execute: npm install
    • For yarn users, execute: yarn install

This procedure updates your project to the latest CoreUI PRO version, enabling you to leverage the newest features and optimizations.

Refactor

  • Style Enhancements: Adjustments have been made to address stylelint errors, ensuring a smoother development workflow and consistent styling across your projects.
  • Color Scheme Adjustments: The color palette has been updated for improved adherence to WCAG standards, fostering a more accessible user interface.

Dependencies

The v5.0.0-rc.3 release includes a series of updated dependencies designed to bolster your project’s performance and maintain alignment with the latest web development standards:

  • 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 detailed insights into all the changes, enhancements, and updates, we encourage you to explore 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