Skip to content

Releases: netlify-labs/netlify-plugin-a11y

v1.0.0-beta.1

14 Jun 15:01
0a1b013
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

See CHANGELOG.md for notes.

v1.0.0-alpha.6

03 Dec 21:04
0f871ff
Compare
Choose a tag to compare
v1.0.0-alpha.6 Pre-release
Pre-release

v1.0.0-alpha.6

Changed

  • Fixes #68 by only failing builds if issues are found. Thank you to @vgautam for reporting.
  • Internal: Updates dev dependencies.

v1.0.0-alpha.5: Update docs for v1.0.0 alpha.5 (#70)

29 Nov 20:01
0565530
Compare
Choose a tag to compare

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 to 12.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

18 Nov 17:08
8bfa5ae
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

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

16 Nov 06:03
8cf2052
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

Changed

  • Fixed colors of report printed when using failWithIssues=true.

v1.0.0-alpha.2

16 Nov 04:30
faf60e2
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

Changed

  • standard input is now wcagLevel

Removed

  • debugMode input
  • testMode input

Security

  • Dependencies have been updated

v1.0.0-alpha.1

16 Nov 04:31
9147f75
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

Changed

  • resultMode is now failWithIssues, 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

Commits

  • Add git hooks, eslint, prettier 9f84603
  • Update deps & engines cdef940
  • Switch to NPM for package management fc7fa28

v0.0.12

27 May 14:54
Compare
Choose a tag to compare

Commits

  • Merge pull request #24 from ehmicky/feat/improve-default-mode 6d0a8e4
  • Add default value for checkPaths input 5809d5b

v0.0.11

21 May 14:54
Compare
Choose a tag to compare

Commits

  • Merge pull request #23 from papb/patch-1 e2fb961
  • Merge pull request #21 from jhackshaw/ignore-directories edc23f3
  • Update README.md d5226ce

v0.0.10

11 May 17:54
Compare
Choose a tag to compare

Commits

  • Merge pull request #22 from sw-yx/feat/error-handling 74aa06b
  • Improve error handling 8a7a8f2