fullcalendar v3.3.0 Release Notes

Release Date: 2017-03-23 // about 7 years ago
  • ๐Ÿ”‹ Features:

    • visibleRange - complete control over view's date range (#2847, #3105, #3245)
    • validRange - restrict date range (#429)
    • changeView - pass in a date or visibleRange as second param (#3366)
    • dateIncrement - customize prev/next jump (#2710)
    • dateAlignment - custom view alignment, like start-of-week (#3113)
    • ๐Ÿ›  dayCount - force a fixed number-of-days, even with hiddenDays (#2753)
    • showNonCurrentDates - option to hide day cells for prev/next months (#437)
    • 0๏ธโƒฃ can define a defaultView with a duration/visibleRange/dayCount with needing to create a custom view in the views object. Known as a "Generic View".

    Behavior Changes:

    • when custom view is specified with duration {days:7}, it will no longer align with the start of the week. (#2847)
    • when gotoDate is called on a custom view with a duration of multiple days, the view will always shift to begin with the given date. (#3515)

    ๐Ÿ›  Bugfixes:

    • event rendering when excessive minTime/maxTime (#2530)
    • event dragging not shown when excessive minTime/maxTime (#3055)
    • excessive minTime/maxTime not reflected in event fetching (#3514)
      • when minTime is negative, or maxTime beyond 24 hours, when event data is requested via a function or a feed, the given data params will have time parts.
    • external event dragging via touchpunch broken (#3544)
    • can't make an immediate new selection after existing selection, with mouse. introduced in v3.2.0 (#3558)