All notable changes to this project will be documented in this file.
4.0.0 (2022-10-20)
- Explicitly supporting NodeJS 14.x and 16.x
sa11y
will no longer support Node.js 12, which is EOL since 30 April 2022
- remove support for Node.js 12 (#116) (43ade48)
- semantic release (#227) (6b7a180)
- tsconfig package for tsconfig.json (#174) (5ff2fd2)
- webdriver7 (#150) (70dafc2)
- 3.1.0 (2021-11-18)
- 3.0.2 (2021-11-02)
- 3.0.1 (2021-10-21)
- 3.0.0 (2021-09-16)
- 0.11.2-beta (2021-09-13)
- 0.11.1-beta (2021-09-10)
- 0.11.0-beta (2021-08-26)
- 0.10.0-beta (2021-08-04)
- 0.9.1-beta (2021-07-05)
- 0.9.0-beta (2021-06-15)
- 0.8.0-beta (2021-03-19)
- 0.7.0-beta (2021-02-24)
- 0.6.0-beta (2021-01-22)
- 0.5.0-beta (2020-12-01)
- 0.4.1-beta (2020-11-24)
- 0.4.0-beta (2020-10-31)
- 0.3.1-beta (2020-08-20)
- 0.3.0-beta (2020-08-19)
- 0.2.0-beta (2020-06-25)
- v0.1.0-alpha (2020-06-02)
- (2020-05-29)
- (2020-05-07)
- (2020-04-07)
- (2020-03-20)
- automatic checks file filter to be exclusion only to keep it simple
- add sa11y common pkg as dep instead of dev dep
3.0.2 (2021-11-02)
- filtering of non-a11y results introduced in 3.0.1
- as it is causing issues with certain CI workflows that produce no test results file
3.0.1 (2021-10-21)
- exclude descendancy rules from Jest API
- these are rules that might fail at unit/component level but might pass at page level
- change sa11y results processor to output only a11y failures
3.0.0 (2021-09-16)
- Moving to unified versioning of @sa11y packages instead of independent versioning for reducing complexity of managing independent versions
- No code changes, No breaking changes
0.11.2-beta (2021-09-13)
- Fix: Replace custom polling logic to use WebdriverIO's wait util instead as it reliably fixes the race condition
0.11.1-beta (2021-09-10)
- Add ability and convenience shortcut for excluding files from automatic checks (#74)
- Move the WCAG metadata and Priority info to class name in Jest results so that downstream CI systems make use of the info accordingly
- Remove WCAG version, Level for brevity
- Error msgs: Move help URL up in order to prevent it from getting truncated e.g. when CSS selectors are long
- Fix race condition when loading axe using poll with timeout
0.11.0-beta (2021-08-26)
- Refactor rulesets into
base
,extended
(#73)- with
extended
replacingrecommended
base
contains WCAG 2.1 AA rules available in axe-coreextended
contains AAA rules, experimental rules and non-WCAG best practice rules- These ruleset changes could result in different test results from previous versions
- with
- Add priority and WCAG Success Criteria metadata to preset-rules
- Add config to run rules selectively by priority
- Add script to generate preset rules markdown table in Readme with provided rules metadata
0.10.0-beta (2021-08-04)
- jest: add config to run automatic checks only on selected files
- preset-rules: add config to override default ruleset using environment variable
0.9.1-beta (2021-07-05)
- jest(result processor): move WCAG metadata from suite name to test name (#69)
- jest: add workaround for mock timer timeout issue for API and automatic checks (#69)
- build: move webdriverIO to dev dependency in sa11y common pkg (#68)
0.9.0-beta (2021-06-15)
- jest: de-duplicate a11y failures for automatic checks (#61)
- jest: add a custom test results processor (#62)
- create a new test suite to hold a11y errors
- add wcag metadata to results output
- transform a11y error details into suite, test names
0.8.0-beta (2021-03-19)
- browser-lib: add support for selecting specific css selector to check for a11y
- wdio: add scope to target only given css selector for a11y checks
- add custom browser commands for the sa11y APIs
@sa11y/wdio
APIs take anWdioOptions
object instead of individual parameters (Webdriver, ExceptionList)
- refactor(test-integration): to use wdio runner rather than jest
- refactor(test-utils): remove obsolete wdio jest bridge utils
- test(wdio): refactor to common func to check a11y error
- refactor: extract common types, interfaces into common package
- build: update to axe v4.1.3
- chore: update run script for husky v6
0.7.0-beta (2021-02-24)
0.6.0-beta (2021-01-22)
- wdio: add exception list opt to wdio APIs (#51)
- typescript: include d.ts TypeScript definitions in packages (#52)
0.5.0-beta (2020-12-01)
- preset-rules: add new rules from axe v4.1.1
0.4.1-beta (2020-11-24)
0.4.0-beta (2020-10-31)
- browser-lib: add wrapper func to check a11y with opt to filter violations
- format: add an exception list filter to filter a11y violations
- test(wdio): refactor to extract wdio standalone setup, teardown
- refactor(common): create type alias for axe results for reuse
0.3.2-beta (2020-09-22)
- preset-rules: disable preloading media in axe config to fix timeout (#41)
- chore: update typescript and typescript/eslint plugin to v4 (#37)
0.3.1-beta (2020-08-20)
- chore: update to the latest major release of axe
0.3.0-beta (2020-08-19)
- browser-lib: add a new package for producing bundled minified version of sa11y (#32)
0.2.0-beta (2020-06-25)
- wdio: add assert accessible API for WDIO (#21)
- preset-rules: add a full ruleset with all rules from axe (#21)
- format: fix a11y error message to use formatted output (#21)
- format: check explicitly for undefined to allow custom formatter (#21)
- jest: fix a11y error being undefined when used with not matcher (#21), closes #18
- preset-rules: align name and behavior to follow common naming conventions in terms of preset configs (#21)
- rename
extended
ruleset torecommended
- it continues to be the default and recommended
- rename
recommended
preset rule tobase
- If you are not using the preset-rules explicitly in the APIs, this change will not affect you
- But if you are using the preset-rules explicitly in your APIs, you will have to change them
- If you are using the
recommended
preset-rule rename it tobase
- If you are using the
extended
preset-rule rename it torecommended
- If you are using the
- rename
v0.1.0-alpha (2020-06-02)
- format: add num of issues, unicode chars, jest matcher helper (#13)
- format: sort a11y issues by impact (#13)
- jest: add jest accessibility matcher (#9)
- preset-rules: revert object freeze on a11y config object
- assert: add assert accessible api (#7)
- jest: add basic scaffolding for jest integration
- jest: add scaffolding for jest expect matcher
- jest: add toBeAccessibleWith jest a11y matcher for use with config
- test-utils: add a test utilities package
- assert: fix stale import of a11y config
- rules: fix import paths of modules in rules package
- assert: add scaffolding for assert package
- format: add basic scaffolding for format package
- rules: add missed out rule label-content-name-mismatch
- ruleset: add recommended, extended rulesets (#3)