Skip to content

Latest commit

History

History
113 lines (65 loc) 路 4.13 KB

CHANGELOG.md

File metadata and controls

113 lines (65 loc) 路 4.13 KB

9.0.0

8.0.0

7.0.0

Update main dependencies:

  • axe-core from version 4.4.1 to 4.5.1 - thanks @jbchr.
  • chalk updated from version 4.1.0 to 4.1.2
  • jest-matcher-utils updated from version 27.0.2 to 29.2.2

Breaking changes:

  • axe-core includes new rules and checks which may need to be fixed or turned off
  • axe-core help messages updates will change your snapshot output
  • no longer support Node.js 10 and 12

6.0.1

6.0.0

  • Update axe-core to version 4.4.1 - thanks @dafnem1.

5.0.1

  • Pin axe-core to version 4.2.1 to prevent unintentional breaking changes from patch versions.

5.0.0

4.1.0

4.0.0

3.5.0

See setting custom rules and checks for usage.

3.4.0

  • Update axe-core to 3.5.0

3.3.0

3.2.0

  • Improved support for using DOM nodes which makes jest-axe work better with testing libraries such as @testing-library, React and Vue - thanks to @dakebl for contributing this, and everyone for helping review this.
  • Improved help text output including colour highlighting - thanks to @dakebl
  • Update axe-core to 3.3.1, you may need to update any snapshot tests.
  • Update dependencies to avoid vulnerability warnings - thanks to @chimericdream for the prompt

See the full 3.2.0 milestone for all related issues and pull requests.

3.1.1

  • Ensure that jest-axe cleans up the document after it runs (Issue #50) Thanks @thomasheyenbrock and @camdub !
  • Update axe-core to 3.1.2

3.1.0

  • Add extend-expect file - (PR #44) Thanks @kentcdodds
  • Update axe-core to v3.1.1, update jest-matcher-utils to 23.5.0

3.0.0

  • Allow Node.js 6.x to use jest-axe - (PR #40)

Breaking changes:

2.1.4

2.1.3

  • Loosen Node engines requirement to 8.x - (PR #20)

2.1.2

  • Allow Node.js versions higher than LTS to run jest-axe - (PR #13) Thanks @connor-baer

2.1.1

  • Fixed a bug with default options being mutated - (Commit)

2.1.0

(Made a mistake publishing, so is a minor version when should have been a patch)

  • Nit: replaced 'var' with 'const' - (PR #2) Thanks @JoshuaKGoldberg

2.0.0

Breaking changes:

  • Fixed typo in matcher which will require you to update any tests that depend on this incorrect spelling.

1.0.0

Initial project