CoreUI PRO for React v5.9.0

CoreUI PRO for React v5.9.0

We are excited to announce the release of CoreUI PRO for React v5.9.0. This update introduces new features, important refactors, and dependency updates to enhance the functionality and performance of the CoreUI PRO library.

How to Update

To update your project to CoreUI PRO for React v5.9.0, follow these steps:

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

What’s New

Features

  • feat(CDatePicker, CDateRangePicker, CTimePicker): Added support for dropdown menus using createPortal.
  • feat(CRangeSlider): Introduced a new React Range Slider component for enhanced range input functionality.

Refactors

  • refactor(CDatePicker, CDateRangePicker, CTimePicker): Improved accessibility and user experience.

Dependency Updates

This release also includes updates to several dependencies to ensure compatibility and improve performance:

  • @coreui/coreui-pro: ^5.6.0^5.7.0
  • @docsearch/css: ^3.6.2^3.7.0
  • @testing-library/jest-dom: ^6.6.2^6.6.3
  • @typescript-eslint/eslint-plugin: ^8.12.1^8.14.0
  • @typescript-eslint/parser: ^8.12.1^8.14.0
  • gatsby: ^5.13.7^5.14.0
  • gatsby-plugin-google-tagmanager: ^5.13.1^5.14.0
  • gatsby-plugin-image: ^3.13.1^3.14.0
  • gatsby-plugin-manifest: ^5.13.1^5.14.0
  • gatsby-plugin-mdx: ^5.13.1^5.14.0
  • gatsby-plugin-offline: ^6.13.3^6.14.0
  • gatsby-plugin-react-helmet: ^6.13.1^6.14.0
  • gatsby-plugin-sass: ^6.13.1^6.14.0
  • gatsby-plugin-sharp: ^5.13.1^5.14.0
  • gatsby-plugin-sitemap: ^6.13.1^6.14.0
  • gatsby-remark-autolink-headers: ^6.13.1^6.14.0
  • gatsby-source-filesystem: ^5.13.1^5.14.0
  • gatsby-transformer-sharp: ^5.13.1^5.14.0
  • lerna: ^8.1.8^8.1.9
  • rollup: ^4.24.2^4.25.0
  • sass: ^1.80.4^1.80.6
  • tslib: ^2.8.0^2.8.1
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to convert a string to boolean in JavaScript
How to convert a string to boolean in JavaScript

How to show or hide elements in React? A Step-by-Step Guide.
How to show or hide elements in React? A Step-by-Step Guide.

How to set focus on an input field after rendering in React
How to set focus on an input field after rendering in React

Passing props to child components in React function components
Passing props to child components in React function components

How to loop inside React JSX
How to loop inside React JSX

How to validate an email address in JavaScript
How to validate an email address in JavaScript