CoreUI for React v5.1.0
Monday, May 27, 2024
We are excited to announce the release of CoreUI for React v5.1.0, which includes new features, fixes, and critical dependency updates to enhance the performance and usability of our 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 ensure a smooth transition to CoreUI for React v5.1.0, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/reactentry under dependencies and update the version number to5.1.0. - Find the
@coreui/coreuientry under dependencies and update the version number to5.0.2. - 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
- CTabs: Introduced a new React tabs component.
- CTabPane: Added the
transitionproperty to control fade animation on panels.
Fixes
- CPopover, CTooltip: Fixed the issue of setting the wrong component position on the initial transition.
Documentation
- Improved responsive layout.
- Enhanced sidebar navigation.
- Updated content and improved layout.
- Added tabs support to MDX files.
Dependencies
We have updated several key dependencies to their latest versions, ensuring improved performance, security, and compatibility:
- Updated
@coreui/coreuifrom^5.0.0to^5.0.2 - Updated
@mdx-js/mdxfrom^2.3.0to^3.0.1 - Updated
@mdx-js/reactfrom^2.3.0to^3.0.1 - Updated
@rollup/plugin-commonjsfrom^25.0.7to^25.0.8 - Updated
@testing-library/jest-domfrom^6.4.2to^6.4.5 - Updated
@testing-library/reactfrom^14.2.2to^14.3.1 - Updated
@types/reactfrom18.2.73to18.3.3 - Updated
@types/react-domfrom^18.2.22to^18.3.0 - Updated
@typescript-eslint/eslint-pluginfrom^7.4.0to^7.10.0 - Updated
@typescript-eslint/parserfrom^7.4.0to^7.10.0 - Updated
eslint-plugin-react-hooksfrom^4.6.0to^4.6.2 - Updated
gatsbyfrom^5.13.3to^5.13.5 - Updated
gatsby-plugin-offlinefrom^6.13.1to^6.13.2 - Updated
lernafrom^8.1.2to^8.1.3 - Updated
reactfrom^18.2.0to^18.3.1 - Updated
react-domfrom^18.2.0to^18.3.1 - Updated
react-imaskfrom^7.5.0to^7.6.1 - Updated
rimraffrom^5.0.5to^5.0.7 - Updated
rollupfrom^4.13.1to^4.18.0 - Updated
sassfrom^1.72.0to^1.77.2 - Updated
ts-jestfrom^29.1.2to^29.1.3 - Updated
typescriptfrom^5.4.3to^5.4.5
For a detailed exploration of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.



