Skip to content

v3.3.0

Compare
Choose a tag to compare
@Jasenkoo Jasenkoo released this 02 Jul 19:03
· 1073 commits to main since this release
b9d3be8

⚠️ Breaking Changes

  • @updateMonthYear event will now emit { instance: number; month: number; year: number } instead of two separate events
  • monthYearComponent now needs to emit only the update-month-year event instead of two separate events for month and year

🚀 Features

  • dayNames - Pass custom labels for weekdays in the calendar header (#67)
  • modelType - Specify custom type for v-model binding (#71)
  • modelAuto - Use both singe and range modes (#72)

🐛 Bug Fixes

  • Fixed issue with overlay in safari browser (#63)
  • Fixed issue where ISO dates are not parsed correctly based on timezone (#74)

🔧 Refactor

  • @updateMonthYear event will now emit both month and year in a single event (#61)
  • Disabled scroll blocking event when monthChangeOnScroll = false (#70)