Roadmap
DISCLAIMER: this roadmap is subject to change.
This roadmap loosely tracks FullCalendar Planning spreadsheet. FullCalendar bugfixes, minor features, and performance improvements and will be released throughout each quarter.
2025 - Q2
- FullCalendar v7.0
- Was nearly complete, but delayed for theme-system improvements
- FullCalendar v7.1
- Virtual rendering for resources/dates/times/events
2025 - Q3
- FullCalendar v7.2
- Resource Timeline view, full responsiveness
- Vertical Resource views, resource grouping
- Highlight cells on hover
- Redesign/Refactor Website & Docs
2025 - Q4
- FullCalendar v8
- Infinite scroll for all views
- Resource Timeline view, resource pagination
- Hijri and Jalaali calendar systems
- TypeScript definition improvements
- Restore dual rendering for React/Preact
- Internal data refactor to leverage (P)react state instead of unweildy OOP data stores
- Internal usage of temporal-polyfill (eliminates need for timezone plugins)
2026 - Q1
- FullCalendar v9
- Swipe/sliding effect when navigating prev/next
- Navigate prev/next when dragging event to edges
- Advanced accessibility interactions (roving tab index, date select)
- Composable components such as
<Toolbar>
and<MonthView>
for React only - Deep integration with React UI frameworks like MUI, Chakra, and Mantine