How to Upgrade
NPM
npm i -D axe-core vue-axe@v2.0.0
# OR
yarn add -D axe-core vue-axe@v2.0.0
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