FullScheduler — Changelog v1.0.29 🧭
Docs, demos, API
Changelog v1.0.29 🧭
Date: 2025-10-15
Build: 1.0.29+2176
Drag feels natural now — no more jumps when you grab an event off-center.
↔️ Drag event — position with grabbing offset (Fixed)
Previously, the event’s start time would snap under the cursor once dragging began.
We now capture the grabbing offset (time difference between the grab point and the event’s start) and preserve it throughout the drag.
Movement tracks the grab point, not the event origin.
Works across day/week/month views.
Plays nicely with snap-to-grid.
Dev notes
Offset is recorded on
pointerdown, applied in deltas.Cancel path clears the offset to avoid stale state.
