Skip to content

Releases: dequelabs/axe-core-gems

v1.2.1

15 Mar 13:03
Compare
Choose a tag to compare
  • fix configure' for Axe:Module (NoMethodError) (#5)

v1.2.0

11 Mar 19:29
Compare
Choose a tag to compare
  • Adds after_load hook: fires after the axe-core JS library has been injected into the page. Register a block (or callable: lambda, proc, anything that responds_to? :call) that receives the Axe::Core instance.
  • Enables configuring axe-matchers via yaml file instead of Axe.configure
  • Supports injected axe-core into iframes