# fullcalendar v7.0.0 - Product: fullcalendar (https://whatsnew.fyi/product/fullcalendar) - Vendor: fullcalendar - Date: 2026-06-19 - Version: v7.0.0 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v7.0.0 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v7.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add support for Angular 22 - **fixed** — Fix resource timeline rows keeping a stale height after their events are removed - **fixed** — Fix events on first or last week of month disappearing upon navigation with showNonCurrentDates enabled - **fixed** — Fix resource becoming invisible after adding resource manually with virtualization enabled - **changed** — Require temporal-polyfill@^1.0.1 as peerDependency - **changed** — Change CDN URL paths from /all.global.js to /all/global.js, /locales-all.global.js to /locales-all/global.js, and /locales/{locale}.global.js to /locales/{locale}/global.js **V7 is finally released!** 🎉 > [!NOTE] > Please install packages using the `@7` postfix. For example `@fullcalendar/react@7`. This is because v7 is not marked as the "latest" release yet in NPM. [More information](https://v7.fullcalendar.io/initialize-es6). - 📋 [Full Changelog](https://v7.fullcalendar.io/changelog) - 📚 [V7 Docs](https://v7.fullcalendar.io/) - 🎨 [Theme system justification](https://github.com/fullcalendar/fullcalendar/issues/7907) - 🛝 [Theme playground](https://themes.fullcalendar.io) ###### Changes since v7 pre-releases - FEATURE: Angular 22 support ([#8074](https://github.com/fullcalendar/fullcalendar/issues/8074)) - FIX: Resource timeline rows keep a stale height after their events are removed ([#8078](https://github.com/fullcalendar/fullcalendar/issues/8078)) - FIX: With showNonCurrentDates, events on first or last week of month disappear upon navigation ([#8077](https://github.com/fullcalendar/fullcalendar/issues/8077)) - FIX: With virtualization, resource invisible after adding resource manually ([#8072](https://github.com/fullcalendar/fullcalendar/issues/8072)) - BREAKING: Need `temporal-polyfill@^1.0.1` as `peerDependency` - BREAKING: Some CDN URLs changed: - /all.global.js -> /all/global.js - /locales-all.global.js -> /locales-all/global.js - /locales/es.global.js -> /locales/es/global.js (and other locales)