Skip to content

Commit

Permalink
Version Packages (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Sep 29, 2022
1 parent af9d4c8 commit 50ca470
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
16 changes: 0 additions & 16 deletions .changeset/sour-planes-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wild-shrimps-mix.md

This file was deleted.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# expect-axe-playwright

## 3.0.0

### Major Changes

- dc66d1c: Rename toBeAccessible to toPassAxe (#24)

```diff
-expect(page).toBeAccessible()
+expect(page).toPassAxe()
```

The README explains why it's inaccurate to suggest that automated checks can
tell you if a page is accessible.

To update your code to be compatible with this major change, find and replace
all calls to `toBeAccessible` with `toPassAxe`.

### Minor Changes

- af9d4c8: Allow matcher to accept Axe results object

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expect-axe-playwright",
"version": "2.2.1",
"version": "3.0.0",
"description": "Expect matchers to perform Axe accessibility tests in your Playwright tests.",
"author": "Widen",
"license": "ISC",
Expand Down

0 comments on commit 50ca470

Please sign in to comment.