Releases: nathanreyes/v-calendar
Releases · nathanreyes/v-calendar
v0.5.5
v0.5.4
Bug Fixes
- Pass missing pageattribute toheader-titleslot
- Fade input text when dragging date ranges in v-date-picker
Improvements
- Add pane-widthprop tov-calendarfor setting pane width manually
- Add pane-widthas a configurable default setting
- Add shortMonthLabelandshortYearLabelproperties topageobjects
- Disable pointer events for day cells not in month if opacity: 0intheme-styles.dayCellNotInMonthstyle
v0.5.3
Bug Fixes
- Detect date range intersections with disabled-dates. Closes #12.
Improvements
- Added componentPrefixconstructor option when using plugin. Closes #37.
- Redesigned popover for selected and dragged regions in v-date-picker.
- Input elements in v-date-packerno longer requirereadonlyattribute when using date patterns withdisabled-datesoravailable-dates.
- Popovers for selected and dragged regions can be hidden via show-popoverprop inv-date-picker.
- Use custom component for popover attributes via the componentproperty.
- 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 dayPopoverContenttheme style
- Support multiple visibility options for navigation header ('hover', 'focus', 'visible', 'hidden')
- Simplified popover visibility state transitions
- Support span(day length) in place ofenddate for date ranges
- Add targetDateproperty 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 customDataproperty. Closes #21.
- Add Turkish locale.