Skip to content

Latest commit

 

History

History
99 lines (66 loc) · 3.49 KB

CHANGELOG.md

File metadata and controls

99 lines (66 loc) · 3.49 KB

Changelog

(2020-06-25)

Features

  • wdio: add assert accessible API for WDIO (#21)
  • preset-rules: add a full ruleset with all rules from axe (#21)

Bug Fixes

  • 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

BREAKING CHANGES

  • preset-rules: align name and behavior to follow common naming conventions in terms of preset configs (#21)
    • rename extended ruleset to recommended
      • it continues to be the default and recommended
    • rename recommended preset rule to base
    • 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 to base
      • If you are using the extended preset-rule rename it to recommended

(2020-06-02) v0.1.0-alpha

Features

  • format: add num of issues, unicode chars, jest matcher helper (#13)
  • format: sort a11y issues by impact (#13)

(2020-05-29)

Features

  • jest: add jest accessibility matcher (#9)

(2020-05-07)

Bug Fixes

  • preset-rules: revert object freeze on a11y config object

Features

  • 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

(2020-04-07)

Bug Fixes

  • assert: fix stale import of a11y config
  • rules: fix import paths of modules in rules package

Features

  • assert: add scaffolding for assert package
  • format: add basic scaffolding for format package

(2020-03-20)

Bug Fixes

  • rules: add missed out rule label-content-name-mismatch

Features

  • ruleset: add recommended, extended rulesets (#3)