Skip to content

Releases: dequelabs/axe-core-npm

Release 4.4.3

10 Jun 14:58
785b879
Compare
Choose a tag to compare

Bug Fixes

  • cli,reporter-earl,react: use correct version of axe-core (#378) (0c7d050)
  • cli: add endTimer() for page load timer (#236) (e0a19a3)
  • cli: add timeout waiting for page to be ready (#250) (cbb795f)
  • cli: find axe-core when installed globally (#232) (75c273d)
  • cli: pass chromedriver-path arg to webdriver (#416) (14e5125)
  • cli: provide a more robust error message if analysis fails (#421) (9f1fa5d)
  • cli: update packages to use latest version of ChromeDriver (#454) (607fa1b)
  • pass chrome options to chromeOptions.addArguments() (#262) (715f463)
  • playwright: allow include/exclude chaining when given a string by the user (#391) (4b8ab26)
  • playwright: Make package public (#264) (35074ba)
  • playwright: use axe-core source without require.resolve() (#473) (62d9240)
  • puppeteer,playwright: wait for finishRun to complete before closing the page (#496) (7dc6a03)
  • react: fallback on _reactInternals (#455) (13f9fd0)
  • react: revert export to not use default (#481) (d932c9d)
  • reporter-earl: fix main export (#483) (af77177)
  • selenium-webdriverjs peer dependency to allow newer versions (#258) (2dc2788)
  • types: return this rather than the class (#360) (7999891)
  • update axe-core to 4.2.1 (#254) (9d90185)
  • webdriverio,webdriverjs: fix setLegacyMode return type (#445) (147626a)
  • webdriverio: include/exclude chaining and iframe selectors (#409) (ca8aa31)
  • webdriverio: inject axe-core branding into all iframes (#231) (3f41c27)
  • webdriverio: Recursively find (#238) (7e6a80d)
  • webdriverio: support wdio using puppeteer without esm (#447) (95dda29)
  • webdriverio: use executeAsync() vs execute() (#346) (0e4aa3a)
  • webdriverJS: include/exclude chaining and iframe selectors (#404) (c7c50fb)
  • webdriverjs: prevent selnium undefined -> null transformation (#402) (5095f43)
  • webdriverjs: prevent selnium undefined -> null transformation (#402) (be3912d)
  • webdriverjs: Recursively find (#209) (0d20e1f)
  • webdriverjs: Reject with actual Errors (not strings) (#423) (3fdb50a), closes #422 #421 #387 #308 #207
  • webdriverjs: resolve promise (#347) (d1548a5)

Features

Read more