npm @vuepic/vue-datepicker 3.3.0
v3.3.0

latest releases: 9.0.3, 9.0.2, 9.0.1...
2 years ago

⚠️ 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)

Don't miss a new vue-datepicker release

NewReleases is sending notifications on new releases.