⚠️ Breaking Changes
Nowbutton is moved to the action rowsassvariables and import are removed- Renames:
now-buttonslot is renamed toaction-extraaction-selectslot is renamed toaction-buttons
prevenDefaultis not called onmousedown | pointerdownevents anymore in the menu (needs to be set explicitly)
🚀 Features
- New prop
action-row dp-inputslot now has exposed all internal input functions (#366)six-weekssupport for multiple options (#370)
🐛 Bug Fixes
- Fixed issue in
time-pickerwhere only raw value is validated (#364) - Fixed issue with
TS2499error (#365) - Fixed issue with screen reader 9a8f867 (#367) by @arrocke
- Fixed broken inputs when used inside slots (#372)
- Fixed cell range direction when the hovered date is before the first selected range date
🔧 Refactor
<div role="button">are now proper buttons- New menu open transition
- CSS fine-tuning, 2 new variables added
- Prevent
word-wrapon defaultpreset-ranges(#368) - Cleaned extra props rendered as attributes and
data-testattribute in the build output