fullcalendar v3.0.0 Release Notes

Release Date: 2016-09-04 // over 7 years ago
  • ๐Ÿ”‹ Features:

    • List View (#560)
      • new views: listDay, listWeek, listMonth, listYear, and simply list
      • listDayFormat
      • listDayAltFormat
      • noEventsMessage
    • Clickable day/week numbers for easier navigation (#424)
      • navLinks
      • navLinkDayClick
      • navLinkWeekClick
    • Programmatically allow/disallow user interactions:
      • eventAllow (#2740)
      • selectAllow (#2511)
    • Option to display week numbers in cells (#3024)
      • weekNumbersWithinDays (set to true to activate)
    • 0๏ธโƒฃ When week calc is ISO, default first day-of-week to Monday (#3255)
    • Macedonian locale (#2739)
    • Malay locale

    ๐Ÿ’ฅ Breaking Changes:

    • ๐Ÿ‘ IE8 support dropped
    • ๐Ÿ‘ jQuery: minimum support raised to v2.0.0
    • ๐Ÿ‘ MomentJS: minimum support raised to v2.9.0
    • lang option renamed to locale
    • dist files have been renamed to be more consistent with MomentJS:
      • lang/ -> locale/
      • lang-all.js -> locale-all.js
    • behavior of moment methods no longer affected by ambiguousness:
      • isSame
      • isBefore
      • isAfter
    • ๐Ÿ—„ View-Option-Hashes no longer supported (deprecated in 2.2.4)
    • โœ‚ removed weekMode setting
    • โœ‚ removed axisFormat setting
    • DOM structure of month/basic-view day cell numbers changed

    ๐Ÿ›  Bugfixes:

    • $.fullCalendar.version incorrect (#3292)

    ๐Ÿ‘ท Build System:

    • using gulp instead of grunt (faster)
    • using npm internally for dependencies instead of bower
    • ๐Ÿ”„ changed repo directory structure