What changed in fullcalendar from 6 to 7

3 releases numbered after v6.1.21 up to and including v7.0.2, stable releases only. v6.1.21 and v7.0.2 are the newest stable releases of 6 and 7 we track; this page follows them as new ones ship.

12 changes across 3 releases

Added 5

v7.0.2

  • Restore Bootstrap 5 support

v7.0.1

  • 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)

v7.0.0

  • Add support for Angular 22
Changed 2

v7.0.0

  • Require temporal-polyfill@^1.0.1 as peerDependency
  • 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
Fixed 5

v7.0.2

  • Fix Vue 3 types for template ref for getApi
  • Fix Angular DOM-insertion JS error with #eventContent

v7.0.0

  • Fix resource timeline rows keeping a stale height after their events are removed
  • Fix events on first or last week of month disappearing upon navigation with showNonCurrentDates enabled
  • Fix resource becoming invisible after adding resource manually with virtualization enabled

Original release notes, newest first

The list above is our reading of these notes; the originals from fullcalendar are here, one fold per release.

v7.0.2
  • 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)

View originalPermalink

v7.0.1
  • 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)

View originalPermalink

v7.0.0

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.

Changes since v7 pre-releases
  • FEATURE: Angular 22 support (#8074)
  • FIX: Resource timeline rows keep a stale height after their events are removed (#8078)
  • FIX: With showNonCurrentDates, events on first or last week of month disappear upon navigation (#8077)
  • FIX: With virtualization, resource invisible after adding resource manually (#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)

View originalPermalink