🐛 Bug Fixes
- Fixed issue where touch on Android device causes double selection in range picker (#948, #964)
- Fixed issue where
null
values in min and max dates withprevent-min-max-navigation
prevent navigation (#951) - Fixed issue where
--dp-menu-min-width
is not propagated tomonth-picker
mode (#954) - Fixed
preview-format
prop not formatting based on the provided prop (#957) - Fixed wrong slot type for slot
marker-tooltip
(#959) - Fixed
text-input
tabSubmit
focusing clear button instead of parsing value (#961) by @OlaAlsaker