🚀 Features
- Expose
toggleMenu
function (#644) - Added support for
preset-dates
inmonth-picker
mode (#647) - Extended
week-numbers
prop to allow hiding on weeks with only offset dates (#648) - New property added in the
config
proptabOutClosesMenu
(#664)
🐛 Bug fixes
- Fixed missing date 31 when the
timezone
is used where the 31st is the only date in the last week of the month (#641) - Fixed validation issue when using the
timezone
and[min/max]-date
(#642) - Fixed issue where markers are not positioned properly when
timezone
is used (#643) - Fixed issue where the
multi-calendars
solo option jumps months on new selection (#649) - Fixed issue where
start-date
is ignored onyear-picker
andmonth-picker
modes (#650) - Fixed issue with
multi-dates
containing pre-defined disabled dates not updating v-model value (#651) - Fixed menu open when used inside web components 962b705 (#657) by @LouisAndrew
- Fixed
[min/max] range
validation not working intext-input
mode (#660) - Fixed issue where menu closes on overlay click when used inside
<label>
tag (#661) - Fixed issue with tabbing out of the menu not closing the menu (#664)
🔧 Refactor
- Deprecated prop types
string | function
forweek-numbers
prop