calendar Monday, August 11, 2025
We are pleased to announce the release of CoreUI PRO for Vue v5.14.0 — a focused update that introduces the previewDateOnHover
functionality to date picker components, along with important dependency updates and development tool improvements.
To update to CoreUI PRO for Vue v5.14.0, follow these steps:
package.json
file.@coreui/vue-pro
dependency to 5.14.0
.@coreui/coreui-pro
dependency 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
true
for better user interaction<!-- Enable live preview when hovering over calendar dates (default) -->
<CDatePicker :preview-date-on-hover="true" />
<!-- Disable preview for cleaner interaction -->
<CDateRangePicker :preview-date-on-hover="false" />
🛠 Enhanced User Experience
This release includes important dependency updates for enhanced performance, security, and compatibility:
Core Dependencies@coreui/coreui-pro
from ^5.17.0
to ^5.18.0
cross-env
from ^7.0.3
to ^10.0.0
eslint
from ^9.32.0
to ^9.33.0
eslint-plugin-prettier
from ^5.5.3
to ^5.5.4
sass
from ^1.89.2
to ^1.90.0
typescript-eslint
from ^8.38.0
to ^8.39.0
The following new prop is available for date picker components:
<!-- Date Picker with hover preview -->
<CDatePicker :preview-date-on-hover="true" />
<!-- Date Range Picker with disabled hover preview -->
<CDateRangePicker :preview-date-on-hover="false" />
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 by default.
📖 Technical DetailsThe previewDateOnHover
feature is implemented with:
CDatePicker
and CDateRangePicker
componentsUpgrade to CoreUI PRO for Vue v5.14.0 today to provide your users with enhanced date selection experiences. This release continues our commitment to improving user interface components with thoughtful, user-centric features while maintaining backward compatibility and performance.
📚 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