[
  {
    "description": "Rename Scheduler event action CSS class k-event-actions to k-event-recurrence-icon",
    "file": "migrations/2026-3-812/css/scheduler-event-actions.cjs"
  },
  {
    "description": "Rename Scheduler tooltip CSS selectors to popover equivalents (.k-tooltip.k-scheduler-tooltip → .k-popover.k-scheduler-popover, k-tooltip-event → k-popover-event, etc.)",
    "file": "migrations/2026-3-812/css/scheduler-tooltip-to-popover.cjs"
  },
  {
    "description": "Rename .k-window* to .k-dialog* within .k-scheduler context (edit dialog switched from Window to Dialog component)",
    "file": "migrations/2026-3-812/css/scheduler-window-to-dialog.cjs"
  },
  {
    "description": "Rename Scheduler class strings (k-event-actions, k-scheduler-tooltip, k-tooltip-*) in JavaScript/TypeScript files",
    "file": "migrations/2026-3-812/js/scheduler-class-strings.cjs"
  },
  {
    "description": "Remove deprecated Window options (draggable, resizable, pinned, appendTo, loadContentFrom, position) from kendoScheduler editable.window configuration",
    "file": "migrations/2026-3-812/js/scheduler-editable-window-options.cjs"
  },
  {
    "description": "Apply all Scheduler CSS class renames to inline <style> blocks in HTML files",
    "file": "migrations/2026-3-812/html/inline-styles.cjs"
  },
  {
    "description": "Apply Scheduler JS class renames and deprecated Window option removal to inline <script> blocks in HTML files",
    "file": "migrations/2026-3-812/html/inline-scripts.cjs"
  },
  {
    "description": "Update Kendo UI script CDN links to version 2026.3.811",
    "file": "migrations/2026-3-812/html/script-cdn.cjs"
  },
  {
    "description": "Manual upgrade instructions for Scheduler toolbar restructuring, event element flex layout, header cell split, edit dialog Window→Dialog migration, and month view tooltip→popover structural changes",
    "file": "migrations/2026-3-812/manual-instructions.cjs",
    "instructionsOnly": true
  }
]
