Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

41 lines (30 loc) · 2.71 KB

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!