Files
NetAlertX/front/lib/AdminLTE/bower_components/fullcalendar/README.md
leiweibau b2d2e3e9b6 Update AdminLTE
- from 2.4.5 to 2.4.18 (cannot detect any issues)
- set default scancycle for Apple Devices to 1
2022-07-11 21:34:04 +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)