- 🔨 Replace axios with a native fetch.
4.1.0 - 2024-05-15
- 🐛 Fix issue with missing Playwright browsers.
- 🔨 Update dependencies.
4.0.0 - 2024-01-06
- 💥 Drop Node 16 support.
- 🚀 Disable
html-validate
"wcag/h63" rule by default as it reports errors for accessible tables. - 🔨 Update dependencies.
- 🔨 Switch from Yarn to npm.
- 🔨 Update GitHub Action versions.
3.1.0 - 2023-06-24
- 💎 Update CSS styles.
3.0.0 - 2023-05-30
- 💥 Drop Node 14 support.
- 🚀 Disable
axe-core
"landmark-complementary-is-top-level" rule by default as it's buggy. - 🐛 Fix WCAG issues on the output page.
- 🔨 Update dependencies.
- 🔨 Simplify GitHub CI.
2.3.1 - 2022-09-28
- 🐛 Make severity icons accessible.
2.3.0 - 2022-07-13
- 💎 Fix line breaks in long URLs.
- 💎 Make error color accessible on offset background.
- 🔨 Update dependencies.
2.2.0 - 2022-05-07
- ✨ Add new
base
module. - ✨ Check for horizontal content overflows (
base
module).
2.1.2 - 2022-02-03
- 🐛 Fix parsing sitemaps.
2.1.1 - 2022-01-22
- 💎 Add dark mode (derived from browser/system settings).
2.1.0 - 2022-01-22
- ✨ Provide custom CLI config option to run checks in dark mode.
2.0.0 - 2022-01-22
- ✨ Support custom Playwright options, e.g. to emulate a dark color scheme.
- 🔨 (Breaking Change) Drop Node 12 support.
- 🔨 Update dependencies.
1.7.1 - 2021-12-09
- 🔨 Update dependencies.
1.7.0 - 2021-04-21
- ✨ Make the browser configurable (Chromium, Firefox or Webkit).
- 🚀 Use Chromium browser as default instead of Webkit. Webkit doesn't work for around 5% of tested pages (page timeout).
- 🔨 Update dependencies.
1.6.0 - 2021-02-27
- 🚀 Add
handleHttpErrorCodes
option to handle HTTP status codes above 400 as errors. - 🚀 Handle request errors.
- 🚀 Display module versions.
- 💎 Deemphasize the success/failure count.
- 🔨 Update dependencies.
1.5.4 - 2021-02-13
- 🚀 Add result count.
- 🚀 Include tested URL in page title.
1.5.3 - 2021-02-09
- 🚀 Provide even more sane defaults for
html-validate
.
1.5.2 - 2021-02-07
- 🚀 Provide sane defaults for
html-validate
.
1.5.1 - 2021-02-06
- 🚀 Add
html-validate
to default modules.
1.5.0 - 2021-02-06
- ✨ Add
html-validate
module for HTML validation. - 🚀 Separate failed from successful results.
- 🚀 Add option
shouldFailOnIssue
to use exit status 1 in case of any error or validation issue (useful for CI environments). - 🚀 Add a table of contents to the result page.
- 🚀 Display total number of issues in CLI.
- 🚀 Use a consistent date format.
1.4.3 - 2021-01-19
- 💎 Update anchor links.
1.4.2 - 2021-01-14
- 🚀 Add anchor links to the result page.
1.4.1 - 2021-01-14
- 💎 Update design.
- 🔨 Update internal dependencies.
1.4.0 - 2020-11-21
- 🐛 List all
axe-core
violation occurrences. - 🔨 Replace TravisCI with GitHub Actions.
1.3.1 - 2020-10-28
- 🚀 Add basic responsive design for the results table.
1.3.0 - 2020-10-28
- ✨ Add sitemap support.
- 🚀 Include a favicon.
1.2.1 - 2020-10-27
- 🚀 Make evaluatory pages fully accessible.
- 📖 Include project documentation and a demo page.
1.2.0 - 2020-10-26
- ✨ Automatically open results in the default browser.
- 🚀 Make code sections focusable.
1.1.0 - 2020-10-25
- 🐛 Fix paths to
axe-core
and nunjucks templates.
1.0.0 - 2020-10-25
- 🎉 Initial release.