CoreUI PRO for React v5.4.0
Friday, August 2, 2024
We are thrilled to announce the release of CoreUI PRO for React v5.4.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.4.0, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/react-pro
entry under dependencies and update the version number to5.4.0
. - Find the
@coreui/coreui-pro
entry under dependencies and update the version number to5.3.1
. - Save your changes to the
package.json
file. - In your project’s root directory, run the appropriate update command:
- For npm users, execute
npm install
. - For yarn users, execute
yarn install
.
- For npm users, execute
What’s New
Features
- CModal: Added the
container
property to allow appending the modal to a specific element.
Refactors
- CDropdown, CPopover, CTooltip: Updated the
container
property typings.
Documentation
- Updated API documentation for better clarity and understanding.
Build
- Updated
globby
to v14.x for improved file handling and performance.
Dependency Updates
This release also includes updates to several dependencies to ensure compatibility with the latest features and security patches:
- Updated
@docsearch/css
from^3.6.0
to^3.6.1
- Updated
@testing-library/jest-dom
from^6.4.6
to^6.4.8
- Updated
eslint-plugin-prettier
from^5.1.3
to^5.2.1
- Updated
eslint-plugin-react
from^7.34.3
to^7.35.0
- Updated
eslint-plugin-unicorn
from^54.0.0
to^55.0.0
- Updated
gatsby
from^5.13.6
to^5.13.7
- Updated
lerna
from^8.1.6
to^8.1.7
- Updated
prettier
from^3.3.2
to^3.3.3
- Updated
rimraf
from^5.0.8
to^6.0.1
- Updated
rollup
from^4.18.0
to^4.19.2
- Updated
sass
from^1.77.6
to^1.77.8
- Updated
ts-jest
from^29.1.5
to^29.2.4
- Updated
typescript
from^5.5.3
to^5.5.4
For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.