v11.0.0
⚠️ Breaking Changes
- Library now requires
vue >= v3.3 - Calendar cells
idattribute is now prefixed withdp- - Calendar cells
data-test-idattribute now matches theidvalue - Ref
dpWrapMenuRefis now exposed via the getter functiongetDpWrapMenuRefinstead of direct access
For more info, take a look at the migration guide
🚀 Features
- Allow
preset-datesvalueto be computed when clicked 11bd8bc (#1031) by @ayrtonandino - Added prop
always-clearable94ff47d (#1033) by @Georglider - Added option
escCloseto thetext-inputconfiguration object (#1038) - When min or max range config is provided, the calendar will auto-disable dates out of range (#1039)
- Custom
onClickOutsidefunction now receives the second param of typePointerEvent(#1040) - Exposed
isDisabledtomonth-yearslot props 19a1bbd (#1056) by @vukadinFE
🐛 Bug Fixes
- Fixed issue with incorrect handling of
allowed-datesinmonth-pickerandyear-pickermodes (#1035, #1047) - Fixed issue where the start time is not reset on value reset (#1048)
- Fixed invalid calendar cell
id(#1051) - Fixed typescript error from wrongly exposed property (#1053)
- Fixed issue with the wrong year format on the first week in
week-pickermode (#1055) - Fixed issue where clicking DST date from outside DST and active timezone increments by an hour (#1059)
- Fixed issue with being unable to scroll over the calendar without selecting the date on iOS touch devices (#1061, #1066)
- Fixed typescript error due to missing type export
InternalTime724027e (#1062) by @davidglezz