github Vuepic/vue-datepicker v11.0.0

2 days ago

⚠️ Breaking Changes

  • Library now requires vue >= v3.3
  • Calendar cells id attribute is now prefixed with dp-
  • Calendar cells data-test-id attribute now matches the id value
  • Ref dpWrapMenuRef is now exposed via the getter function getDpWrapMenuRef instead of direct access

For more info, take a look at the migration guide

🚀 Features

  • Allow preset-dates value to be computed when clicked 11bd8bc (#1031) by @ayrtonandino
  • Added prop always-clearable 94ff47d (#1033) by @Georglider
  • Added option escClose to the text-input configuration object (#1038)
  • When min or max range config is provided, the calendar will auto-disable dates out of range (#1039)
  • Custom onClickOutside function now receives the second param of type PointerEvent (#1040)
  • Exposed isDisabled to month-year slot props 19a1bbd (#1056) by @vukadinFE

🐛 Bug Fixes

  • Fixed issue with incorrect handling of allowed-dates in month-picker and year-picker modes (#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-picker mode (#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 InternalTime 724027e (#1062) by @davidglezz

Don't miss a new vue-datepicker release

NewReleases is sending notifications on new releases.