Release date: May 15, 2021
Features
- Angular 12 support
Improvements
- DayPilot.Queue.spaceVertical replaced by lineSpace (same name used in DayPilot.Month). (build 4973)
- DayPilot.Queue.events.remove() accepts DayPilot.Event object (build 4975)
- DayPilot.Queue.events.add() accepts DayPilot.Event object (build 4975)
- DayPilot.Queue.dispose() implemented. (build 4975)
- DayPilot.Queue.multiselect.add() accepts id and DayPilot.Event in addition to raw object. (build 4975)
- DayPilot.Queue.onEventMove: args.data (raw object) replaced with args.e (DayPilot.Event); raw object can be accessed using args.e.data. (build 4975)
- [Scheduler] Hiding context menu on Scheduler grid click with timeRangeSelectedHandling = "Disabled". (build 4981)
Fixes
- [Queue] DayPilot.Queue.events.remove(id) fixed (build 4976)
- [Queue] Queue selection clearing fixed (build 4982)
DayPilot