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