Skip to content

Releases: dequelabs/agnostic-axe

The one that optimizes the AuditQueue

Choose a tag to compare

@jul-sh jul-sh released this 01 Mar 13:06

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

Choose a tag to compare

@jul-sh jul-sh released this 26 Feb 22:54

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

Choose a tag to compare

@jul-sh jul-sh released this 30 Nov 21:36
  • 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

Choose a tag to compare

@jul-sh jul-sh released this 22 Nov 14:46
e05445b

Add initial version #1
Minor fixes for compatibility #3