CoreUI v5.4.1

CoreUI v5.4.1

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:

  1. Open your package.json.
  2. Update the @coreui/coreui version to 5.4.1.
  3. Save the file and run the install command:
    • npm: npm install
    • yarn: yarn install

What’s New

🐛 Fixes

  • SCSS Deprecation Warnings: Fixed spurious deprecation warnings in SCSS code by moving @includes inside 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 bootstrap from ^5.3.6 to ^5.3.7

Development Tools

  • Updated @babel/cli from ^7.27.2 to ^7.28.0
  • Updated @babel/core from ^7.27.1 to ^7.28.0
  • Updated @babel/preset-env from ^7.27.2 to ^7.28.0
  • Updated eslint from ^9.27.0 to ^9.30.1
  • Updated rollup from ^4.40.2 to ^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.

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.