Releases: nathanreyes/v-calendar
Releases · nathanreyes/v-calendar
v0.5.5
v0.5.4
Bug Fixes
- Pass missing
page
attribute toheader-title
slot - Fade input text when dragging date ranges in
v-date-picker
Improvements
- Add
pane-width
prop tov-calendar
for setting pane width manually - Add
pane-width
as a configurable default setting - Add
shortMonthLabel
andshortYearLabel
properties topage
objects - Disable pointer events for day cells not in month if
opacity: 0
intheme-styles.dayCellNotInMonth
style
v0.5.3
Bug Fixes
- Detect date range intersections with
disabled-dates
. Closes #12.
Improvements
- Added
componentPrefix
constructor option when using plugin. Closes #37. - Redesigned popover for selected and dragged regions in
v-date-picker
. - Input elements in
v-date-packer
no longer requirereadonly
attribute when using date patterns withdisabled-dates
oravailable-dates
. - Popovers for selected and dragged regions can be hidden via
show-popover
prop inv-date-picker
. - Use custom component for popover attributes via the
component
property. - Testing framework moved to Jest. Added tests for detecting date collisions.
- Update README for more clear introduction guide.
v0.5.2
v0.5.1
Bug Fixes
- Fix layout bugs in navigation popover
Improvements
- Reorganize css variables. Improve default styling.
v0.5.0
Bug Fixes
- Day content more vertically centered with
line-height: 1
- Strip unused component props
Improvements
- Support day popovers for attributes (custom slots supported). Closes #13.
- Support
dayPopoverContent
theme style - Support multiple visibility options for navigation header ('hover', 'focus', 'visible', 'hidden')
- Simplified popover visibility state transitions
- Support
span
(day length) in place ofend
date for date ranges - Add
targetDate
property to attributes passed in event handlers - Extract touch handlers to separate state functions
- Require Vue v2.5.0+
v0.4.3
v0.4.2
v0.4.1
- Use local nextTick reference, deleting Vue scope dependency.
- Fix null attribute bug in date picker.
v0.4.0
- Fix weekday labels not always having same exact width
- Add support for complex attribute dates. Closes #7 and #12.
- Add support for attribute
excludeDates
, date pickeravailableDates
. Closes #19. - Add support for endless date ranges using null for start/end dates. Closes #20.
- Add support for attaching custom data to attributes via
customData
property. Closes #21. - Add Turkish locale.