DayPilot Pro for JavaScript 2023.2.5574

Release date: May 1, 2023

Improvements

  • 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)