Browse Source

changelog for v2.2.0

Adam Shaw 11 years ago
parent
commit
8f78dc202e
1 changed files with 22 additions and 0 deletions
  1. 22 0
      changelog.md

+ 22 - 0
changelog.md

@@ -1,4 +1,26 @@
 
+v2.2.0 (2014-11-14)
+-------------------
+
+- Background event rendering ([144], [1286])
+- Controlling where events can be dragged/resized and selections can go ([396], [1286], [2253])
+	- `eventOverlap`, `selectOverlap`, and similar
+	- `eventConstraint`, `selectConstraint`, and similar
+- Improvements to dragging and dropping external events ([2004])
+	- Associating with real event data. used with `eventReceive`
+	- Associating a `duration`
+- Performance boost for moment creation
+	- Be aware, FullCalendar-specific methods now attached directly to global moment.fn
+	- Helps with (issue 2259)[2259]
+
+[144]: https://code.google.com/p/fullcalendar/issues/detail?id=144
+[396]: https://code.google.com/p/fullcalendar/issues/detail?id=396
+[1286]: https://code.google.com/p/fullcalendar/issues/detail?id=1286
+[2004]: https://code.google.com/p/fullcalendar/issues/detail?id=2004
+[2253]: https://code.google.com/p/fullcalendar/issues/detail?id=2253
+[2259]: https://code.google.com/p/fullcalendar/issues/detail?id=2259
+
+
 v2.1.1 (2014-08-29)
 -------------------