Release date: May 1, 2023
Improvements
- [Scheduler] You can disable link creation for individual events using linkCreateDisabled property (DayPilot.Event.data, onBeforeEventRender) in the Scheduler component. (build 5567)
- [Gantt] You can disable link creation for individual tasks using linkCreateDisabled property (DayPilot.Task.data.box, onBeforeTaskRender) in the Gantt Chart component. (build 5567)
- The id attribute/prop not required anymore for Vue components (Calendar, Month, Navigator, Scheduler, Gantt, Kanban, Queue) (build 5568)
- [Calendar] Vertical event position aligned with Scheduler logic [+1px] - hour ends on bottom line (Calendar) (build 5571)
- zh-tw locale added (build 5573)
Fixes
- [Calendar] Access to args.column.events in onColumnFilter event handler fixed. (build 5566)
- [Gantt] Row moving after inline text update fixed (Cannot read properties of undefined (reading 'parent') (build 5569)
- [Scheduler] Row moving after inline text update fixed (Cannot read properties of undefined (reading 'parent') (build 5569)
- [Scheduler] Occasional error during inline row editing fixed - Scheduler ("DOMException: Failed to execute 'removeChild' on 'Node'. The node to be removed is no longer a child of this node. Perhaps it was moved in in a 'blur' event handler?") (build 5570)
- [Calendar] Interval for waiting for visibility cleared properly if the component is destroyed before becoming visible - fixed (Calendar). (build 5572)
DayPilot