Releases: nathanreyes/v-calendar
Releases · nathanreyes/v-calendar
v3.0.0-alpha.7
Bug Fixes
- Fix defaults when using plugin
- Fix
iso
mask - Fix broken navigation state when using
max-date
- Fix double arrows appearing in time picker when using Tailwind reset styles
Improvements
- Add
valid-hours
prop for time picker
v2.4.0
Bug Fixes
- Fix edge case when switching date modes
- Fix double arrows appearing in time picker when using Tailwind reset styles
Improvements
- Add
valid-hours
prop
v3.0.0-alpha.6
Port event handling updates from v2.3.4.
v2.3.4
Bug Fixes
- Fix broken removal of event handlers in calendar and date picker
- Dependabot updates
Improvements
- Remove custom click detection handlers for Mobile Safari
v3.0.0-alpha.5
Bug Fixes
- Fix input format and debounce
- Fix footer slot
v2.3.1
Bug Fixes
- Bump dependency versions
v3.0.0-alpha.4
Bug Fixes
- Fix DatePicker export
- Fix scoped slot usage
v2.3.0
Bug Fixes
- Fix
trim-weeks
missing dates iffirstDayOfWeek !== 1
- Fix input format on calendar hide
- Fix date range normalization for time and input updates
Improvements
- Add
show-weeknumbers
prop (Boolean | String) with support forleft
,left-outside
,right
orright-outside
positions - Add
weeknumberclick
event that emits week data on click
{
weeknumber: Number, // Weeknumber clicked
days: [Day], // List of day objects for the weeknumber clicked
event: MouseEvent, // Native event emitted
}
v2.2.4
Bug Fixes
- Set
inheritAttrs
to false for calendar pane component - Fix null dates for time picker when
mode === 'time'
Improvements
- Add
modelConfig.fillDate
parameter to fill missing date parts - Provide
popover
options as defaults forshowPopover
,hidePopover
,togglePopover
v2.2.3
Bug Fixes
- Fix
on-bottom
class whentrim-weeks
prop is used - Fix date range clearing and page adjustment when end date is missing