This changelog does not mention all releases. Visit the github releases page as well as the main fullcalendar repo.
FIX: content-injection functions not directly accepting jsx (core-7034)
FIX: restore accidentally-removed support for React 17 (#182)
- support for React 18
- fix CalendarContent crashes when suspended in concurrent mode (#177)
- react 17 support
- better compatibility with Webpack 5, deeming
resolve.fullySpecified
unnecessary (core-5822) - dist files now include a CJS file. ESM is still used by default in most environments (core-5929)
bugfix: dayMinWidth causes error "NowTimer(...): Nothing was returned from render..." (#80)
- bugfix: if
header
/footer
were specified as object literals, any change to ANY of the FullCalendar component's props would trigger a full rerender. - new dependency: fast-deep-equal automatically bundled with UMD dist