Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: A11yance/aria-query
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.2.0
Choose a base ref
...
head repository: A11yance/aria-query
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.2.1
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 13, 2023

  1. Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    c995082 View commit details
  2. Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    bf8b0ca View commit details
  3. 5.2.1

    jessebeach committed Jun 13, 2023

    Unverified

    The email in this signature doesn’t match the committer email.
    Copy the full SHA
    d7e68dd View commit details
Showing with 30 additions and 26 deletions.
  1. +5 −0 CHANGELOG.md
  2. +24 −25 package-lock.json
  3. +1 −1 package.json
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -243,3 +243,8 @@ type TAriaQueryMap<E, K, V> = {
- 1160138 test: Publish canaries via CodeSandbox CI (#486)
- 2d04e29 Add test case to elementRoleMap-test for td element
- f7f6120 Audited and updated roles source of truth to HTML Accessibility API Mapping 1.0 (#447)

## 5.2.1

- c995082 Run npm i to update package-lock.json

49 changes: 24 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aria-query",
"version": "5.2.0",
"version": "5.2.1",
"description": "Programmatic access to the ARIA specification",
"main": "lib/index.js",
"files": [