Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

0.9.0

Compare
Choose a tag to compare
@Hywan Hywan released this 17 Jan 12:20
· 30 commits to master since this release
38d01bf

Features

Global

  • a11ym can be used as a library,
  • const a11ym = require('the-a11y-machine') will just work,
  • Can use a bootstrap/configuration file, see a11ym.yml.example,
  • Filter by error level with the --error-level CLI option, or the errorLevel configuration entry,
  • PhantomJS is now a dependency of the project, no need to install it before.

Crawler

  • The crawler handles most redirections automatically.

Dashboard

  • Can be used as an HTTP server, or can generate static files with the --static-outout CLI option,
  • Add the --open CLI option to directly open the fresh report in your favorite browser.

Testers

  • Default viewport is now 1280x720 (likely to serve a desktop version),
  • Ensure no proxy is used in some cases,
  • VNU has been updated to 16.6.29, will fix several HTML test issues, for instance with TLS support.

Bug fixes

Report

  • The default report output directory a11ym_output is created in the current working directory (CWD) instead of the root of the project.

Dashboard

  • Fix header line-height.