Hi there,
in 2024.2.5936, the Gantt chart seems broken. Our previously working code stopped working with the new version.
DayPilot.Gantt.onTaskMoving no longer influences the start and end positions. Setting args.start and args.end does nothing anymore.
DayPilot.Gantt.onTaskMoved no longer includes args. When doing console.log(args) it just returns undefined.
Additionally, you introduced a breaking change that was undocumented: DayPilot.Gantt.onTaskMoving would previously include args.e and now instead uses args.task - which is fine, but I would expect such breaking changes to be mentioned in the changelog.