🚀 Feature
- Extend the
format-localeprop to have priority overlocaleprop c2b17fe (#443) by @basil-gor onInputfunction exposed todp-inputslot, can now accept string value too (#456)- New slot
markeradded (#457)
🐛 Bug Fixes
- Fixed calendar icon not clickable in the input field (#447)
- Fixed issue where in the
rangemode on the same date, the time on the second date can be before the time on the first date (#448) - Fixed
blurevent not being emitted withinline-with-inputmode (#450) - Fixed issue with not highlighted months in-between in
month-pickerrangemode (#453) - Fixed issue where pressing arrow keys in the year overlay updates the month behind (#454)
- Fixed issue where custom
formatfunction prevents date edit intext-inputmode when the text input format is provided (#455) - Fixed issue when
:transitions="false"is not disablingmenuAppeartransition (#462) - Fixed issue where
update-month-yearis not triggered when the day from the previous month is clicked (#463)
🔧 Refactor
- When opening month or year overlay, the initially focused cell will be the active one instead the topmost one
- Empty array provided to
allowed-datesprop will disable all dates (#458)