Releases: Vuepic/vue-datepicker
Releases · Vuepic/vue-datepicker
v4.0.1
v4.0.0
⚠️ Breaking changes
- Datepicker will use regular
DOM
order to place the menu instead of the teleportteleport
prop is removedalt-position
boolean
prop is removed
- Custom components props are removed
week-numbers
prop is extended to support custom function and local mode,boolean
value is removed (#276, #282)
🐛 Bug Fixes
- Fixed wrong positioning issue on mobile
- Fixed event handlers' interference with other components (#270)
- Fixed the issue where the menu stays in its initial position when a direct parent is scrollable (#253)
🔧 Refactor
tooltip-[open/close]
event will send full marker object (#279)
v3.6.8
🚀 Features
- New events added
[open/close]-tooltip
andinvalid-fixed-range
(#264, #266) model-type
will now work withmonth-picker
andtime-picker
(#268)
🐛 Bug Fixes
- Fixed view sync with
multi-calendars
andpreset-ranges
(#261) - Fixed
no-disabled-range
not working withfixed-start
orfixed-end
(#263) - Fixed
preview-format
not being reactive (#267) - Fixed param typo in the
marker-tooltip
slot
🔧 Refactor
v3.6.7
v3.6.6
🐛 Bug Fixes
- Fixed issue when loading the library in
vue-cli
(#226, #218) - Fixed
auto-apply
not working after switching month or year (#245) - Fixed issue with hidden
month-picker
whensidebar
slots are used (#249) - Fixed issue where the selected value view in
week-picker
mode is not shown when opening calendar (#251) - Fixed issue where
day
slot was active onhide-offset-dates
(#255) - Fixed issue where external
model-value
change is not synced (#256) - Fixed the
update-month-year
event not emitting when scrolling over the calendar 441f96e (#257) - Fixed error on assigning
start-date
onmulti-calendars
mode (#259)
🔧 Refactor
- Mark times outside min and max time disabled (#254)
v3.6.5
🚀 Feature
- New method to programmatically set month and year view (#227)
🐛 Bug Fixes
- Fixed issue with horizontal auto-positioning on mobile view (#225)
- Fixed error when unselecting all dates in
multi-dates
mode 05fc017 (#236) - Fixed issue where markers are shown on hidden offset dates (#238)
- Fixed
stopDefault
preventing click events from slots (#241) - Fixed missing support for
text-input
inmulti-dates
mode (#242)
🔧 Refactor
v3.6.4
🚀 Feature
- Make
disabled-dates
work withmonth-picker
(#214)
🐛 Bug Fixes
- Fixed issue where watcher caused weird behavior in
multi-calendars
mode (#216) - Fixed issue with the end time in
range
resetting to the current time (#217) - Fixed
dp__cell_highlight_active
class not being applied (#220) - Fixed issue when changing months while the calendar is above the input causing it to drop down