Features
includeHiddenElements
query option to include/exclude elements hidden by accessibility by @MattAgn in #1064value
option for*ByRole
query by @mdjastrzebski in #1210
Bug fixes
*ByText
is now able to match text across nestedText
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.
- If your tests relied on undocumented behavior of
Other
- improved naming
inInaccessible
helper ->isHiddenFromAccessibility
(old name still available as RTL-compat alias) by @mdjastrzebski in #1211 hidden
query option alias forincludeHiddenElements
by @MattAgn in #1220
Full Changelog: v11.4.0...v11.5.0