fullcalendar v3.5.0 Release Notes

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

    • ๐Ÿ‘ Bootstrap 3 theme support (#2334, #3566)
      • via themeSystem: 'bootstrap3' (the theme option is deprecated)
      • new bootstrapGlyphicons option
      • jQuery UI "Cupertino" theme no longer included in zip archive
      • improved theme switcher on demo page (#1436) (big thanks to @joankaradimov)
    • ๐ŸŽ 25% event rendering performance improvement across the board (#2524)
    • console message for unknown method/calendar (#3253)
    • Serbian cyrilic/latin (#3656)
    • available via Packagist (#2999, #3617)

    ๐Ÿ›  Bugfixes:

    • slot time label invisible when minTime starts out of alignment (#2786)
    • ๐Ÿ› bug with inverse-background event rendering when out of range (#3652)
    • wrongly disabled prev/next when current date outside of validRange (#3686, #3651)
    • โšก๏ธ updateEvent, error when changing allDay from false to true (#3518)
    • โšก๏ธ updateEvent doesn't support ID changes (#2928)
    • Promise then method doesn't forward result (#3744)
    • Korean typo (#3693)
    • ๐Ÿ›  fixed switching from any view to listview, eventAfterRender isn't called (#3751)

    Incompatibilities:

    • Event Objects obtained from clientEvents or various callbacks are no longer references to internally used objects. Rather, they are static object copies.
    • clientEvents method no longer returns events in same order as received. Do not depend on order.