DayPilot Pro for JavaScript 2024.4.6200

JavaScript Event Calendar Rounded Corners

Release date: October 15, 2024

Features

  • The eventBorderRadius property of the Calendar allows easy overriding of the border radius set by the CSS theme

Improvements

  • [Scheduler] DayPilot.Event.data.padding supported in Scheduler. (build 6181)
  • [Scheduler] Link type respected when drawing link shadows during event moving (Scheduler). (build 6183)
  • [Scheduler] Improved FinishToFinish curved link path for short distances (Scheduler). (build 6184)
  • [Scheduler] Rendering of RightAngled FinishToFinish link improved (Scheduler). (build 6186)
  • [Scheduler] Rendering of RightAngled FinishToStart link improved (Scheduler). (build 6188)
  • [Calendar] Top and bottom time range selection labels let the mouse events pass through (Calendar). (build 6198)

Fixes

  • [Scheduler] Duplicate rendering of links customized using onBeforeLinkRender fixed (Scheduler). (build 6196)
  • [Scheduler] Removing of links customized using onBeforeLinkRender fixed (Scheduler). (build 6197)

API Changes

  • [Month] Cell active areas receive the cell object instead of cell properties as args.source in DayPilot.Month. (build 6190)
  • [Scheduler] The logic used in keyboard.focusCell() to select the target modified: now it always focuses the cell itself if possible (i.e., if it is not fully covered by events). If there is no free space, the first event is focused. (build 6191)