From 5b04354e2584af02965b8edef7cbbcbbb121d5e5 Mon Sep 17 00:00:00 2001 From: Adam Shaw Date: Sat, 10 Aug 2013 14:18:41 -0700 Subject: [PATCH] update changelog --- changelog.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/changelog.txt b/changelog.txt index e1ba062..17fa5b0 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,23 @@ +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)