Skip to content

Releases: benitolopez/hotel-datepicker

4.7.0

19 Nov 15:09
Compare
Choose a tag to compare

Added

  • Add the ability to allow ranges that are multiples of minNights only (#166)

4.6.2

14 Oct 10:30
Compare
Choose a tag to compare

Fixed

  • Maintain class of days with extra text after range selection (#174)

4.6.1

03 May 21:52
Compare
Choose a tag to compare

Fixed

  • Min days before first disabled date (#165)

4.6.0

29 Jan 19:31
Compare
Choose a tag to compare

Added

  • extraDayText option

4.5.0

28 Oct 22:21
Compare
Choose a tag to compare

Added

  • Accessibility improvements (aria attributes, keyboard navigation, etc)
  • Add the ability to show the clear button when not in inline mode (#142)

Changed

  • New color scheme with better contrast (accessibility improvements)
  • New build system with Rollup v3 and Babel

4.4.1

17 Aug 20:05
Compare
Choose a tag to compare

Fixed

  • Fix dates getting invalid class when selecting and showing the next/prev month (#141)

4.4.0

12 Aug 14:24
Compare
Choose a tag to compare

Added

  • Added noCheckInDaysOfWeek and noCheckOutDaysOfWeek options

Fixed

  • Fix no checkout days when clicking in the contrary direction (#133)
  • Fix dates getting invalid class when selecting and showing the next/prev month (#135)
  • Reset month views after resize (#136)

Changed

  • Better style for no check-in/check-out days

4.3.3

06 Aug 22:16
Compare
Choose a tag to compare

Fixed

  • Check no checkin/checkout days when clicking in the contrary direction (#127)
  • Don't allow ranges that contain disabled days of week (#132)
  • Prevent layout issues when info text is too long (#125)
  • Don't allow selection in months nav buttons - Merged #130

4.3.2

03 Aug 07:21
Compare
Choose a tag to compare

Fixed

  • Check dates again when clearing the datepicker (#123)
  • Improve info string when min and max nights are the same (#122)
  • Fix CSS when a date is disabled and with a checkin/checkout disabled at the same time (#121)

4.3.1

02 Aug 20:48
Compare
Choose a tag to compare

Fixed

  • Enable clear button when at least one day is selected (#120)
  • Remove hovering class when clearing
  • Fix typo - Merged (#119)