Files
REJack 0261303218 updated bower components
- removed bootstrap-timepicker from bower.json (due it doesn't deliver dist files via bower/npm)
- updated fullcalendar to 3.10.1
- updated raphael to 2.3.0
2019-08-14 13:08:57 +02:00

21 lines
1.3 KiB
Markdown

# FullCalendar
A full-sized drag & drop event calendar (jQuery plugin). [Project website »](http://fullcalendar.io/)
**This is the 3.x version of FullCalendar**. 4.x has since been released. It removes jquery and moment as dependencies, revamps the API, and breaks FullCalendar's functionality into separate packages:
- [@fullcalendar/core](https://www.npmjs.com/package/@fullcalendar/core)
- [@fullcalendar/interaction](https://www.npmjs.com/package/@fullcalendar/interaction)
- [@fullcalendar/daygrid](https://www.npmjs.com/package/@fullcalendar/daygrid)
- [@fullcalendar/timegrid](https://www.npmjs.com/package/@fullcalendar/timegrid)
- [@fullcalendar/list](https://www.npmjs.com/package/@fullcalendar/list)
- [@fullcalendar/google-calendar](https://www.npmjs.com/package/@fullcalendar/google-calendar)
- [@fullcalendar/rrule](https://www.npmjs.com/package/@fullcalendar/rrule)
- [@fullcalendar/luxon](https://www.npmjs.com/package/@fullcalendar/luxon)
- [@fullcalendar/moment](https://www.npmjs.com/package/@fullcalendar/moment)
- [@fullcalendar/moment-timezone](https://www.npmjs.com/package/@fullcalendar/moment-timezone)
- [@fullcalendar/bootstrap](https://www.npmjs.com/package/@fullcalendar/bootstrap)
For more info, [view the upgrade guide »](https://fullcalendar.io/docs/upgrading-from-v3)