Skip to content

v0.5.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@nathanreyes nathanreyes released this 27 Dec 19:35
· 1320 commits to master since this release

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 of end 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+