# fullcalendar changelog > Full-sized drag & drop event calendar in JavaScript - Vendor: fullcalendar - Category: Frameworks & Libraries - Official site: https://fullcalendar.io/ - Tracked by: What's New (https://whatsnew.fyi/product/fullcalendar) - Harvested from: GitHub (fullcalendar/fullcalendar) - Entries below: 10 (newest first) 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'. ## Releases ### v7.0.2 - Date: 2026-07-24 - Version: v7.0.2 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v7.0.2 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v7.0.2 - **added** — Restore Bootstrap 5 support - **fixed** — Fix Vue 3 types for template ref for getApi - **fixed** — Fix Angular DOM-insertion JS error with #eventContent - FEATURE: Restored Bootstrap 5 support (originally omitted from v7) (#8040) - FIX: Vue 3 types for template ref for `getApi` (#8086) - FIX: Angular DOM-insertion JS error with `#eventContent` (#8085) ### v7.0.1 - Date: 2026-07-19 - Version: v7.0.1 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v7.0.1 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v7.0.1 - **added** — Better screen reader experience for users of Resource Timeline view - **added** — printMaxRows setting to control print-rendering cutoff for Resource Timeline view - **added** — Salesforce LWC component (beta) - Better screen reader experience for users of Resource Timeline view - `printMaxRows` setting to control print-rendering cutoff for Resource Timeline view - Salesforce LWC component (beta), zip files on each release (#6196) ### v7.0.0 - 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 - **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) ### v6.1.21 - Date: 2026-06-18 - Version: v6.1.21 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.21 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v6.1.21 - feature: Angular 22 support (#8074) ### v6.1.20 - Date: 2025-12-23 - Version: v6.1.20 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.20 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v6.1.20 - **added** — Angular 21 support - feature: Angular 21 support (#8015) ### v6.1.19 - Date: 2025-08-10 - Version: v6.1.19 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.19 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v6.1.19 - **added** — Angular 20 support - **added** — nowIndicatorSnap setting to control how nowIndicator displays in all-day slots - **fixed** — Allow business hours that start past midnight - feature: Angular 20 support (#7946) - feature: setting to control how nowIndicator displays in all-day slots (#6175) (`nowIndicatorSnap`. use `false` to ensure time-granularity always) - fix: allow business hours that START past midnight (#7934) ### v6.1.18 - Date: 2025-06-30 - Version: v6.1.18 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.18 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v6.1.18 - **fixed** — Optimize custom content-injection rerendering performance, especially important for event rerendering with eventContent - fix: Optimize custom content-injection rerendering performance (#3003, #7650) (Especially important for event rerendering with `eventContent`) ### v6.1.17 - Date: 2025-04-02 - Version: v6.1.17 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.17 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v6.1.17 - **fixed** — Recurring event start/end time not updated when timezone changed - **fixed** — nowIndicator not updated when timezone changed - **fixed** — nowIndicator lags after returning to suspended tab - **fixed** — Today date does not update after current time crosses midnight - **fixed** — Day header 1 day behind with Luxon and timezone with midnight DST - **fixed** — In timeline, incorrect navLink for granularities other than day/week - **fixed** — validRange in multiMonth view does not render all the days - **changed** — Angular resourceAreaColumns.cellContent now accepts TemplateRef - fix: recurring event start/end time not updated when timezone changed (#5273) - fix: nowIndicator not updated when timezone changed (#5753) - fix: nowIndicator lags after returning to suspended tab (#7806) - fix: "today" date does not update after current time crosses midnight (#3783) - fix: day header 1 day behind with Luxon & timezone with midnight DST (#7633) - fix: in timeline, incorrect navLink for granularities other than day/week (#4931) - fix: validRange in multiMonth view does not render all the days (#7287) - angular: Accept TempateRef for `resourceAreaColumns.cellContent` (#7894), thx @gongAll ### v6.1.16 - Date: 2024-12-05 - Version: v6.1.16 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.16 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v6.1.16 ###### Angular - Angular 19 support (#7824) ### v6.1.15 - Date: 2024-07-12 - Version: v6.1.15 - Original notes: https://github.com/fullcalendar/fullcalendar/releases/tag/v6.1.15 - Permalink: https://whatsnew.fyi/product/fullcalendar/releases/v6.1.15 - **fixed** — dragScroll does not work on multiMonth view - **fixed** — clicking on nowIndicator line ignores the event behind - **fixed** — dates not selectable in Shadow DOM since v6.1.12 - **fixed** — adaptive print version shows events with custom eventContent with zero height ###### General - fix: dragScroll does not work on multiMonth view (#7324) - fix: clicking on nowIndicator line ignores the event behind (#6801) - fix: dates not selectable in Shadow DOM since v6.1.12 (#7685) ###### React - fix: adaptive print version shows events with custom eventContent with zero height (#7419)