🚀 Features
- Added
keepViewOnOffsetClickin theconfigprop to prevent auto month change on offset date click (#797) - Various accessibility improvements (Date picker only) (#822)
PageUpandPageDownkeyboard buttons go to the next/previous monthshift+PageUporPageDownkeyboard buttons go to the next/previous yearhomeandendkeyboard buttons go to the start/end of the week
- New prop added
enable-minutes(#830)
🐛 Bug Fixes
- Fixed issue where month names are not displayed correctly when using
format-localeand overridden timezone (#817) - Added type definitions for slots (#819)
- Fixed issue with wrong disabled times in the overlay when using AM/PM mode (#820)
- Fixed issue with the
month-overlay-valueslot not working inmonth-pickermode (#821) - Fixed issue with
--dp-border-radiusapplied to calendar cells instead of--dp-cell-border-radius(#827) - Fixed issue with positioning inside shadow DOM (#828) by @biesbjerg
- Fixed issue with selecting the end date before the start date on
text-inputrangemode (#837)
🔧 Refactor
- Overlay container height is now passed as a CSS variable and used within a class instead of inline style (#838)
- Expose all
data-testattributespreset-datescan also accept optionaltestIdto configure thedata-testattribute