Blog
FullCalendar 2.1.0 Beta
Version 2.1.0 (now in beta) contains a large internal refactor of the view rendering code. This refactor allowed for a whopping 30 issues to be addressed, most importantly problems with printing and scrolling-related issues for Month and Agenda views. FullCalendar's HTML/CSS skeleton has changed a lot, but API compatibility with previous version has been maintained.
UPDATE (Aug 19): beta3 has been released which addresses a number of smaller issues. See the changelog.
UPDATE (Aug 4): The maximum number of events feature has been implemented in v2.1.0-beta2. For a breakdown of the new options, follow the links in the beta2 changelog. For a demo, go here.
Dependence upon jQuery UI has been removed. You need longer need it for event dragging, resizing, or anything else. Hacking the library to achieve some of FullCalendar's complex dragging and dropping behavior became unsustainable, so this functionality is now built-in. Ironically, because of smart code reuse with the refactor, the gzipped FullCalendar JS file size actually went down.
See the changelog for more information, as well as notes about minor backwards-incompatibilities.
Download the release as a ZIP or
use Bower to install it via _bower install fullcalendar#2.1.0-beta1_
.
Bug reports and feedback are greatly appreciated. When reporting a bug, please follow the bug report instructions and when entering it on the issue tracker, please prefix the title with the text [skeleton].
I want to achieve full automated test coverage before officially releasing v2.1.0. If you would like to help speed this process along, which would be awesome, please see the Automated Test Readme.