fullcalendar v4.0.0-alpha.4 Release Notes

Release Date: 2019-01-11 // over 5 years ago
  • API changes:

    • in eventDrop callback, the prevEvent property has been renamed to oldEvent

    ๐Ÿ›  bugfixes that preexisted v4

    • ๐Ÿ‘ฎ forceEventDuration takes wrong duration when switching between all day and timed event (#4097)
    • first day in View, event spans from previous day ignoring nextDayThreshold (#3943)
    • eventResize helper element should go through eventDestroy (#3543)
    • set touchstart listeners as passive (#4149)

    ๐Ÿ›  bugfixes for regressions: #4363, #4422, #4331, #4342, #4416, #4333, #4350, #4348, #4149, #4444

    ๐Ÿ›  also, all bugfixes from v3.10.0 have been merged