⚠️ Potential breaking changes
- Wrapper for
preset-datesis changed from<div>to<template>, which may cause potential styles break if you use aslotfor thepreset-datesitem - Removed deprecated props
For more info, take a look at the migration guide
🚀 Features
- Added
quarter-pickermode (#571) - Added built-in date validation support for
text-input(#578) - Added
utcmode support forweek-picker(#581) - Added disabled times indications when validating range start/end times (#585)
- Added new option
selectOnFocusfortext-input(#592)
🐛 Bug Fixes
- Fixed issue where clicking the clear icon doesn't clear value on
auto-applyandtext-inputcombined 151c680 (#562) by @kou-yoshida - Fixed issue where
invalid-selectis not being emitted on invalid[min/max]-rangewithauto-apply(#563) - Fixed issue where the
update-month-yearevent is not being emitted inmonth-pickermode (#564) - Fixed missing gap between
multi-calendars(#565) - Fixed type for
updateInternalModelValuemethod 52d755a (#566) by @AlexKotl - Fixed issue with
disabled-timeschecking only minutes value (#570) - Fixed issue where 3rd party library components cause
shadowRendererror (#572) - Fixed issue with the wrong year on 2+ calendars in
month-pickermode ( #573) - Fixed wrong
todayand initial time whentimezoneis set (#579) - Fixed issue where the
preset-datesitem is not clickable on the whole area (#580) - Fixed issue where custom
formatfunction prevents custommodel-typeparsing (#582) - Fixed incorrect
aria-role650dff0 (#586) by @jameswhoughton - Fixed wrong variable name for
dp-row-margin5d0e125 (#588) by @ExEr7um - Fixed issue where
text-inputwithtime-pickermode does not remove the value when the input is cleared (#589) - Fixed extra width on
time-pickermode - Fixed issue where clicking the initial minutes down arrow in
rangemode doesn't update the time - Fixed wrong slot name for
[year/month]-overlay-value(comment)
🔧 Refactor
preset-datesitem to use<button>instead of<div>element (#580)- Accessibility improvements