- Update axe-core to version 4.9.1 - thanks @1Copenut and @longmatthewh.
- Update minimum Node.js version to 16
- Update axe-core to version 4.7.2 - thanks @hpinkos and @philcon93.
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
- Update axe-core to version 4.4.1 - thanks @dafnem1.
- Pin axe-core to version 4.2.1 to prevent unintentional breaking changes from patch versions.
- Update axe-core to version 4.2.1 - thanks @lpelypenko.
- You can now filter violations by user impact - thanks @martiL.
- Update axe-core to version 4.
See setting custom rules and checks for usage.
- Update axe-core to 3.5.0
- Update axe-core to 3.4.1 - thanks @mohanraj-r
- 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.
- Ensure that jest-axe cleans up the document after it runs (Issue #50) Thanks @thomasheyenbrock and @camdub !
- Update axe-core to 3.1.2
- Add extend-expect file - (PR #44) Thanks @kentcdodds
- Update axe-core to v3.1.1, update jest-matcher-utils to 23.5.0
- Allow Node.js 6.x to use jest-axe - (PR #40)
Breaking changes:
- Update axe-core to 3.x - (PR #39)
- Only publish index.js - (PR #22)
- Loosen Node engines requirement to 8.x - (PR #20)
- Allow Node.js versions higher than LTS to run jest-axe - (PR #13) Thanks @connor-baer
- Fixed a bug with default options being mutated - (Commit)
(Made a mistake publishing, so is a minor version when should have been a patch)
- Nit: replaced 'var' with 'const' - (PR #2) Thanks @JoshuaKGoldberg
Breaking changes:
- Fixed typo in matcher which will require you to update any tests that depend on this incorrect spelling.
Initial project