🚀 Features
- Added support for
arrow-navigationinmulti-calendarsmode (#1086) - Added support for multiple range separators in
text-input(#1096) - Added option to disable auto range start/end switch (#1114)
- Added
applyOnBlurproperty intext-inputconfiguration (#1182) - Added
WeekStartenum export by @ChronosMasterOfAllTime (#1199) - Improve UI/UX for fixed start/end range hover and extending the range (#1200)
- Added
formatValueto theaction-previewslot props (#1207) - Exposed
selectDateanddisabledflag toaction-buttonsslot (#1207) - Exposed internal refs
dpMenuRef,dpWrapMenuRefandinputRef(#1209) - Added options to
floatingprop for customizingshiftandflipmiddleware behaviour (#1215)
🐛 Bug Fixes
- Fixed issue where
action-extraslot is displayed inline when the sidebar slot is provided (#1202) - Fixed issue with missing
{hours/minutes/seconds}Incrementintime-configprop type definition (#1203) - Fixed issue with
vitestfailing tests when usingglobal.stubs.teleportfromvue-test-utils(#1206) - Fixed issue with failing to properly parse
text-inputdate when the pattern includes short year (#1208)
🔧 Refactor
arrow-navigationwill now start from the active element instead of top-left (#1118)- Refactor slot propagation across components, added type exports per mode for
[left/right]-sidebarandmonth-yearslot props