Releases: dequelabs/axe-core-gems
Releases · dequelabs/axe-core-gems
v1.3.0
- Improve violation message output (@phedinkus)
- Improve docs and examples (@samjonester)
- Fix #9 (@samjonester)
- Bump axe-core to 2.0.5 (@marcysutton)
v1.2.1
v1.2.0
- 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