Releases: fullcalendar/fullcalendar
Releases · fullcalendar/fullcalendar
v2.0.2
v2.0.1
deltaparameters reintroduced ineventDropandeventResizehandlers (2156)- Note: this changes the argument order for
revertFunc
- Note: this changes the argument order for
- wrongfully triggering a windowResize when resizing an agenda view event (1116)
thisvalues 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
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
- better algorithm for positioning timed agenda events (1115)
slotEventOverlapoption to tweak timed agenda event overlapping (218)- selection bug when slot height is customized (1035)
- supply view argument in
loadingcallback (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.jsoninstead ofcomponent.json(PR 125) - use bower internally for fetching new versions of jQuery and jQuery UI
v1.6.3
viewRendercallback (PR 15)viewDestroycallback (PR 15)eventDestroycallback (PR 111)handleWindowResizeoption (PR 54)eventStartEditable/startEditableoptions (PR 49)eventDurationEditable/durationEditableoptions (PR 49)- specify function for
$.ajaxdataparameter 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/undefinedevent titles (PR 84) - small optimize for agenda event rendering (PR 56)
- deprecated:
viewDisplaydisableDraggingdisableResizing
- bundled with latest jQuery (1.10.2) and jQuery UI (1.10.3)
v1.6.2
v1.6.1
v1.6.0
- 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)
weekNumberweekNumberCalculationweekNumberTitleWformatting variable
- finer snapping granularity for agenda view events (495, thx @ms-doodle-com)
eventAfterAllRender(753, thx @pdrakeweb)eventDataTransform(thx @JoeySPO)data-dateattributes 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
- made compatible with jQuery 1.8.* (thx @archaeron)
- bundled with jQuery 1.8.1 and jQuery UI 1.8.23