⚠️ Breaking Changes
@updateMonthYearevent will now emit{ instance: number; month: number; year: number }instead of two separate eventsmonthYearComponentnow needs to emit only theupdate-month-yearevent instead of two separate events formonthandyear
🚀 Features
dayNames- Pass custom labels for weekdays in the calendar header (#67)modelType- Specify custom type forv-modelbinding (#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)