All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.4.4 (2020-12-11)
- Console error in Nuxt app (c6f03a7)
2.4.3 (2020-11-15)
2.4.2 (2020-10-18)
2.4.1 (2020-09-08)
- peerDependencies axe-core (aaf2b74)
2.4.0 (2020-07-31)
- add option 'allowConsoleClears' (a71f444)
- Title log in console inherit to support light and dark mode (d4807d1)
2.3.1 (2020-06-15)
- types: Update index.d.ts (2d916b5)
2.3.0 (2020-06-01)
- checkAndReport: Add the checked component name in log title (b6317e9)
- checkAndReport: Check only the updated component (672f261)
- Add delay 500 to first check (ba488b0)
2.2.2 (2020-06-01)
2.2.1 (2020-06-01)
- docs: Fixed typo (64f4b3c)
2.2.0 (2020-06-01)
- Add documentation (2f32681)
- checkAndReport: Using double requestAnimationFrame to checkAndReport (0c59ff9)
- types: More detailed typescript support (f097f3a)
2.1.1 (2020-05-30)
- $axe.run: Generate logs only if there are new violations (539e41b)
2.1.0 (2020-05-15)
- Added "auto" option to manage automatic axe verification. (efc99e1)
2.0.1 (2020-05-15)
- address typescript compile issues (fcf69fc)
2.0.0 (2020-05-13)
- Now axe-core is a peerDependency (external)
- e.g.
npm i -D axe-core vue-axe
- e.g.
clearConsoleOnUpdate
now is false by default
1.2.0 (2020-05-13)
- add custom result handler (8c5c81b)
- Adding option to register and execute plugins (fb21d52)
- Adding the "axeRun" method to trigger manually (a1b856b)
1.1.0 (2020-04-22)
- add custom result handler (8c5c81b)