FullScheduler — Changelog v1.0.28 ✨
Docs, demos, API
Changelog v1.0.28 ✨
Date: 2024-09-21
Build: 1.0.28+2158
A performance step-up and a long-awaited control over drag/resize sensitivity.
⚡ Performance (virtualization) (Improved)
Tuned thresholds and batching → shorter time to first render.
Debounced row mounts under rapid paging.
Coalesced measurements to reduce layout thrash.
🎚️ Drag & drop thresholds (Added)
New configurable sensitivity for dragging and resizing.
threshold.dragStartcontrols min movement before a drag is recognized.threshold.resizeHandleadjusts the resize handle hit area.Sensible defaults; override per view if needed.
✅ SSR/Hydration (Fixed)
Stabler IDs and fewer client-side mismatch warnings at startup.
Deterministic keys for demo cards.
Client-only wrappers around non-SSR-safe bits.
