DayPilot Lite for JavaScript 2024.4.609

Open Source Vue Calendar   Using Templates to Add Icons, Buttons, or Progress Bars to Events

Release date: November 5, 2024

Features

  • In Vue 3, all components allow specifying properties and event handlers directly as attributes, instead of using a configuration object (:config)
  • Vue Navigator (date picker) supports templates for cells in Vue 3

Improvements

  • [Calendar] Calendar event templates supported in Vue 3 (<template #event="{event}"></template>). (build 576)
  • [Month] Month event templates supported in Vue 3 (<template #event="{event}"></template>). (build 576)
  • [Calendar] Do not modify the original event data object (start and end fields) when loading events in the Calendar. (build 586)
  • [Calendar] Calendar cell templates supported in Vue 3 (<template #cell={cell}></template>). (build 596)
  • [Month] Month cell templates supported in Vue 3 (<template #cell={cell}></template>). (build 596)
  • [Navigator] Navigator cell templates supported in Vue 3 (<template #cell={cell}></template>). (build 597)

NPM Packages

The NPM package version for this release is 3.29.0: