DayPilot Pro for JavaScript 2019.4.4052

Release date: October 1, 2019

Features

  • Event/borderColor supports "darker" value (Month, experimental)
  • Scheduler event containers - force events to be displayed at the same position [docsdemo]

Improvements

  • [Gantt] New default values: taskHeight = 34, headerHeight = 30, default styles updated to match (build 4019)
  • BOM UTF-8 header removed from js files (Angular) (build 4025)
  • [Month] Default headerHeight value changed to 30 (used to be 20) (build 4031)
  • [Month] Header content vertically centered (default CSS theme) (build 4031)
  • [Month] The default value of cellHeaderHeight changed from 16 to 24 (pixels). (build 4032)
  • [Month] Cell header padding adjusted (default theme). (build 4032)
  • [Calendar] DayPilot.Calendar.onEventResize: asynchronous processing supported - args.async, args.loaded() (build 4033)
  • [Calendar] DayPilot.Calendar.onEventMove: asynchronous processing supported - args.async, args.loaded() (build 4033)
  • [Scheduler] DayPilot.Scheduler.rows.selection.add() optimized. (build 4034)
  • [Calendar] DayPilot.Calendar.onEventMove: args.hideShadow() method added. (build 4034)
  • [Calendar] DayPilot.Calendar.onEventResize: args.hideShadow() method added. (build 4034)
  • [Scheduler] DayPilot.Scheduler.rowDragHandleWidth property added (default value: 10). (build 4044)
  • [Calendar] DayPilot.Calendar.events.add() accepts EventData in addition to DayPilot.Event (TypeScript) (build 4045)
  • [Scheduler] Zero and negative duration of events checked during multi-resizing (Scheduler). Events with invalid duration are marked with *_shadow_invalid CSS class and onEventResize is canceled. (build 4048)
  • Clicking a menu item witch children doesn't close the context menu anymore. (build 4049)

Fixes

  • [Scheduler] Scheduler: fontColor specified using onBeforeEventRender applied properly to the floating div. (build 4013)
  • [Scheduler] Fixed hiding custom JSX when floating events are activated. (build 4014)
  • [Scheduler] Hiding original time header content when displaying floating header (React JSX) - fixed. (build 4017)
  • [Gantt] Gantt chart link shadow CSS fixed (default theme). (build 4021)
  • [Scheduler] Scheduler image export: Row header overflow fixed (multiple columns). (build 4024)
  • [Calendar] Crosshair disappearing on the left side of the grid - fixed (Calendar). (build 4036)
  • [Scheduler] Scheduler resize + auto cell width + forced minimal event width -> row height update fixed. (build 4040)
  • [Scheduler] Row header columns horizontalAlignment works with flex-based vertical centering, fixed (Scheduler). (build 4045)