DayPilot Pro for JavaScript 2022.2.5332

Release date: June 15, 2022

Features

  • Angular 14 support

Improvements

  • [Scheduler] ResourceData.preventUsage added to TypeScript (Scheduler) (build 5303)
  • [Scheduler] DayPilot.Row.splitParent(), splitChildren() methods added (Scheduler) (build 5303)

Fixes

  • [Scheduler] Crosshair fixed for split resources without rowHeaderColumns (Scheduler). (build 5303)
  • [Scheduler] Rendering of split resources with applied row filter - fixed (Scheduler). (build 5303)

API Changes

  • Switched from View Engine to Ivy (requires Angular 12+) (build 5329)

Previous releases of the Angular package used the legacy View Engine. This ensured backwards compatibility (back to Angular 2) but the View Engine is being phased out. Since Angular 13 you would see the following message:

...Processing legacy "View Engine" libraries:
- daypilot-pro-angular [module/esm5] ()
Encourage the library authors to publish an Ivy distribution.

This releases switches to Ivy, which is supported since Angular 12.