Skip to content

Releases: vue-a11y/vue-axe

v2.0.0

13 May 15:07
Compare
Choose a tag to compare

How to Upgrade

NPM

npm i -D axe-core [email protected] 
# OR 
yarn add -D axe-core [email protected] 

Features

  • Sorting console logs;
  • Register and run axe plugins;
  • Option to delay the first check #22 (@rudolfbyker);
  • Run check manually;
  • Customize styles (console logs) #23 (@rudolfbyker);
  • Typescript definitions #5 (@tylucaskelley);

Bug Fixes

  • False Positive on Table scope #4 (@DrLongGhost);
  • Color contrast #6 (@alexmahan);

Breaking Changes

  • Now axe-core is a peerDependency (external)
  • clearConsoleOnUpdate now is false by default

Committers: 1

v1.1.0

22 Apr 01:40
Compare
Choose a tag to compare

Features

Performance Improvements

  • Custom runOptions and add resultTypes #19 - Thanks: @tsmd