6.0.0-beta.1 (2022-08-03)
FullCalendar no longer attempts to import .css files. Instead, FullCalendar's JS is responsible for
injecting its own CSS. This solves many issues with third party libraries:
- Webpack: no longer necessary to use css-loader
(see [example project][webpack-css-hack])
- Rollup: no longer necessary to use a css-processing plugin (like postcss)
(see [example project][rollup-css-hack])
- NextJS: no longer necessary to ignore and manually import .css files
(see [example project][next-css-hack], #6674)
- Angular 14 is incompatible with FullCalendar v5 ([see ticket][angular-css-bug]). FullCalendar v6
restores support for Angular 14 and above, but does so via a completely different package. Please
use the new FullCalendar Web Component package (
@fullcalendar/web-component
), which can
integrate with Angular via the [method described here][angular-web-components].