|
|
@@ -1,4 +1,21 @@
|
|
|
|
|
|
+v2.4.0
|
|
|
+------
|
|
|
+
|
|
|
+- add new buttons to the header via `customButtons` ([225])
|
|
|
+- control stacking order of events via `eventOrder` ([364])
|
|
|
+- control frequency of slot text via `slotLabelInterval` ([946])
|
|
|
+- `displayEventTime` ([1904])
|
|
|
+- `on` and `off` methods ([1910])
|
|
|
+- renamed `axisFormat` to `slotLabelFormat`
|
|
|
+
|
|
|
+[225]: https://code.google.com/p/fullcalendar/issues/detail?id=225
|
|
|
+[364]: https://code.google.com/p/fullcalendar/issues/detail?id=364
|
|
|
+[946]: https://code.google.com/p/fullcalendar/issues/detail?id=946
|
|
|
+[1904]: https://code.google.com/p/fullcalendar/issues/detail?id=1904
|
|
|
+[1910]: https://code.google.com/p/fullcalendar/issues/detail?id=1910
|
|
|
+
|
|
|
+
|
|
|
v2.3.2 (2015-06-14)
|
|
|
-------------------
|
|
|
|