Skip to content

v11.5.0

Compare
Choose a tag to compare
@mdjastrzebski mdjastrzebski released this 17 Nov 12:23
· 367 commits to main since this release

Features

  • includeHiddenElements query option to include/exclude elements hidden by accessibility by @MattAgn in #1064
  • value option for *ByRole query by @mdjastrzebski in #1210

Bug fixes

  • *ByText is now able to match text across nested Text components by @mdjastrzebski in #1222
    • If your tests relied on undocumented behavior of *ByText queries only matching non-nested text content, then you might need to update them, e.g. by using { exact: false } query option.

Other

  • improved naming inInaccessible helper -> isHiddenFromAccessibility (old name still available as RTL-compat alias) by @mdjastrzebski in #1211
  • hidden query option alias for includeHiddenElements by @MattAgn in #1220

Full Changelog: v11.4.0...v11.5.0