Skip to content

Releases: callstack/react-native-testing-library

v11.5.0

17 Nov 12:23
Compare
Choose a tag to compare

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

v11.4.0

03 Nov 12:18
Compare
Choose a tag to compare

What's Changed

Features

Bug fixes

Other

New Contributors 👏

Full Changelog: v11.3.0...v11.4.0

v11.3.0

20 Oct 12:56
Compare
Choose a tag to compare

What's Changed

Features

Fixes

Other

New Contributors 👏

Full Changelog: v11.2.0...v11.3.0

v11.2.0

26 Sep 10:21
fa21fc5
Compare
Choose a tag to compare

What's Changed

New Features

Chores

New Contributors 👏🏻

Full Changelog: v11.1.0...v11.2.0

v11.1.0

16 Sep 08:51
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v11.0.0...v11.1.0

v11.0.0

25 Jul 16:03
4ee5342
Compare
Choose a tag to compare

What's Changed

Full Changelog: v10.1.1...v11.0.0

Migration Guide

See the RNTL v11 migration guide

v11.0.0-rc.0

20 Jul 13:05
Compare
Choose a tag to compare
v11.0.0-rc.0 Pre-release
Pre-release

What's Changed

Full Changelog: v10.1.1...v11.0.0-rc.0

v10.1.1

24 Jun 13:43
Compare
Choose a tag to compare

Fixes

  • queryByText and getByText match newlines and tabs properly (#984) by @pke

v10.1.0

24 Jun 11:18
Compare
Choose a tag to compare

Features

  • add screen API (#994)

v10.0.1

24 Jun 10:37
Compare
Choose a tag to compare

Fixes

  • bring back RenderAPI type (#1000)