[
  {
    "description": "Rename icon CSS classes from 2017 R1 format (k-i-arrow-s, k-i-seek-n, k-i-hamburger, etc.) to new semantic names (k-i-arrow-60-down, k-i-arrow-seek-up, k-i-menu, etc.)",
    "file": "migrations/2017-1-118/css/icon-class-rename.cjs"
  },
  {
    "description": "Rename icon classes in JavaScript string and template literals",
    "file": "migrations/2017-1-118/js/icon-class-strings.cjs"
  },
  {
    "description": "Rename icon classes in HTML class attributes and inline <style> and <script> blocks",
    "file": "migrations/2017-1-118/html/icon-class-rename.cjs"
  },
  {
    "description": "Update Kendo UI script CDN links to version 2017.1.118",
    "file": "migrations/2017-1-118/html/script-cdn.cjs"
  },
  {
    "description": "Manual upgrade: The font-size: 0 rule is no longer applied to icon elements. Text inside icon spans must be moved to the title attribute.",
    "file": "migrations/2017-1-118/manual-instructions.cjs",
    "instructionsOnly": true
  }
]
