CoreUI v5.4.1
Wednesday, July 2, 2025
We’re pleased to announce the release of CoreUI v5.4.1 — a maintenance update that fixes SCSS deprecation warnings and includes important dependency updates for improved compatibility and security.
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 upgrade your project to CoreUI v5.4.1:
- Open your
package.json. - Update the
@coreui/coreuiversion to5.4.1. - Save the file and run the install command:
- npm:
npm install - yarn:
yarn install
- npm:
What’s New
🐛 Fixes
- SCSS Deprecation Warnings: Fixed spurious deprecation warnings in SCSS code by moving
@includesinside CSS rules- Addresses issue #979 for cleaner compilation output
- Thanks to @arikorn for their first contribution to the project
- Improves compatibility with newer Sass versions
Dependency Updates
This release includes important dependency updates to ensure better performance, security, and compatibility:
Core Dependencies
- Updated
bootstrapfrom^5.3.6to^5.3.7
Development Tools
- Updated
@babel/clifrom^7.27.2to^7.28.0 - Updated
@babel/corefrom^7.27.1to^7.28.0 - Updated
@babel/preset-envfrom^7.27.2to^7.28.0 - Updated
eslintfrom^9.27.0to^9.30.1 - Updated
rollupfrom^4.40.2to^4.44.1 - Various other minor updates to development dependencies
Technical Details
SCSS Warnings Fix
The fix addresses deprecation warnings that were appearing during SCSS compilation by properly structuring @include statements within CSS rules. This ensures compatibility with current and future versions of Sass while maintaining the existing functionality.
For a complete list of all changes, check out the full changelog on GitHub.



