Release date: April 22, 2019
Improvements
- 
	
		[Scheduler]
	
	DayPilot.Scheduler.getCoords() added - returns information about the current mouse position (relative to Scheduler grid). 
	(build 3817)
- 
	
		[Bubble]
	
	Bubble animation improved (for big targets that need a shift to fit into the current viewport). 
	(build 3818)
- 
	
		[Scheduler]
	
	DayPilot.Scheduler.onBeforeEventRender: args.data.start and args.data.end automatically converted to DayPilot.Date 
	(build 3821)
- 
	
		[Scheduler]
	
	Scheduler event areas: combination of start/end (DayPilot.Date) and width (pixels) properties allowed. 
	(build 3822)
- 
	
		[Scheduler]
	
	DayPilot.Scheduler.onEventResizing, onEventResize, onEventResized: args.what available ("start" | "end") 
	(build 3823)
- 
	
	DayPilot.Date.add*() methods treat undefined/null param values as 0. 
	(build 3825)
- 
	
		[Scheduler]
	
	Time range selecting shadow displayed above events, like during moving and resizing (Scheduler). 
	(build 3826)
Fixes
- 
	
		[Scheduler]
	
	Large active areas with action="Move" fixed (Scheduler).
	(build 3820)
- 
	
		[Scheduler]
	
	DayPilot.Scheduler.onEventResizing firing fixed (second resizing, initial activation).
	(build 3824)
- 
	
		[Scheduler]
	
	DayPilot.Scheduler.onScroll/args.clearEvents mode fixed (updating cell heights correctly).
	(build 3829)