fullcalendar v3.6.0 Release Notes

Release Date: 2017-10-10 // over 6 years ago
  • ๐Ÿ”‹ Features:

    • agendaEventMinHeight for guaranteeing height (#961, #3788) thx @Stafie
    • columnHeader can be set to false to hide headings (#3438, #3787) thx @caseyjhol
    • export all View classes (#2851, #3831)
    • โšก๏ธ updateEvent, update complex attributes (#2864)
    • Albanian locale (#3847) thx @alensaqe

    ๐Ÿ›  Bugfixes:

    • โšก๏ธ objects used as non-standard Event properties ignored by updateEvent (#3839)
    • listDay error if event goes over period (#3843)
    • validDays with hiddenDays, js error when no days active (#3846)
    • json feed Event Source object no longer has url property (#3845)
    • โšก๏ธ updateEvent, allDay to timed, when no end, wrong end date (#3144)
    • ๐Ÿšš removeEvents by _id stopped working (#3828)
    • correct this context in FuncEventSource (#3848) thx @declspec
    • js event not received in unselect callback when selecting another cell (#3832)

    Incompatibilities:

    • The viewRender callback might now be fired AFTER events have been rendered to the DOM. However, the eventRender/eventAfterRender/eventAfterAllRender callbacks will always be fired after viewRender, just as before.
    • ๐Ÿšš The internal Grid class (accessed via $.fullCalendar.Grid) has been removed. For monkeypatching, use DayGrid/TimeGrid directly.