]> git.mxchange.org Git - friendica.git/blobdiff - library/fullcalendar/changelog.txt
Only update the contact entry with uid=0
[friendica.git] / library / fullcalendar / changelog.txt
index 17b31f8622ae1798de7492cdb258bc1a20f86c44..829971463e8f814f5153dd54855277b31c5a902a 100644 (file)
@@ -1,4 +1,68 @@
 
+version 1.6.4 (9/1/13)
+       - better algorithm for positioning timed agenda events (issue 1115)
+       - `slotEventOverlap` option to tweak timed agenda event overlapping (issue 218)
+       - selection bug when slot height is customized (issue 1035)
+       - supply view argument in `loading` callback (issue 1018)
+       - fixed week number not displaying in agenda views (issue 1951)
+       - fixed fullCalendar not initializing with no options (issue 1356)
+       - NPM's package.json, no more warnings or errors (issue 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
+
+version 1.6.3 (8/10/13)
+       - 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)
+
+version 1.6.2 (7/18/13)
+       - hiddenDays option (issue 686)
+       - bugfix: when eventRender returns false, incorrect stacking of events (issue 762)
+       - bugfix: couldn't change event.backgroundImage when calling updateEvent (thx stephenharris)
+
+version 1.6.1 (4/14/13)
+       - fixed event inner content overflow bug (issue 1783)
+       - fixed table header className bug (1772)
+       - removed text-shadow on events (better for general use, thx tkrotoff)
+
+version 1.6.0 (3/18/13)
+       - visual facelift, with bootstrap-inspired buttons and colors
+       - simplified HTML/CSS for events and buttons
+       - dayRender, for modifying a day cell (issue 191, thx althaus)
+       - week numbers on side of calendar (issue 295)
+               - weekNumber
+               - weekNumberCalculation
+               - weekNumberTitle
+               - "W" formatting variable
+       - finer snapping granularity for agenda view events (issue 495, thx ms-doodle-com)
+       - eventAfterAllRender (issue 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
+
+version 1.5.4 (9/5/12)
+       - made compatible with jQuery 1.8.* (thx archaeron)
+       - bundled with jQuery 1.8.1 and jQuery UI 1.8.23
+
 version 1.5.3 (2/6/12)
        - fixed dragging issue with jQuery UI 1.8.16 (issue 1168)
        - bundled with jQuery 1.7.1 and jQuery UI 1.8.17