Skip to content

Releases: callstack/react-native-testing-library

v12.2.2

14 Aug 13:38
Compare
Choose a tag to compare

What's Changed

Fixes

  • remove unintended folders from NPM package (website, examples, etc) due to Yarn confusion by @mdjastrzebski in #1453

Full Changelog: v12.2.1...v12.2.2

v12.2.1

14 Aug 11:10
Compare
Choose a tag to compare

What's Changed

Improvements

Under the hood

Full Changelog: v12.2.0...v12.2.1

v12.2.0

11 Aug 16:07
Compare
Choose a tag to compare

What's Changed

Features

Full Changelog: v12.1.3...v12.2.0

v12.1.3

21 Jul 11:19
Compare
Choose a tag to compare

Fixes

Improvements

Refactors, Docs, Chores, etc

New Contributors 👏

Full Changelog: v12.1.2...v12.1.3

v12.1.2

04 May 10:13
Compare
Choose a tag to compare

What's Changed

Fixes

Docs, Chores, etc

New Contributors

Full Changelog: v12.1.1...v12.1.2

v12.1.1

28 Apr 16:57
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: v12.1.0...v12.1.1

v12.1.0

28 Apr 10:05
Compare
Choose a tag to compare

What's Changed

Improvements

Bugfixes

New Contributors

Chores, docs, deps, etc

Full Changelog: v12.0.1...v12.1.0

v12.0.1

23 Mar 09:53
Compare
Choose a tag to compare

What's Changed

Bugfixes

  • Flush all pending microtasks and updates before returning from waitFor by @jsnajdr in #1366
  • Render host component name detection tree inside act to avoid timer leaks by @jsnajdr in #1371

New Contributors 👏

Full Changelog: v12.0.0...v12.0.1

v12.0.0

15 Mar 08:47
Compare
Choose a tag to compare

What's Changed

We have prepared v12 migration guide.

Breaking changes

  1. All queries exclude elements hidden from accessibility by default
  2. *ByRole queries now return only accessibility elements
  3. *ByText, *ByDisplayValue, *ByPlaceholderText queries now return host elements
  4. container API has been renamed to UNSAFE_root, added safe root API

Full Changelog

v11.5.4...v12.0.0

v11.5.4

08 Mar 14:00
Compare
Choose a tag to compare

What's Changed

Bug fixes

  • fix: disable container deprecation warning triggered by rest destructuring operator on render result by @mdjastrzebski in #1362

Full Changelog: v11.5.3...v11.5.4