Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 21:46
· 1 commit to main since this release
be5eb60

Major Changes

  • #749 10bee94 Thanks @calebeby! - Drop support for node 16

  • #715 78cecbe Thanks @renovate! - aria-query was updated to 5.3.0.
    This update provides updated alignment with the ARIA spec,
    and will affect Testing Library queries and getAccessibilityTree results.

  • #715 78cecbe Thanks @renovate! - We are now using @testing-library/jest-dom@6.
    We now support all of the jest-dom matchers, except for the deprecated ones.

    • toHaveErrorMessage was deprecated, use toHaveAccessibleErrorMessage instead
    • toHaveRole was added

Minor Changes

Patch Changes