CoreUI PRO v5.9.0

CoreUI PRO v5.9.0

We are excited to announce the release of CoreUI PRO v5.9.0, packed with substantial updates that enhance functionality, improve performance, and introduce key refinements across the board. This update underscores our dedication to delivering a seamless and modern development experience.


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 to CoreUI PRO v5.9.0, follow these steps:

  1. Open your package.json file.
  2. Locate the @coreui/coreui-pro entry under dependencies and update its version to 5.9.0.
  3. Save your changes.
  4. Run the installation command in your project directory:
    • For npm users: npm install
    • For yarn users: yarn install

Enjoy a streamlined update process and the latest enhancements.

What’s New

Fixes & Improvements

  • RangeSlider:
    • Resolved node-sass and CSS max function conflict.
    • Added a fallback value for thumb height.
  • Calendar:
    • Enhanced handling of disabled dates, ranges, and month/year selections.
    • Improved selectors and classes for better maintainability.
    • Introduced private methods (_addNavigationEventListeners, _initializeDates, _initializeView) to reduce code duplication and simplify syntax.
    • Updated jQueryInterface for compatibility improvements.
    • Improved keyboard support for greater accessibility.
  • CDateRangePicker: Utilities moved to a separate file for better modularity.
  • Tests: Added and updated tests to ensure stability and robustness.
Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to Achieve Perfectly Rounded Corners in CSS
How to Achieve Perfectly Rounded Corners in CSS

How to Add a Tab in HTML
How to Add a Tab in HTML

How to Open Link in a New Tab in HTML?
How to Open Link in a New Tab in HTML?

How to Clone an Object in JavaScript
How to Clone an Object in JavaScript

How to Fix “Sass @import Rules Are Deprecated and Will Be Removed in Dart Sass 3.0.0.”
How to Fix “Sass @import Rules Are Deprecated and Will Be Removed in Dart Sass 3.0.0.”

How to Remove Elements from a JavaScript Array
How to Remove Elements from a JavaScript Array