diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-03 14:56:19 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-03 14:56:19 +0200 |
commit | 738e14348d4cb902b9fd490bd5d846f2f27bbe5f (patch) | |
tree | 4d03bc85c123f03c056bf6a97cb4ada35c67a4bf /library/fullcalendar/CHANGELOG.txt | |
parent | db4e9aeaadc15700aca737a620fb0a56c4ed3531 (diff) | |
download | volse-hubzilla-738e14348d4cb902b9fd490bd5d846f2f27bbe5f.tar.gz volse-hubzilla-738e14348d4cb902b9fd490bd5d846f2f27bbe5f.tar.bz2 volse-hubzilla-738e14348d4cb902b9fd490bd5d846f2f27bbe5f.zip |
update upstream libs fullcalendar and moment to a recent version
Diffstat (limited to 'library/fullcalendar/CHANGELOG.txt')
-rw-r--r-- | library/fullcalendar/CHANGELOG.txt | 24 |
1 files changed, 20 insertions, 4 deletions
diff --git a/library/fullcalendar/CHANGELOG.txt b/library/fullcalendar/CHANGELOG.txt index b583228fc..d753163e3 100644 --- a/library/fullcalendar/CHANGELOG.txt +++ b/library/fullcalendar/CHANGELOG.txt @@ -1,9 +1,25 @@ -v2.5.0-beta (2015-11-15) ------------------------- +v2.6.1 (2016-02-17) +------------------- + +- make nowIndicator positioning refresh on window resize + + +v2.6.0 (2016-01-07) +------------------- + +- current time indicator (#414) +- bundled with most recent version of moment (2.11.0) +- UMD wrapper around lang files now handles commonjs (#2918) +- fix bug where external event dragging would not respect eventOverlap +- fix bug where external event dropping would not render the whole-day highlight + + +v2.5.0 (2015-11-30) +------------------- -internal refactor of the "grid" system, providing increased flexbility for plugins like -[fullcalendar-scheduler](https://github.com/fullcalendar/fullcalendar-scheduler/releases) +- internal timezone refactor. fixes #2396, #2900, #2945, #2711 +- internal "grid" system refactor. improved API for plugins. v2.4.0 (2015-08-16) |