Release date: November 1, 2025
Features
- Calendar image export supports RTL
- Time range selection for the "new task" row in the Gantt Chart [demo]
Improvements
- [Scheduler] Milestone position can be customized using onEventMoving during dragging (Scheduler). (build 6679)
- [Scheduler] The shadow height can be adjusted using
args.heightin onEventMoving. (build 6701) - [Navigator] DayPilot.Navigator.select() terminates silently if the Navigator has been disposed already. (build 6703)
- [Scheduler] DayPilot.Scheduler.dragInProgress() detects row moving as well. (build 6703)
- [Scheduler] DayPilot.Scheduler.rowCreateAllowTimeRangeSelection allows time range selection for the "new resource" row. (build 6708)
- [Gantt] DayPilot.Gantt.rowCreateAllowTimeRangeSelection added - enables time range selection for the "new task" row. (build 6713)
- [Gantt] DayPilot.Gantt.onTimeRangeSelect and onTimeRangeSelected events added (for new task row only). (build 6714)
- [Gantt] DayPilot.Gantt.clearSelection() method added. (build 6714)
- [Gantt] Task creation in Gantt chart using drag and drop (demo). (build 6717)
Fixes
- [Calendar] Selecting a cell without first moving the mouse threw an error ["Cannot read properties of undefined (reading 'x')"] - fixed (Calendar). (build 6680)
- Salesforce LWC compatibility fixed (build 6685)
- [Scheduler] The dynamicEventRenderingMarginX and dynamicEventRenderingMarginY properties now correctly override dynamicEventRenderingMargin at all places. (build 6702)
- [Scheduler] Vertical progressive event rendering margin fixed (Scheduler). (build 6703)
- [Calendar] Touch interaction with the Calendar prevented subsequent mouse-based event click and time range selection (fixed). (build 6705)
- [Scheduler] Progressive rendering of margins after scrolling is now triggered even if there were no new events rendered in the viewport (Scheduler). (build 6706)
- [Scheduler] Filtering rows that belong to the extended viewport (including margin) during progressive event rendering fixed (Scheduler). (build 6707)
- [Scheduler] Filtering columns that belong to the extended viewport (including margin) during progressive event rendering fixed (Scheduler). (build 6709)
- [Calendar] Vertical position of column headers during Calendar image export fixed. (build 6710)
- [Calendar] Time range selection context menu activation using right mouse click was blocked after a touch event - fixed (Calendar). (build 6716)
DayPilot