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.
To update your project to CoreUI PRO for React v5.20.0, follow these steps:
package.json
.@coreui/react-pro
to 5.20.0
@coreui/coreui-pro
to 5.18.0
npm install
yarn install
previewDateOnHover
prop to enable or disable live preview of dates in input fields when hovering over calendar cells
// Enable live preview when hovering over calendar dates
<CDatePicker previewDateOnHover />
// Disable preview for cleaner interaction
<CDateRangePicker previewDateOnHover={false} />
🛠 Code Quality Improvements
previewDateOnHover
propThis release includes important dependency updates for enhanced performance, security, and compatibility:
Core Dependencies@coreui/coreui-pro
from ^5.17.0
to ^5.18.0
@typescript-eslint/parser
from ^8.38.0
to ^8.39.0
eslint
from ^9.32.0
to ^9.33.0
eslint-plugin-prettier
from ^5.5.3
to ^5.5.4
gatsby
from ^5.14.5
to ^5.14.6
typescript-eslint
from ^8.38.0
to ^8.39.0
sass
from ^1.89.2
to ^1.90.0
The new previewDateOnHover
feature provides:
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 DetailsThe 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 MoreFor 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