Release date: September 27, 2025
Improvements
- [Scheduler] Forbid event moving when the cursor is set to "not-allowed" - within resizing margins (Scheduler). (build 3882)
- [Scheduler] Scheduler event links support source/target outside the visible range (before `startDate` or after `startDate + days`) in the Resources view. (build 3882)
- SVG icons updated; new icons: cut, copy, paste, undo, redo, trash (build 3882)
- [Gantt] The arrow icon displayed by Gantt tasks that start before the visible start or end after the visible end centered vertically in the default CSS theme. (build 3882)
- Built-in stylesheets try to detect an existing nonce and use it to prevent CSP errors: "Refused to apply inline style because it violates the following Content Security Policy directive: "style-src 'self'". Either the 'unsafe-inline' keyword, a hash... (build 3882)
- [Scheduler] Locking the scrolling direction for a Scheduler row header that can be scrolled in both directions (vertical and horizontal). (build 3882)
- [Calendar] The crosshair now stays enabled during Calendar drag-and-drop, same as the Scheduler. (build 3882)
- Hiding context menu on window resize. (build 3882)
Fixes
- Bubble Mouse position required for Bubble properly updated when hovering active areas. (build 3882)
- [Scheduler] Horizontal touchpad/mouse-wheel scrolling in Scheduler row headers didnÔÇÖt work when rowHeaderScrolling was enabled and a vertical scrollbar was present - fixed. (build 3882)
- [Calendar] Monthly calendar cell click fixed: "Cannot read properties of undefined (reading 'currentTarget')" (build 3882)
- [Gantt] Vertical alignment of the floating event text fixed in CSS (Gantt chart). (build 3882)
- [Scheduler] The tap-and-hold action on an event is now canceled when the event is no longer available, preventing the Scheduler from throwing the error "Cannot read properties of null (reading 'client')." (build 3882)
- [Scheduler] Mouse position required for Menu properly updated when hovering active areas that define a custom bubble for Scheduler row headers. (build 3882)
- [Scheduler] Failed shadow creation when starting moving event to a disabled parent row (`treePreventParentUsage: true`) fixed (Scheduler). (build 3882)
- [Scheduler] Detection of event properties from the actual CSS during Scheduler image export fixed (especially duration bar color). (build 3882)
- [Scheduler] Momentum grid scrolling and subsequent tap-and-hold time range selection caused "Ignored attempt to cancel a touchstart event with cancelable=false, for example because scrolling is in progress and cannot be interrupted" error - fixed (Scheduler). (build 3882)
- [Calendar] Incorrect vertical offset of boxed events fixed (Calendar). (build 3882)
- [Scheduler] Dragging events between two Schedulers: Fixed moving activation when no mousemove event registered in the source Scheduler (very quick dragging to another Scheduler). (build 3882)