Releases: benitolopez/hotel-datepicker
Releases · benitolopez/hotel-datepicker
4.7.0
Added
- Add the ability to allow ranges that are multiples of
minNights
only (#166)
4.6.2
Fixed
- Maintain class of days with extra text after range selection (#174)
4.6.1
Fixed
- Min days before first disabled date (#165)
4.5.0
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
Fixed
- Fix dates getting invalid class when selecting and showing the next/prev month (#141)
4.4.0
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
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
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
Fixed
- Enable clear button when at least one day is selected (#120)
- Remove hovering class when clearing
- Fix typo - Merged (#119)