Release Notes for axe DevTools HTML Node.js Reporter Packages

Link to Release Notes for axe DevTools HTML Node.js Reporter Packages copied to clipboard

Includes release notes for 4.6.0 and later

4.8.0 (March 18, 2024)

  • Upgraded axe-core to 4.8.4. Pinned the dependency on axe-core to only accept patch updates.
  • Added URL of each page scanned to the HTML report.
  • Fixed a crash in the XML reporter when input JSON results were missing the ignoredRulesList property.
  • Fixed a problem in Reporter where the highlight box was the incorrect size.
  • (For Mobile test results) Updated the documentation links to point to the latest mobile documentation.

4.7.0 (August 30, 2023)

  • Several issues with reporting on mobile devices were fixed.
  • The JUnit XML output format was added for mobile scan results.
  • The CSV report format was added for mobile scan results.

4.6.1 (June 6, 2023)

Fixed the line breaking of pill UI elements (elements with rounded borders) in the generated HTML report. They were being displayed offscreen rather than wrapping.

4.6.0 (May 17, 2023)

  • The reporter can now filter rules based on Trusted Tester version 5. The new value TTv5 is now a valid tag for "Filter by Tag" in the output HTML report (generated by the buildHTM() method).
  • You can use the reporter and logger packages as ECMAScript Modules (ESM).
  • You can now use a results file from axe-core as input to generate reports.
  • Fixed various bugs due to adding ESM support.
  • The logger now supports axe.AxeResults as a finding for the logTestResult method.