Skip to content

v4.5

Compare
Choose a tag to compare
@matiasperrone matiasperrone released this 09 Sep 20:59
· 19 commits to main since this release

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.