CoreUI PRO for React v5.9.0
Tuesday, November 12, 2024
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:
- Open your project’s
package.json
. - Locate the
@coreui/react-pro
entry under dependencies and update the version number to5.9.0
. - Find the
@coreui/coreui-pro
entry under dependencies and update the version number to5.7.0
. - Save your changes to the
package.json
file. - In your project’s root directory, run the appropriate update command:
- npm users: run
npm install
- yarn users: run
yarn install
- npm users: run
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