Adam Shaw
Adam Shaw
For [v7.0.0-beta.0](https://github.com/fullcalendar/fullcalendar-workspace/releases/tag/v7.0.0-beta.0), I've improved two simple things: - The toolbar, nor any component within it, will wrap to multiple lines. The toolbar will remain a single line even when the...
Thanks @maciej-egermeier, I will resolve this. FWIW, FullCalendar doesn't depend on Next.js, it merely has an example project of how to integrate FullCalendar + Next.js
you might notice the warning `slotLabelInterval must be a multiple of slotDuration`. preventing people from doing this was intentional, but I don't see why we shouldn't allow it. we prevented...
could you please post a jsbin demonstration http://fullcalendar.io/wiki/Reporting-Bugs/
Ah I see what you mean. For some reason I thought you were describing a bug, but you are proposing a feature. I'd like to find a universal way to...
related to [responsive views](https://github.com/fullcalendar/fullcalendar/issues/3187)
i like the 2nd technique, the `viewports` option, much better
I'm punting on this for now, as more time is needed to thoughtfully devise an API. People can already provide conditional options with things like React's [useWindowSize](https://www.npmjs.com/package/@react-hook/window-size) Vue's [useWindowSize](https://vueuse.org/core/useWindowSize/). I've...
Could be cool. Will see if others demand the same thing. Thanks