Blog
FullCalendar 2.0.0 Released
After a ton of work, I'm happy to say that FullCalendar version 2.0.0 has been released. It contains some huge improvements, namely internationalization support, timezone support, and MomentJS integration, which is a new dependency. It is important to note that many of the API changes are backwards-incompatible with 1.x versions.
See a full list of changes
It also comes with a new automated test suite. Tests have been written that cover about half of FullCalendar's functionality. Automated tests are very important to be able to develop new features and write new code with confidence. Thank you very much to @incre-d, @vidbina, and @sirrocco for the help so far. Any additional help is greatly appreciated. See the Automated Test Readme.
How to get it
See the Downloads page
Update: Both CDNJS and Bower have been updated with the latest version. You might need
to run _bower cache clean_
if it isn't showing up (because of a repo switch). Also, in the Bower
deliverable, the location of the important JS/CSS has moved to a subdirectory called dist.