Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 3.61 KB

CHANGELOG.md

File metadata and controls

62 lines (47 loc) · 3.61 KB

0.2.0

  • Get rid of build warnings and upgrade postcss (493293d1)
  • Added relative link to license.txt (b3da3c63)
  • bump accessibility-developer-tools (#111)
  • Use https instead of http for the url (ce0d19ed)
  • menu-item is not a valid aria role (#118)
  • Change "main" field in package.json (#123)
  • Upgrade to Babel 6 (#135)
  • Upgrade to latest handlebars (#136)
  • Upgrade to latest jquery (#137)
  • Upgrade to latest eslint (#138)
  • Update to Webpack 4 and fix a lot of things (#145)
  • Add additional checks for publish (#146)
  • Adding prechecks for publish config and login (#147)
  • We're not using lerna so we need to do this BEFORE publish (#148)

0.1.6

  • Ignore hidden links for LinkText plugin (30dc0fd)

0.1.5

  • Update travis.yml to use node v4 (c3c47be)
  • Use semantic tags when listing plugins (dc5425b)
  • Fix contrast plugin swatches not displaying correctly (8a34c9b)

0.1.4

  • Add explicit background to all elements (54a3f5a)
  • Skip the tota11y UI under the Landmarks plugin (a3059e9)
  • Update jsdom and fix live-test script (e5a418e)

0.1.3

  • Fixed npm build commands (20cf3c4)
  • Provide fallback for window.requestAnimationFrame on IE 9 and - under (8d0aa4f)
  • Add bower.json file (43fb990)
  • Remove experimental ES7 code, and use babel for webpack config (03a0021)
  • Remove various hacks for unit testing (048c873)
  • Fixed unit tests now that window is global (492be3f)
  • Fixed tests, ignoring ADT code from linter (dd28057)

0.1.2

  • Patch axs.AuditRule.collectMatchingElements to prevent JS errors with cross-origin iframes (be1dc92)

0.1.1

  • Added keyboard accessibility to toolbar toggle (861574e)
  • Change position code to work off left/top (19cf161)
  • Added architecture overview to README, and some dev installation instructions (20115fd)

0.1.0

  • Added an experimental "Magic wand" plugin to display screen-reader text on hover (1215c6e, fbcd665)
  • Upgrade tota11y to use Accessibility Developer Tools v2.9.0-rc0 (fe9a070)
  • Fixed a bug in contrast preview when interacting with gradients (4c4ea9d)
  • Fixed a bug with annotation toggling breaking the HeadingsPlugin summary tab (2f6d9d6)
  • Added real src values to the AltTextPlugin suggestions (053d066)
  • Added surrounding code to all error descriptions (c044017)
  • Built a changelog!