react-timeslot-calendar
Version:
A calendar based on timeslots which can be set as available, occupied and so on.
13 lines (9 loc) • 471 B
Markdown
## Version 0.1.3:
* **Bug Fix**: Improve date handling for disabled dates. Before it was only considering startDate, now, it takes into account startDate && endDate.
## Version 0.1.2:
* **Bug Fix**: Selecting a Timeslot made calendar return to initial date.
## Version 0.1.1:
* Improved build size.
* Input values now return as Moment's Default Format (YYYY-MM-DDThh:mm:ssTZD) instead of a custom format (MMMM Do YYYY, h:mm:ss A).
## Version 0.1.0:
* Initial Release.