Releases: Vuepic/vue-datepicker
Releases · Vuepic/vue-datepicker
v5.1.0
v5.0.1
v5.0.0
⚠️ 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) 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-wrap
on defaultpreset-ranges
(#368) - Cleaned extra props rendered as attributes and
data-test
attribute in the build output
v4.5.1
v4.5.0
🐛 Bug Fixes
- Fixed issue with passed referenced value to a
disabled-dates
function (#352) - Fixed overlay button positioning on vertical resize #354 (#353)
- Fixed missing type declaration (#355)
- Fixed issue where
text-input
time is not being parsed on paste (#358)
🔧 Refactor
- Revert auto-generating declarations
- Exported
DatepickerInstance
type for usage withref
- Action row redesign
v4.4.0
🚀 Feature
- Option to override
sass
with plainCSS
variables (#340) - Added
onBlur
param to thedp-input
slot (#348) - New method
parseModel
is added for manually trigger reformating or parsing value (#345)
🐛 Bug Fixes
- Fixed issue with lost
text-input
value on blur (#339) - Fixed wrong action row width when resizing (#341)
- Fixed issue when on the initial selection of the current year in
year-picker
range
mode can't be selected (#346) - Fixed
[min/max]-range
option not working inmonth-picker
andyear-picker
modes (#347)
🔧 Refactor
v4.3.0
v4.2.3
v4.2.2
🐛 Bug Fixes
- Fixed issue where clear icon overlaps input text (#314)
- Fixed highlighted day overriding the range start/end class (#315)
- Fixed issue with the time change in input with enabled
text-input
not updating the time value (#317) - Fixed issue with the external click-outside directive trigger when slot is provided (#321)