v11.5.0
Features
includeHiddenElementsquery option to include/exclude elements hidden by accessibility by @MattAgn in #1064valueoption for*ByRolequery by @mdjastrzebski in #1210
Bug fixes
*ByTextis now able to match text across nestedTextcomponents by @mdjastrzebski in #1222- If your tests relied on undocumented behavior of
*ByTextqueries 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
inInaccessiblehelper ->isHiddenFromAccessibility(old name still available as RTL-compat alias) by @mdjastrzebski in #1211 hiddenquery option alias forincludeHiddenElementsby @MattAgn in #1220
Full Changelog: v11.4.0...v11.5.0