Become a sponsor and support the development of the CoreUI open-source projects.

CoreUI PRO for React v5.1.0

CoreUI PRO for React v5.1.0

We are excited to announce the release of CoreUI PRO for React v5.1.0, which is now available as of May 7, 2024. This release introduces new components, feature enhancements, and updates across various dependencies to ensure our users benefit from the latest improvements in the React ecosystem.

How to Update

Upgrading to CoreUI PRO for React v5.1.0 is streamlined for efficiency:

  1. Open your project’s package.json.
  2. Locate the @coreui/react-pro entry under dependencies and update the version to 5.1.0.
  3. Also, find the @coreui/coreui-pro entry under dependencies and update the version to 5.1.0.
  4. Save your changes to the package.json file.
  5. In your project’s root directory, execute the update command:
    • For npm users, run npm install.
    • For yarn users, run yarn install.

What’s New

Features

  • New CRating Component: We’ve added a new CRating component, allowing users to integrate a star rating system into their applications seamlessly. This component supports customizable star sizes, colors, and half-stars for precision feedback.

Dependencies

Significant updates have been made to the dependencies to enhance functionality and developer experience:

  • Updated @coreui/coreui-pro from ^5.0.0 to ^5.1.0
  • Updated @testing-library/jest-dom from ^6.4.2 to ^6.4.5
  • Updated @testing-library/react from ^14.2.2 to ^14.3.1
  • Updated @types/react from 18.2.73 to 18.3.1
  • Updated @types/react-dom from ^18.2.22 to ^18.3.0
  • Updated @typescript-eslint/eslint-plugin from ^7.4.0 to ^7.8.0
  • Updated @typescript-eslint/parser from ^7.4.0 to ^7.8.0
  • Updated eslint-plugin-react-hooks from ^4.6.0 to ^4.6.2
  • Updated eslint-plugin-unicorn from ^51.0.1 to ^52.0.0
  • Updated gatsby from ^5.13.3 to ^5.13.4
  • Updated gatsby-plugin-offline from ^6.13.1 to ^6.13.2
  • Updated react from ^18.2.0 to ^18.3.1
  • Updated react-dom from ^18.2.0 to ^18.3.1
  • Updated react-imask from ^7.5.0 to ^7.6.0
  • Updated rollup from ^4.13.1 to ^4.17.2
  • Updated sass from ^1.72.0 to ^1.77.0
  • Updated typescript from ^5.4.3 to ^5.4.5

This release of CoreUI PRO for React v5.1.0 reflects our commitment to providing developers with robust, scalable, and easy-to-integrate UI components for professional React applications.

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to Center a Button in CSS
How to Center a Button in CSS

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?