v2.2.0
!!BREAKING CHANGES!!
For slots and events, the system is being "normalized" to use "timestamp". Your slotted content or events may have used "day", "data", etc. These have all be changed to "timestamp".
Slot changes - ...day
changed to timestamp: day
:
- Agenda: day-body
- Daily: day-label, day-btn, column-header-before, column-header-after
- Scheduler: day-label, day-btn, scheduler-column-header-before, scheduler-column-header-after
- Weekly: day, day-label, day-btn, day-of-year, month-label
Other Slot changes:
Daily: day-header-label - now contains 'shortWeekdayLabel'
Click events: - ...day
changed to timestamp: day
:
- Agenda, Daily, Weekly, Scheduler:
Updates:
If you had slots like this:
<template #day-body="day">
Now change to this:
<template #day-body="{ timestamp }">
New Props: enable-outside-days and hide-outside-days
New Slot: day-btn for month view