Skip to content

Releases: fullcalendar/fullcalendar

v2.7.2

20 May 07:34

Choose a tag to compare

  • fixed desktops/laptops with touch support not accepting mouse events for
    dayClick/dragging/resizing (#3154, #3149)
  • fixed dayClick incorrectly triggered on touch scroll (#3152)
  • fixed touch event dragging wrongfully beginning upon scrolling document (#3160)
  • fixed minified JS still contained comments
  • UI change: mouse users must hover over an event to reveal its resizers

v2.7.1

02 May 05:25

Choose a tag to compare

  • dayClick not firing on touch devices (#3138)
  • icons for prev/next not working in MS Edge (#2852)
  • fix bad languages troubles with firewalls (#3133, #3132)
  • update all dev dependencies (#3145, #3010, #2901, #251)
  • git-ignore npm debug logs (#3011)
  • misc automated test updates (#3139, #3147)
  • Google Calendar htmlLink not always defined (#2844)

v2.7.0

24 Apr 05:05

Choose a tag to compare

touch device support (#994):

  • smoother scrolling
  • interactions initiated via "long press":
    • event drag-n-drop
    • event resize
    • time-range selecting
  • longPressDelay

v2.7.0-beta

26 Mar 08:25

Choose a tag to compare

v2.7.0-beta Pre-release
Pre-release
version 2.7.0-beta

v2.6.1

18 Feb 08:40

Choose a tag to compare

  • make nowIndicator positioning refresh on window resize

v2.6.0

07 Jan 11:24

Choose a tag to compare

  • current time indicator (#414)
  • bundled with most recent version of moment (2.11.0)
  • UMD wrapper around lang files now handles commonjs (#2918)
  • fix bug where external event dragging would not respect eventOverlap
  • fix bug where external event dropping would not render the whole-day highlight

v2.5.0

30 Nov 09:21

Choose a tag to compare

  • internal timezone refactor. fixes #2396, #2900, #2945, #2711
  • internal "grid" system refactor. improved API for plugins.

v2.5.0-beta2

23 Nov 10:11

Choose a tag to compare

v2.5.0-beta2 Pre-release
Pre-release

refactor of internal timezone representation.
Fixes DST-related bugs: #2396, #2900, #2945, #2711

v2.5.0-beta

16 Nov 01:03

Choose a tag to compare

v2.5.0-beta Pre-release
Pre-release

internal refactor of the "grid" system, providing increased flexbility for plugins like
fullcalendar-scheduler

v2.4.0

17 Aug 01:23

Choose a tag to compare

  • add new buttons to the header via customButtons (225)
  • control stacking order of events via eventOrder (364)
  • control frequency of slot text via slotLabelInterval (946)
  • displayEventTime (1904)
  • on and off methods (1910)
  • renamed axisFormat to slotLabelFormat