- 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
(2020-06-02) v0.1.0-alpha
- 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)