update upstream libs fullcalendar and moment to a recent version

This commit is contained in:
Mario Vavti
2016-04-03 14:56:19 +02:00
parent db4e9aeaad
commit 738e14348d
13 changed files with 2146 additions and 1087 deletions

View File

@@ -1,9 +1,25 @@
v2.5.0-beta (2015-11-15)
------------------------
v2.6.1 (2016-02-17)
-------------------
internal refactor of the "grid" system, providing increased flexbility for plugins like
[fullcalendar-scheduler](https://github.com/fullcalendar/fullcalendar-scheduler/releases)
- 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 timezone refactor. fixes #2396, #2900, #2945, #2711
- internal "grid" system refactor. improved API for plugins.
v2.4.0 (2015-08-16)