diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-03-23 13:24:39 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-03-23 13:24:39 +0100 |
commit | a1ef698cf2b97b91294c5460a5d8bcdf8f97e2fc (patch) | |
tree | 2830f29e2ae2a2a2a99422600cdbfe458ed0d2c8 /library/fullcalendar/CHANGELOG.txt | |
parent | 43a794a905430e0b906bd3e5da490c27f429e1ff (diff) | |
download | volse-hubzilla-a1ef698cf2b97b91294c5460a5d8bcdf8f97e2fc.tar.gz volse-hubzilla-a1ef698cf2b97b91294c5460a5d8bcdf8f97e2fc.tar.bz2 volse-hubzilla-a1ef698cf2b97b91294c5460a5d8bcdf8f97e2fc.zip |
update fullcalendar library to version 3.2.0
Diffstat (limited to 'library/fullcalendar/CHANGELOG.txt')
-rw-r--r-- | library/fullcalendar/CHANGELOG.txt | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/library/fullcalendar/CHANGELOG.txt b/library/fullcalendar/CHANGELOG.txt index ed2eddb8a..379f23691 100644 --- a/library/fullcalendar/CHANGELOG.txt +++ b/library/fullcalendar/CHANGELOG.txt @@ -1,4 +1,25 @@ +v3.2.0 (2017-02-14) +------------------- + +Features: +- `selectMinDistance`, threshold before a mouse selection begins (#2428) + +Bugfixes: +- iOS 10, unwanted scrolling while dragging events/selection (#3403) +- dayClick triggered when swiping on touch devices (#3332) +- dayClick not functioning on Firefix mobile (#3450) +- title computed incorrectly for views with no weekends (#2884) +- unwanted scrollbars in month-view when non-integer width (#3453, #3444) +- incorrect date formatting for locales with non-standlone month/day names (#3478) +- date formatting, incorrect omission of trailing period for certain locales (#2504, #3486) +- formatRange should collapse same week numbers (#3467) +- Taiwanese locale updated (#3426) +- Finnish noEventsMessage updated (#3476) +- Croatian (hr) buttonText is blank (#3270) +- JSON feed PHP example, date range math bug (#3485) + + v3.1.0 (2016-12-05) ------------------- |