⚠️ Breaking Changes
Now
button is moved to the action rowsass
variables and import are removed- Renames:
now-button
slot is renamed toaction-extra
action-select
slot is renamed toaction-buttons
prevenDefault
is not called onmousedown | pointerdown
events anymore in the menu (needs to be set explicitly)
🚀 Features
- New prop
action-row
dp-input
slot now has exposed all internal input functions (#366)six-weeks
support for multiple options (#370)
🐛 Bug Fixes
- Fixed issue in
time-picker
where only raw value is validated (#364) - Fixed issue with
TS2499
error (#365) - Fixed issue with screen reader 9a8f867 (#367)
- 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/close transition
- CSS fine-tuning, 2 new variables added
- Prevent
word-wrap
on defaultpreset-ranges
(#368) - Cleaned extra props rendered as attributes and
data-test
attribute in build output