Wanderxx / vue-fullcalendar

vue calendar fullCalendar. no jquery required. Schedule events management
https://wanderxx.github.io/vue-fullcalendar/
1.51k stars 387 forks source link

Fixed changeMonth callback start and end #35

Closed lunfel closed 7 years ago

lunfel commented 7 years ago

IMPORTANT: The external api has changed! The doc has been update accordingly

I've replaced almost everything that was in dateFunc for a moment object. It makes it much easier to do date calculation and is less error prone.

Fixed the changeMonth callback start and end. The event should now give the accurate start and end of the view month Fixed the firstDay of month parameter. The calendar updates accordingly I haven't touched anything to versioning. Please check it out before merging.