v1.2.1
What's Changed
Bug Fixes
- Fixed a bug where some axe results listed in allowlist still appear when executing
axe-scan run
with the--allowlist
option (#43) in #45 - Fixed a bug where
axe-scan config
with--change-value
option forresultTypes
with proper value returned an error (#44) in #45
Documentation
- Add Testing web accessibility section in README by @ttsukagoshi in #42
📢 Announcement of future breaking changes
As described in #35, I would like to replace the words "whitelist" and "whitelisting" with "allowlist" and "allowlisting", respectively, to ensure that everyone feels comfortable using this tool. This change will affect the command options of axe-scan run
and axe-scan summary
, where the -A | --allowlist
option will be used in place of the -W | --whitelist
option.
README has already been updated and only the -A | --allowlist
option is currently visible to the readers, but the -W | --whitelist
option will still be accepted during the v1.x versions to allow time for migration. -W | --whitelist
will be deprecated upon updating to v2.0
Full Changelog: v1.2.0...v1.2.1