v7.0.0
Added 1
- Add support for Angular 22
Changed 2
- 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 3
- 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
V7 is finally released! 🎉
[!NOTE] Please install packages using the
@7postfix. 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.1aspeerDependency - 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)