Bug Fixes
v-calendar
- Fix animation bug when
weeks-transition
ortitle-transition
is"none"
. Closes #70.
v-date-picker
- Disabling dates on drag can invalidate current selected range. Closes #67.
Improvements
v-calendar
- Uses Javascript's
Intl.DateTimeFormat
API to supply month and day names for to 35 languages with minimal bundle size. - Transitioned top level calendar component to render function for improved slot support.
- Supports a new
formats
prop object where you can specify custom formats for title, weekdays and navigation months. - Deprecate
month-labels
andweekday-labels
props in favor of usingformats
prop. - Improved handling of svg icons for smaller bundle size.
v-date-picker
- Transitioned all date picker components to render functions. This allows using all slots that
v-calendar
supports. Closes #49. - Supports a new
formats
prop object where you can specify custom formats for input element and date selection popovers. - Deprecate
dateFormatter
anddateParser
props in favor of usingformats
prop.