CoreUI v5.2.0
Monday, October 28, 2024
We are pleased to announce the release of CoreUI v5.2.0. This update includes several key fixes, new features, and crucial dependency updates, enhancing the stability, performance, and maintainability 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 ensure a smooth transition to CoreUI v5.2.0, follow these steps:
- Open your project’s
package.json. - Locate the
@coreui/coreuientry under dependencies and update the version number to5.2.0. - Save your changes to the
package.jsonfile. - In your project’s root directory, execute the following command:
- For npm users: run
npm install - For yarn users: run
yarn install
- For npm users: run
What’s New
Build & Configuration
- build: Fixed the build configuration to correctly build the Bootstrap version and theme.
Features & Enhancements
- feat(Sidebar): Added additional CSS variables for more flexible styling.
Fixes
- fix: Reordered CSS properties to resolve Stylelint warnings.
Refactors
- refactor: Removed unnecessary Flexbug workaround to simplify styles.
- refactor(Sidebar): Rewritten component styles for improved maintainability.
Dependency Updates
This release also includes updates to key dependencies, ensuring that CoreUI remains secure and up-to-date:
- Updated
@babel/clifrom^7.24.8to^7.25.6 - Updated
eslint-plugin-importfrom^2.29.1to^2.30.0 - Updated
hugo-binfrom^0.129.2to^0.131.2 - Updated
jasminefrom^5.2.0to^5.3.0 - Updated
nodemonfrom^3.1.4to^3.1.6 - Updated
postcssfrom^8.4.41to^8.4.47 - Updated
rollupfrom^4.21.0to^4.22.0 - Updated
rtlcssfrom^4.2.0to^4.3.0 - Updated
sassfrom^1.77.8to^1.79.1 - Updated
stylelintfrom^16.8.2to^16.9.0 - Updated
stylelint-config-twbs-bootstrapfrom^14.2.0to^15.0.0 - Updated
terserfrom5.31.6to5.33.0
For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.



