Releases: netlify-labs/netlify-plugin-a11y
Releases · netlify-labs/netlify-plugin-a11y
v1.0.0-beta.1
See CHANGELOG.md for notes.
v1.0.0-alpha.6
v1.0.0-alpha.6
Changed
v1.0.0-alpha.5: Update docs for v1.0.0 alpha.5 (#70)
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!
v1.0.0-alpha.4
Changed
- Added a pre-release notice to the README, as well as other copy cleanup.
- Internal: Made the plugin much more performant and memory-efficient by keeping Puppeteer alive through the run and writing our own reporter.
- Internal: some redundancy when defining
directoryFilter
.
v1.0.0-alpha.3
Changed
- Fixed colors of report printed when using
failWithIssues=true
.
v1.0.0-alpha.2
Changed
standard
input is nowwcagLevel
Removed
debugMode
inputtestMode
input
Security
- Dependencies have been updated
v1.0.0-alpha.1
Changed
resultMode
is nowfailWithIssues
, a boolean defaulting to true- aXe is now the plugin's default runner
Removed
- HTML CodeSniffer is no longer supported
Security
- Dependencies have been updated.
Merged
- Bugfix: pa11y requires absolute paths for local files
#39
- Fix issue with scanning subfolders if ignoreDirectories is not used
#35
- Bump path-parse from 1.0.6 to 1.0.7
#46
- Bump ini from 1.3.5 to 1.3.8
#36
- Bump lodash from 4.17.19 to 4.17.21
#43
- Bump handlebars from 4.7.3 to 4.7.7
#42
- Bump dot-prop from 4.2.0 to 4.2.1
#38
- Update README.md
#37
- Bump yargs-parser from 18.1.1 to 18.1.3
#31
- Bump node-fetch from 2.6.0 to 2.6.1
#33
- Bump lodash from 4.17.15 to 4.17.19
#29