Skip to content

Releases: dequelabs/agnostic-axe

The one that optimizes the AuditQueue

01 Mar 13:06
Compare
Choose a tag to compare

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

26 Feb 22:54
Compare
Choose a tag to compare

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

30 Nov 21:36
Compare
Choose a tag to compare
  • 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

22 Nov 14:46
e05445b
Compare
Choose a tag to compare

Add initial version #1
Minor fixes for compatibility #3