Vue Axe Versions Save

Accessibility auditing for Vue.js applications.

v2.0.0

4 years ago

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

  • Alan Ktquez (@ktquez)

v1.1.0

4 years ago

Features

  • Custom result handler #20 - Thanks: @DesselBane

Performance Improvements

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