yarn @testing-library/react-native 11.5.0
v11.5.0

latest releases: 12.8.1, 13.0.0-alpha.0, 12.8.0...
23 months ago

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

Don't miss a new react-native release

NewReleases is sending notifications on new releases.