🚀 Features
- Exposed
handleFlow
method to manually trigger flow (#864) - Added
internalModelValue
as a second param to theday-class
prop (#872)
🐛 Bug Fixes
- Fixed issue where the overlay is closed on
click
when the picker is added inside<label>
tag (#661) - Fixed issue with inverse arrow-left/right navigation
- Accessibility fixes (#822)
Home/End
to respect focused cell- Fixed issue where
PageUp/PageDown
loses focus
- Fixed wrong
year
slot type (#867) - Fixed issue where month matching
min-date
inmonth-picker
mode can't be selected (#865) - Pass
on-focus
prop todp-input
slot to parsetext-input
withauto-apply
(#873) - Fixed issue where the
now
button is not selecting the date in the providedtimezone
(#874) - Fixed issue where not all properties from
range
andmulti-calendars
are being applied on[month/quarter]-picker
modes (#875 )