v4.5
New Features:
previous-month-rendered
: it will be emited when the user goes to a previous month.check-in-selected
: it will be emited when the user clicks on a checkin date. (Is not being trigger when the user selects the same checkin date consecutively).
Note: ReadMe.md is WIP
Bug fixes:
- #296 "Max Nights does not work" thanks to @whitewaterdesign
- #298 "Single Month View" thanks to @maaqib121:
- In case of :singleMonth="true", the pagination will now stop at the month of end date rather than a month before the month of end date, while the existing behavior for double months will remain the same
- In case of :singleMonth="true", generateInitialMonths() method will create one month, while the default behavior for double months will remain the same.