Releases: benitolopez/hotel-datepicker
Releases · benitolopez/hotel-datepicker
3.5.0
Added
- onSelectRange to pass a custom function when a data range is selected
Merged #41
3.4.1
Fixed
- Fixed min days error text
3.4.0
Added
- disabledDaysOfWeek to disable specific days of week
3.3.0
Added
- Add event when the datepicker closes. Thanks to #32
3.2.0
Added
- moveBothMonths to move both months when clicking on the next/prev month button (merged #25)
3.1.0
Added
- noCheckInDates and noCheckOutDates to disable check-in and check-out on specific days
- onDayClick and onOpenDatepicker to pass a custom function when a day is clicked and when the datepicker is opened
Merged #24
3.0.2
Added
- Add option to disable the top bar
3.0.1
Fixed
- Fix enabled checkout days when the autoclose is disabled (#17)
3.0.0
Added
- Two new options for short/long month/day names (#15)
Fixed