Releases: dequelabs/agnostic-axe
Releases · dequelabs/agnostic-axe
The one that optimizes the AuditQueue
Perf Improvement: If a node is already scheduled to be audited, do not schedule another audit 72a6b57
fix typo in disconnect method 1e8ea63
fix typo in the axeCoreInstance example 12ec118
fix typo in code comment 5f7b6c5
v3 The one that allows multiple instances
Share an AuditQueue to enable multiple AxeObserver instances bfe99f0
Clear cache on disconnect e717048
Replace the options parameter by exporting the axeCoreInstance 4c4b48d
v2 The one that works smarter
- Removed debounce options (the second argument of
AxeObserver.observe
). Instead of debouncing audits of the whole target node, the AxeObserver now only audits the parts that have changed
v1 The one that started existing
Add initial version #1
Minor fixes for compatibility #3