diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-04-03 14:56:52 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-04-03 14:56:52 +0200 |
commit | 5634a4bb6105fbc303a35d909c3d782364da4b9f (patch) | |
tree | 10db489538b27452ff087c51d44c6a2e0899fc0c /library/fullcalendar/CHANGELOG.txt | |
parent | 787e2ef961ea152beb8c80bc6cf4fcdceba1ae9f (diff) | |
parent | 738e14348d4cb902b9fd490bd5d846f2f27bbe5f (diff) | |
download | volse-hubzilla-5634a4bb6105fbc303a35d909c3d782364da4b9f.tar.gz volse-hubzilla-5634a4bb6105fbc303a35d909c3d782364da4b9f.tar.bz2 volse-hubzilla-5634a4bb6105fbc303a35d909c3d782364da4b9f.zip |
Merge branch 'master' into dev
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) |