Skip to content

Releases: fullcalendar/fullcalendar

v2.0.2

25 Jun 05:41

Choose a tag to compare

  • bug with persisting addEventSource calls (2191)
  • bug with persisting removeEvents calls with an array source (2187)
  • bug with removeEvents method when called with 0 removes all events (2082)

v2.0.1

15 Jun 18:42

Choose a tag to compare

  • delta parameters reintroduced in eventDrop and eventResize handlers (2156)
    • Note: this changes the argument order for revertFunc
  • wrongfully triggering a windowResize when resizing an agenda view event (1116)
  • this values in event drag-n-drop/resize handlers consistently the DOM node (1177)
  • displayEventEnd - v2 workaround to force display of an end time (2090)
  • don't modify passed-in eventSource items (954)
  • destroy method now removes fc-ltr class (2033)
  • weeks of last/next month still visible when weekends are hidden (2095)
  • fixed memory leak when destroying calendar with selectable/droppable (2137)
  • Icelandic language (2180)
  • Bahasa Indonesia language (PR 172)

v2.0.0

02 Jun 06:15

Choose a tag to compare

Internationalization support, timezone support, and MomentJS integration. Extensive changes, many
of which are backwards incompatible.

Full list of changes | Affected Issues

An automated testing framework has been set up (Karma + Jasmine) and tests have been written
which cover about half of FullCalendar's functionality. Special thanks to @incre-d, @vidbina, and
@sirrocco for the help.

In addition, the main development repo has been repurposed to also include the built distributable
JS/CSS for the project and will serve as the new Bower endpoint.

v1.6.4

10 Sep 02:05

Choose a tag to compare

  • better algorithm for positioning timed agenda events (1115)
  • slotEventOverlap option to tweak timed agenda event overlapping (218)
  • selection bug when slot height is customized (1035)
  • supply view argument in loading callback (1018)
  • fixed week number not displaying in agenda views (1951)
  • fixed fullCalendar not initializing with no options (1356)
  • NPM's package.json, no more warnings or errors (1762)
  • building the bower component should output bower.json instead of component.json (PR 125)
  • use bower internally for fetching new versions of jQuery and jQuery UI

v1.6.3

10 Sep 02:05

Choose a tag to compare

  • viewRender callback (PR 15)
  • viewDestroy callback (PR 15)
  • eventDestroy callback (PR 111)
  • handleWindowResize option (PR 54)
  • eventStartEditable/startEditable options (PR 49)
  • eventDurationEditable/durationEditable options (PR 49)
  • specify function for $.ajax data parameter for JSON event sources (PR 59)
  • fixed bug with agenda event dropping in wrong column (PR 55)
  • easier event element z-index customization (PR 58)
  • classNames on past/future days (PR 88)
  • allow null/undefined event titles (PR 84)
  • small optimize for agenda event rendering (PR 56)
  • deprecated:
    • viewDisplay
    • disableDragging
    • disableResizing
  • bundled with latest jQuery (1.10.2) and jQuery UI (1.10.3)

v1.6.2

10 Sep 02:06

Choose a tag to compare

  • hiddenDays option (686)
  • bugfix: when eventRender returns false, incorrect stacking of events (762)
  • bugfix: couldn't change event.backgroundImage when calling updateEvent (thx @stephenharris)

v1.6.1

10 Sep 02:08

Choose a tag to compare

  • fixed event inner content overflow bug (1783)
  • fixed table header className bug 1772
  • removed text-shadow on events (better for general use, thx @tkrotoff)

v1.6.0

10 Sep 02:08

Choose a tag to compare

  • visual facelift, with bootstrap-inspired buttons and colors
  • simplified HTML/CSS for events and buttons
  • dayRender, for modifying a day cell (191, thx @althaus)
  • week numbers on side of calendar (295)
    • weekNumber
    • weekNumberCalculation
    • weekNumberTitle
    • W formatting variable
  • finer snapping granularity for agenda view events (495, thx @ms-doodle-com)
  • eventAfterAllRender (753, thx @pdrakeweb)
  • eventDataTransform (thx @JoeySPO)
  • data-date attributes on cells (thx @Jae)
  • expose $.fullCalendar.dateFormatters
  • when clicking fast on buttons, prevent text selection
  • bundled with latest jQuery (1.9.1) and jQuery UI (1.10.2)
  • Grunt/Lumbar build system for internal development
  • build for Bower package manager
  • build for jQuery plugin site

v1.5.4

10 Sep 02:09

Choose a tag to compare

  • made compatible with jQuery 1.8.* (thx @archaeron)
  • bundled with jQuery 1.8.1 and jQuery UI 1.8.23

v1.5.3

10 Sep 02:09

Choose a tag to compare

  • fixed dragging issue with jQuery UI 1.8.16 (1168)
  • bundled with jQuery 1.7.1 and jQuery UI 1.8.17