Skip to content

Releases: callstack/react-native-testing-library

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)

v10.0.0

23 Jun 09:18
Compare
Choose a tag to compare

Features

Fixes

Chore & Maintenance

New Contributors

Full Changelog: v9.1.0...v10.0.0

v9.1.0

25 Mar 09:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v9.0.0...v9.1.0

v9.0.0

06 Dec 08:54
Compare
Choose a tag to compare

What's Changed

Migration guide: https://callstack.github.io/react-native-testing-library/docs/migration-v9

Full Changelog: v8.0.0...v9.0.0

v9.0.0-alpha.0

23 Nov 15:39
Compare
Choose a tag to compare
v9.0.0-alpha.0 Pre-release
Pre-release

Features

  • breaking: add text match options a.k.a string precision API by @AugustinLF in #554
    Please refer to #554 to see what's breaking

Full Changelog: v8.0.0...v9.0.0-alpha.0

v8.0.0

15 Oct 19:23
Compare
Choose a tag to compare

Features

  • [breaking] do not throw when event handler was not found (#691)
  • expose custom Jest preset restoring global Promise (#695)

Fixes

  • [breaking] use real timers internally to fix awaiting with fake timers (#568)
  • wrap unmount in act (#706)
  • forward extra data to press event (#828)

v8.0.0-rc.0

02 Mar 14:11
Compare
Choose a tag to compare
v8.0.0-rc.0 Pre-release
Pre-release

Features

  • [breaking] do not throw when event handler was not found (#691)
  • expose custom Jest preset restoring global Promise (#695)

Fixes

  • [breaking] use real timers internally to fix awaiting with fake timers (#568)