yarn @fullcalendar/daygrid 6.0.0-beta.1

latest releases: 6.1.15, 6.1.14, 6.1.13...
2 years ago

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)
  • Rollup: no longer necessary to use a css-processing plugin (like postcss)
    (see example project)
  • NextJS: no longer necessary to ignore and manually import .css files
    (see example project, #6674)
  • Angular 14 is incompatible with FullCalendar v5 (see ticket). 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.

Don't miss a new daygrid release

NewReleases is sending notifications on new releases.