All Versions
121
Latest Version
Avg Release Cycle
33 days
Latest Release
602 days ago

Changelog History
Page 5

  • v4.0.0-beta.4

    February 06, 2019
  • v4.0.0-beta.3

    February 06, 2019
  • v4.0.0-beta.2 Changes

    February 06, 2019

    ๐Ÿš€ BIG changes since last alpha release:
    ๐Ÿš€ (see https://fullcalendar.io/docs/v4/release-notes for more info)

    • ๐Ÿ”Œ all functionality is broken up into plugins
    • ๐Ÿ”„ changed the names of many views (ex: agendaWeek -> timeGridWeek)
    • ๐Ÿ”„ changed the names of the npm packages (ex: @fullcalendar/core)
    • ๐Ÿ”Œ technique for initializing a calendar (and using plugins) has changed
    • SuperAgent is no longer needed
    • ๐Ÿ‘ Bootstrap 3 theme support dropped
    • ๐Ÿ’ป jQuery UI theme support dropped
    • ๐Ÿ‘ Bower support dropped
    • Composer support temporarily dropped
    • a new npm-run based dev workflow
    • bundled via Rollup (instead of Webpack)

    ๐Ÿš€ Smaller changes since last alpha release:

    • ๐Ÿ”Œ no need to specify timeZoneImpl setting. simply use luxon or moment-timezone plugin instead
    • agendaEventMinHeight renamed to timeGridEventMinHeight
    • ๐Ÿ”Œ for registering a custom view use createPlugin instead of defineView
    • ๐Ÿšš groupByDatesAndResources and groupByResources removed. Use datesAboveResources instead
    • โœ‚ removed the deprecated theme settings. use themeSystem instead
    • ๐Ÿ‘ for Boostrap 4 theme support, specify themeSystem: 'boostrap' instead of ('bootstrap4')

    Really obscure changes:

    • MAX_TIMELINE_SLOTS moved to (packageRoot).config.MAX_TIMELINE_SLOTS
    • ๐Ÿ“ฆ touchMouseIgnoreWait moved to (packageRoot).config.touchMouseIgnoreWait
    • ๐Ÿ“ฆ dataAttrPrefix moved to (packageRoot).config.dataAttrPrefix
  • v4.0.0-alpha.4 Changes

    January 11, 2019

    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

  • v4.0.0-alpha.3 Changes

    December 22, 2018

    ๐Ÿš€ Changes since last alpha release:

    • ๐Ÿšš Calendar::getView method removed. Use Calendar::view property instead
    • the event JSON feed property extraData has been renamed extraParams
    • the external Draggable property time has been renamed startTime
    • the constraint setting can accept an array of objects
    • MonthView class is no longer exposed. Has been rolled into BasicView,
      which is exposed instead.

    Regressions from v3: #4421, #4420

    More info:
    ๐Ÿš€ https://fullcalendar.io/blog/2018/12/alpha-release-scheduler-support
    ๐Ÿš€ https://fullcalendar.io/docs/v4/release-notes

  • v3.10.2 Changes

    May 19, 2020

    Legacy v3-only fix. Compatibility with jQuery 3.5.0 (#5391, #5348)

  • v3.10.1

    August 10, 2019
  • v3.10.0 Changes

    January 11, 2019

    POTENTIALLY BREAKING CHANGE:
    ๐Ÿ“ฆ The jquery and moment packages have been moved to peerDependencies. If you are using
    NPM to install fullcalendar, you'll need to explicitly add jquery and moment as
    dependencies of your project. NPM will not install them automatically. (#4136, #4233)

    ๐Ÿ†• New Features:

    • events from a Google Calendar event source will receive extended props (#4123)
    • export more classes and util functions (#4124)
    • ๐Ÿ†• new locales: zh-hk (#4266), be (#4274)

    ๐Ÿ›  Bugfixes:

    • not accepting dayClicks/selects because of overflow-x:hidden on html/body (#3615)
    • event end time not displayed when duration is one slot, in agenda view (#3049)
    • switching views before event fetch resolves, JS error (#3689)
    • single-day allDay event not showing when time is specified (#3854)
    • prev button doesn't work when previous days are hidden by hiddenDays and dayCount
      is greater than dateIncrement (#4202)
    • calendar locale not used in all moments objects (#4174)
    • background event background color does not completely fill cells in Chrome (#4145)
    • provide a delta for eventResize when resizing from start (#4135)
    • IE11 memory leak from not removing handler correctly (#4311)
    • ๐Ÿ‘‰ make touchstart handlers passive (#4087)
    • ๐Ÿ›  fixed typescript definition for: eventAllow (#4243), selectAllow (#4319)
    • ๐Ÿ›  fixed locales: de (#4197, #4371), hu (#4203), tr (#4312), ja (#4329)
  • v3.9.0 Changes

    March 04, 2018
    • ๐Ÿ‘ Bootstrap 4 support (#4032, #4065, thx @GeekJosh)
    • โž• add OptionsInput to the fullcalendar.d.ts exports (#4040, #4006)
    • columnHeaderFormat/columnHeaderHtml/columnHeaderText in .d.ts file (#4061, #4085)
    • list-view auto-height not working (#3346, #4071, thx @WhatTheBuild)
    • โฌ†๏ธ bump momentjs minimum version to 2.20.1, for locale fixes (#4014)
    • ๐ŸŒ swedish week header translation fix (#4082)
    • ๐ŸŒ dutch year translation (#4069)
  • v3.8.2 Changes

    January 30, 2018

    ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fix TypeScript definitions file with strictNullChecks (#4035)