Release date: December 1, 2025
Features
- Touch support for Queue (reordering items in Queue, moving items to and from Scheduler)
- Angular singals supported (Gantt, Kanban, Queue)
- Angular 21 support (zoneless mode, signals) [see Angular 21 Scheduler Quick Start Project, online UI Builder]
Improvements
- [Scheduler] DayPilot.Scheduler.makeDraggable(options) -
options.tapAndHoldTimeoutadded (default value: ) (build 6741) - [Queue] DayPilot.Queue.tapAndHoldTimeout property added (default value: 300): The delay allows scrolling by touch. (build 6741)
- [Scheduler] DayPilot.Scheduler.makeDraggable(options):
options.onDragStartfired for touch moving. (build 6741) - [Queue] Reordering Queue items using drag and drop on touch devices supported. (build 6741)
- [Scheduler] DayPilot.Scheduler.registerDropTarget() supports touch devices. (build 6742)
- [Scheduler] DayPilot.Scheduler.registerDropTarget(options) supports
options.onDragEnter. (build 6742) - [Scheduler] DayPilot.Scheduler.onGridMouseDown event supports
args.row,args.start,args.end. (build 6746) - [Queue] DayPilot.Queue.height property added (string in CSS format). (build 6748)
- DayPilot.Menu.onShow(args) event:
args.divstores the main context menu DOM element. (build 6749) - [Kanban] Kanban supports inline props in Vue 3. (build 6761)
Fixes
- [Queue] Stop autoscroll immediately after moving pointer out of the Queue component. (build 6745)
- [Calendar] With autoScroll set to
"Drag", scrolling stops correctly when the drag ends inside the active margin (Calendar). (build 6750)
DayPilot