- Issue created by @dpagini
- π¨π¦Canada mandclu
I appreciate the thoughts raised here, but I wonder if you've been following what's been communicated about FullCalendar v7? It sounds like a release candidate due this month, so ideally any deeper refactoring to accommodate what is proposed here would be compatible with that.
In terms of possible solutions, potentially this module allow for a configuration option that would be the name of a callback function. If provided, this module's JS could add that to EventDidMount when defining the FullCalendar object. There would still be some scope considerations to work out (or at least, document).
- πΊπΈUnited States dpagini
No, I hadn't seen that... but what kind of effort would that mean on this module? Do you expect that to be a kind-of plug and play change? I would imagine we might be talking new major release for this module? So does that make this module/branch in like a feature freeze?
- π¨π¦Canada mandclu
Hopefully the changes in the new version wouldn't derail anything we would do here, but knowing a new major version is close, I think it's worth keeping an eye on it.
We are currently planning to have a new major version of the dependent fullcalendar_io project that brings in the library. We haven't really tested the impact of the changes in the new version on this module yet, so I can't predict whether supporting the new version would introduce BC changes. Ideally we could support it in a feature release.