Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.

v2.5.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 29 Jan 20:16
b26dcf7

⚠️ Breaking changes

  • twoCalendars renamed to multiCalendars
  • twoCalendarsSolo renamed to multiCalendarsSolo

🚀 Features

  • New CSS variable added for menu border-color (#74)
  • multiCalendars - allow adding multiple calendars (#75)
  • inlineWithInput - option to use input field with inline (#77)
  • Option to add name attribute to the input element (#80)
  • @recalculatePosition - event added when menu position is recalculated (#81)
  • Option to add autocomplete attribute to the input element (#83)
  • Option to pass a custom positioning function to the altPosition

🐛 Bug Fixes

  • Fix scss import issues (c4e289d) (#76)
  • Fix type not recognized with vite (#78)
  • Fix browser import with script tag (#79)
  • minDate and maxDate not working in monthPicker mode (#84)
  • Fix clicking on menu causing parent click outside directive to trigger (#85)
  • Fix textInput not working in monthPicker and timePicker models (#89)
  • Initial transition not triggered when modelValue is empty
  • Fix positioning on month change when the calendar is placed on top
  • Fix issue with months filter resulting in year jump

🔧 Refactor

  • date-fns is now bundled with .min.js build (for CDN usage in the browser, ref: #79)
  • When using multiCalendars the grid will be auto responsive depending on the screen size (#75)
  • Time picker will now stretch full width when multiCalendars are set due to support for more than 2 calendars