DayPilot Pro for ASP.NET MVC 2020.4.6038

Release date: November 1, 2020

Features

  • Client-side XSS protection (Calendar, Month, Scheduler, Gantt)

Improvements

  • [Scheduler] DayPilot.Scheduler.getCoords() supports "event" and "eventOffset" in the returned object. (build 6037)

Fixes

  • [Scheduler] Auto cell width updated after row header is resized using splitter (Scheduler). (build 6037)

API Changes

  • [Scheduler] DayPilot.Scheduler.message(text, options) escapes the text to be displayed, use options.rawHtml = true to override this behavior. (build 6037)
  • Static DayPilot.Duration initialization methods renamed to avoid confusion: seconds() -> ofSeconds(), minutes() -> ofMinutes(), hours() -> ofHours(), days() -> ofDays(), weeks() -> ofWeeks(). (build 6037)