DayPilot Pro for JavaScript 2025.2.6502

Angular 20 Scheduler Quick Start Project

Release date: June 1, 2025

Features

Improvements

  • [Navigator] New DayPilot.Navigator properties and events added to TypeScript definitions: showToday, todayHtml, todayText, todayHeight, todayPosition, onTodayClick. (build 6486)
  • Styling of "Today" section in date picker in modal form (date fields). (build 6493)
  • DayPilot.Date constructor accepts String/Number objects in addition to string/number primitives. (build 6493)
  • [Kanban] DayPilot.Kanban.onBeforeCardRender added. (build 6496)
  • [Kanban] Updated handling of text, name and html Kanban card properties: text and name are now HTML-encoded automatically to prevent XSS attacks. If html is set, it overrides the full card content. (build 6497)

Fixes

  • [Scheduler] Correctly checking whether a frozen row is disabled during drag and drop (Scheduler). (build 6492)
  • [Calendar] DayPilot.Calendar.allDayEnd"Date" mode fixed. (build 6494)