v1.0.0-alpha.5: Update docs for v1.0.0 alpha.5 (#70)
Pre-release
Pre-release
Added
- New input:
ignoreElements
. Used to indicate to the test runner elements which should be ignored during a11y testing.
Changed
- Lowers minimum required version of Node from
12.13.0
to12.0.0
. - Internal: Uses a local server powered by the Node
http
module to host files prior to testing. This local server makes tests more accurate and more secure!