github callstack/react-native-testing-library v11.5.0

latest releases: v12.7.2, v12.7.1, v12.7.0...
22 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-testing-library release

NewReleases is sending notifications on new releases.