diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-28 11:56:28 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-28 11:56:28 +0200 |
commit | aff58934c0c33ad9bf68c0a3b3a0a224fee978ef (patch) | |
tree | db9655a6969d8299ce5dfadc08da1723c9c63f9d /library/fullcalendar/CHANGELOG.txt | |
parent | 7d7f43c2056fd50ff26aed5df553bf4936ead196 (diff) | |
download | volse-hubzilla-aff58934c0c33ad9bf68c0a3b3a0a224fee978ef.tar.gz volse-hubzilla-aff58934c0c33ad9bf68c0a3b3a0a224fee978ef.tar.bz2 volse-hubzilla-aff58934c0c33ad9bf68c0a3b3a0a224fee978ef.zip |
update fullcalendar to version 2.8.0
Diffstat (limited to 'library/fullcalendar/CHANGELOG.txt')
-rw-r--r-- | library/fullcalendar/CHANGELOG.txt | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/library/fullcalendar/CHANGELOG.txt b/library/fullcalendar/CHANGELOG.txt index 32559a8ad..f488738b8 100644 --- a/library/fullcalendar/CHANGELOG.txt +++ b/library/fullcalendar/CHANGELOG.txt @@ -1,4 +1,24 @@ +v2.8.0 (2016-06-19) +------------------- + +- getEventSources method (#3103, #2433) +- getEventSourceById method (#3223) +- refetchEventSources method (#3103, #1328, #254) +- removeEventSources method (#3165, #948) +- prevent flicker when refetchEvents is called (#3123, #2558) +- fix for removing event sources that share same URL (#3209) +- jQuery 3 support (#3197, #3124) +- Travis CI integration (#3218) +- EditorConfig for promoting consistent code style (#141) +- use en dash when formatting ranges (#3077) +- height:auto always shows scrollbars in month view on FF (#3202) +- new languages: + - Basque (#2992) + - Galician (#194) + - Luxembourgish (#2979) + + v2.7.3 (2016-06-02) ------------------- |