DayPilot Pro for JavaScript 2021.2.4972

Release date: May 1, 2021

Features

  • Queue component with bi-directional drag and drop support (between Queue and Scheduler) [demo]
  • Keep the same level when dragging Scheduler rows (DayPilot.Scheduler.rowMoveSameLevelOnly property)

Improvements

  • [Scheduler] DayPilot.Scheduler.makeDraggable(options) - source data object should be stored in options.data (including id, text, and duration or start/end). (build 4941)
  • [Scheduler] DayPilot.Scheduler.showCurrentTimeHeader can be enabled after initialization using update() (build 4963)
  • [Scheduler] DayPilot.Scheduler.makeDraggable(options) - typed options (TypeScript) (build 4970)
  • [Scheduler] DayPilot.Scheduler.registerDropTarget(options) - typed options (TypeScript) (build 4970)

Fixes

  • [Scheduler] DayPilot.Scheduler.rows.update() error fixed; TypeScript definitions up-to-date (build 4962)
  • [Scheduler] DayPilot.Scheduler.rows.update() fixed for DayPilot.Row argument (build 4968)
  • [Calendar] Calendar row header alignment fixed for system font size > 100% (Chrome). (build 4969)