DayPilot Pro for JavaScript 2024.3.5981

Release date: August 1, 2024

Features

  • Monthly calendar RTL support [docsdemo]

Improvements

  • [Scheduler] DayPilot.Scheduler.links.findAllByFromTo(from, to) added - returns an array with all matching links. Both `from` and `to` parameters are optional (use null to match any value). (build 5974)
  • [Navigator] If `selectionDay` is set, the `startDate` is automatically calculated to ensure the selected range is focused. (build 5979)
  • [Scheduler] Column name specified using `text` property supported during image export (Scheduler). (build 5979)
  • [Month] Event bar position updated (fully inside event) in the default CSS (Month). (build 5979)
  • [Calendar] Monthly RTL Calendar demo (build 5979)
  • The context menu now hides on a "wheel" event (mouse wheel or touchpad scrolling) to prevent it from moving to an incorrect position. (build 5980)

Fixes

  • [Scheduler] DayPilot.Scheduler.scrollTo() is now safe to use in React (`Cannot read properties of null (reading 'clientWidth')` error fixed). (build 5973)
  • [Scheduler] DayPilot.Scheduler.links.findByFromTo(from, to) fixed. (build 5974)