CoreUI for React v5.3.0
Friday, August 2, 2024
We are excited to announce the release of CoreUI for React v5.3.0. This update introduces new features, important refactors, and dependency updates to enhance the functionality and performance of the CoreUI library.
Speed up your responsive apps and websites with fully-featured, ready-to-use open-source admin panel templates—free to use and built for efficiency.
How to Update
To update your project to CoreUI for React v5.3.0, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/reactentry under dependencies and update the version number to5.3.0. - Find the
@coreui/coreuientry under dependencies and update the version number to5.1.1. - Save your changes to the
package.jsonfile. - In your project’s root directory, run the update command appropriate for your package manager:
- For npm users, execute
npm install. - For yarn users, execute
yarn install.
- For npm users, execute
What’s New
Features
- CModal: Added the
containerproperty to allow appending the modal to a specific element.
Refactors
- CDropdown, CPopover, CTooltip: Updated the
containerproperty typings.
Documentation
- Updated API documentation for better clarity and understanding.
Build
- Updated
globbyto 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
@coreui/coreuifrom^5.0.2to^5.1.1 - Updated
@docsearch/cssfrom^3.6.0to^3.6.1 - Updated
@testing-library/jest-domfrom^6.4.6to^6.4.8 - Updated
eslint-plugin-prettierfrom^5.1.3to^5.2.1 - Updated
eslint-plugin-reactfrom^7.34.3to^7.35.0 - Updated
eslint-plugin-unicornfrom^54.0.0to^55.0.0 - Updated
gatsbyfrom^5.13.6to^5.13.7 - Updated
lernafrom^8.1.6to^8.1.7 - Updated
prettierfrom^3.3.2to^3.3.3 - Updated
rimraffrom^5.0.8to^6.0.1 - Updated
rollupfrom^4.18.0to^4.19.2 - Updated
sassfrom^1.77.6to^1.77.8 - Updated
ts-jestfrom^29.1.5to^29.2.4 - Updated
typescriptfrom^5.5.3to^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.



