Release date: December 7, 2023
Improvements
-
ResizeStart() support added for active areas.
(build 6079)
-
[Calendar]
The Calendar header width set using CSS for more fluid animation during DOM-based resizing.
(build 6080)
-
The ResizeObserver, used in the Calendar and Scheduler for updating width- and height-related calculations, is debounced to allow smoother resizing. This should also minimize "ResizeObserver loop completed with undelivered notifications." errors.
(build 6080)
-
[Scheduler]
Overlap validation performed again after changes made in onEventResizing (Scheduler).
(build 6080)
Fixes
-
[Scheduler]
Event HTML should be rendered with higher priority if both `html` and `text` are specified - regression fixed (Scheduler).
(build 6080)
-
[Scheduler]
When resizing multiple events, the overlaps are not checked against any of the resized event sources (Scheduler).
(build 6080)