This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
Releases: Vuepic/vue3-date-time-picker
Releases · Vuepic/vue3-date-time-picker
v2.3.6
v2.3.5
v2.3.4
v2.3.3
🐛 Bug Fixes
- Not able to clear value when
text-input
is enabled via enter or tab (#32) - Calendar being shown despite unfocus (#33)
- Error on component import (#35)
- CSS not importing with Vue CLI 5 (#36)
- Programmatically set the value of a time-picker not working (#37)
🔧 Refactor
auto-apply
prop to auto-apply value from the text-input if enabled (#34)uid
prop is removed since it is not needed for multiple datepicker instances anymore
v2.3.2
v2.3.1
v2.3.0
v2.2.0
⚠️ Breaking Changes
- Some classes are changed for the calendar since the
table
tag is replaced withdiv
, so if you modified something, make sure to adjust it calendarClassName
is now passed directly to the calendar wrapper and not the top-most parent
🚀 Features
twoCalendars
- Show two calendars for range picker (#20)twoCalendarsSolo
- Show two calendars, but both will behave independently of each otherhideOffsetDates
- Hide days from the previous/next month in the calendarautoRange
- Predefine rangenoToday
- Disable today mark in the calendarnoHoursOverlay
- Disable overlay for hours in the time pickernoMinutesOverlay
- Disable overlay for minutes in the time picker- New slots added
hours
,minutes
,hours-overlay
,minutes-overlay
,month
,year
,month-overlay
,year-overlay
textInputOptions
extended with 2 more properties,tabSubmit
andopenMenuOnFocus
(#24)
🐛 Bug Fixes
customProps
not passed to child components- New prop
altPosition
added for relative positioned parent (#8) - Same style when using with CSS frameworks
- Prevent calendar expanding on custom action labels
- Correct
scss
import path in the documentation (#23) - Missing calendar dates when
weekStart
is changed - Hours glitch when going arrow down from 12 AM when
is24
is disabled - Time validation issues with
minTime
andmaxTime
🔧 Refactor
- Replaced
table
tag withdiv
for calendar - Style wrapped in
border-box
for unified dimensions - Slightly compact size overall
- Preselect value on month-picker and time-picker (UX)
- Improved type support
hoursIncrement
andminutesIncrement
not to reset on 00:00- Range marking improved