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 Calendar supports templates for events and cells in Vue 3 [tutorial]
- Vue Monthly Calendar supports templates for events and cells in Vue 3
- 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)
- [Calendar] DayPilot.Calendar.events.forRange() method added (build 604)
- [Month] DayPilot.Month.events.forRange() method added to the TypeScript definitions (build 605)
NPM Packages
The NPM package version for this release is 3.29.0:
DayPilot