diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-30 10:18:05 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-30 10:18:05 +0100 |
commit | c9cbd2f4f6cb432c6558bd88d783b356f0311a09 (patch) | |
tree | dda4a64fefab7be0eea83aff839ce31b650baeee /library/fullcalendar/CHANGELOG.txt | |
parent | 90a99fc2213bc498bb11df4f4afe0f7bbe391dd0 (diff) | |
download | volse-hubzilla-c9cbd2f4f6cb432c6558bd88d783b356f0311a09.tar.gz volse-hubzilla-c9cbd2f4f6cb432c6558bd88d783b356f0311a09.tar.bz2 volse-hubzilla-c9cbd2f4f6cb432c6558bd88d783b356f0311a09.zip |
update fullcalendar to version 3.1
Diffstat (limited to 'library/fullcalendar/CHANGELOG.txt')
-rw-r--r-- | library/fullcalendar/CHANGELOG.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/library/fullcalendar/CHANGELOG.txt b/library/fullcalendar/CHANGELOG.txt index e91ce3bd6..ed2eddb8a 100644 --- a/library/fullcalendar/CHANGELOG.txt +++ b/library/fullcalendar/CHANGELOG.txt @@ -1,4 +1,27 @@ +v3.1.0 (2016-12-05) +------------------- + +- experimental support for implicitly batched ("debounced") event rendering (#2938) + - `eventRenderWait` (off by default) +- new `footer` option, similar to header toolbar (#654, #3299) +- event rendering batch methods (#3351): + - `renderEvents` + - `updateEvents` +- more granular touch settings (#3377): + - `eventLongPressDelay` + - `selectLongPressDelay` +- eventDestroy not called when removing the popover (#3416, #3419) +- print stylesheet and gcal extension now offered as minified (#3415) +- fc-today in agenda header cells (#3361, #3365) +- height-related options in tandem with other options (#3327, #3384) +- Kazakh locale (#3394) +- Afrikaans locale (#3390) +- internal refactor related to timing of rendering and firing handlers. + calls to rerender the current date-range and events from within handlers + might not execute immediately. instead, will execute after handler finishes. + + v3.0.1 (2016-09-26) ------------------- |