A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://coreui.io/changelog/coreui/react-pro/v5.20.0/ below:

CoreUI PRO for React v5.20.0

CoreUI PRO for React v5.20.0

calendar Monday, August 11, 2025

We are pleased to announce CoreUI PRO for React v5.20.0 — a feature-focused release that introduces the previewDateOnHover functionality to date picker components, along with dependency updates and code quality improvements.

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 Upgrade

To update your project to CoreUI PRO for React v5.20.0, follow these steps:

  1. Open your package.json.
  2. Update the following dependencies:
  3. Save the file.
  4. Run your package manager:
🚀 What’s New ✨ New Features CDatePicker & CDateRangePicker
// Enable live preview when hovering over calendar dates
<CDatePicker previewDateOnHover />

// Disable preview for cleaner interaction
<CDateRangePicker previewDateOnHover={false} />
🛠 Code Quality Improvements 📦 Dependency Updates

This release includes important dependency updates for enhanced performance, security, and compatibility:

Core Dependencies Development Tools 🎯 Enhanced User Experience Date Picker Improvements

The new previewDateOnHover feature provides:

💡 Migration Notes New Props

The following new prop is available for date picker components:

// Date Picker with hover preview
<CDatePicker 
  previewDateOnHover={true}  // Enable live preview (default behavior)
  // ... other props
/>

// Date Range Picker with disabled hover preview
<CDateRangePicker 
  previewDateOnHover={false} // Disable live preview
  // ... other props
/>
No Breaking Changes

All changes are backward compatible. Existing date picker implementations will continue to work without modifications while benefiting from the enhanced hover preview functionality where enabled.

📖 Technical Details

The previewDateOnHover feature is implemented with:

Upgrade to CoreUI PRO for React v5.20.0 today to provide your users with enhanced date selection experiences. This release demonstrates our commitment to continuously improving user interface components with thoughtful, user-centric features.

📚 Learn More

For detailed documentation and implementation examples, visit:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4