
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