DayPilot Pro for JavaScript 2024.4.6293

Angular 19 Scheduler Quick Start Project

Release date: December 1, 2024

Features

  • Vue Gantt Chart allows specifying properties as attributes, instead of using a configuration object (:config) in Vue 3.
  • Height of individual column header rows can be set using headerLevelHeights (Calendar).

Improvements

  • [Scheduler] Vue row header templates: args.row.columns array available (Scheduler) (build 6272)
  • [Calendar] The columnWidthMin property allows specifying a minimum column width in cellWidthSpec="Auto" mode. It enforces a minimum column width on devices with small screen. (build 6274)
  • [Calendar] Rendering of Calendar in RTL mode improved. (build 6276)
  • [Calendar] Calendar default theme updated for RTL (duration bar position). (build 6277)
  • [Calendar] Option to define column header height and all-day event height using CSS disabled to improve performance (Calendar). (build 6279)
  • [Calendar] Correctly clear the moving shadow when an external item is dragged over the Calendar and then dragged out again. (build 6288)

Fixes

  • [Calendar] Change of  the rtl property correctly applied during update() (Calendar). (build 6276)
  • [Calendar] Changes of Vue templates correctly applied during hot update (Calendar). (build 6286)
  • [Month] Check parent node when disposing events - fixed (Month). (build 6290)