Release Notes for axe DevTools for Web Node.js Reporter Packages
Includes release notes for 4.6.0 and later
Not for use with personal data
4.12.0 (November 17, 2025)
- Upgraded axe-core to 4.11.0.
- Added the ability to filter by
EN 301 549andRGAAv4standards in the HTML report. - Fixed a problem where the Binary Reporter CLI did not use the correct working directory when creating the output directory.
- Fixed a problem where result IDs were missing or did not have UUIDs.
4.11.1 (September 17, 2025)
- Fixed an error when no results were provided to the reporter.
- Fixed incorrect report HTML file names.
- Fixed a problem where filtering by impact did not properly account for both impact level and rule.
- Fixed legend positioning in the HTML report.
- Fixed console logging issues when using ESM.
- Fixed a problem where result names containing slashes caused file naming issues.
- Fixed a problem where URLs in the HTML report were not properly escaped.
- Fixed a problem where filtering mutated the original results data.
- Fixed mobile results splitting and grouping.
4.11.0 (April 4, 2025)
- Fixed a problem where output filenames were not unique, potentially causing reports to overwrite each other.
4.10.0 (February 10, 2025)
- Upgraded axe-core to 4.10.1.
- Added an accessibility score calculation and display to the HTML report.
- Added tooltips to the summary explaining pass ratio and score.
- Fixed a problem where result names containing spaces caused issues with output filenames.
4.9.0 (September 3, 2024)
- Upgraded axe-core to 4.10.0.
- In CSV Reporter, added
wcag22a,wcag22aa, andwcag22aaato thewcagsuccess criteria column. - A dependency required webpack to be updated to version 5.
- Fixed a problem displaying a scan with a name that contains spaces.
4.8.0 (March 18, 2024)
- Upgraded axe-core to 4.8.4. Pinned the dependency on axe-core only to accept patch updates.
- Added the URL of each page scanned to the HTML report.
- Fixed a crash in the XML reporter when input JSON results were missing the
ignoredRulesListproperty. - Fixed a problem in Reporter where the highlight box was the incorrect size.
- (For Mobile test results) Updated the documentation links 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
TTv5is now a valid tag for "Filter by Tag" in the output HTML report (generated by thebuildHTM()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.AxeResultsas afindingfor the logTestResult method.
