Skip to content

Releases: callstack/react-native-testing-library

v13.0.0-alpha.2

07 Nov 09:12
Compare
Choose a tag to compare
v13.0.0-alpha.2 Pre-release
Pre-release

13.0.0-alpha.2 (2024-11-07)

✂️ Removed

Full Changelog: v13.0.0-alpha.1...v13.0.0-alpha.2

v13.0.0-alpha.1

05 Nov 08:38
Compare
Choose a tag to compare
v13.0.0-alpha.1 Pre-release
Pre-release

13.0.0-alpha.1 (2024-11-05)

✨ Features

Changes

v12.8.1

31 Oct 07:41
Compare
Choose a tag to compare

12.8.1 (2024-10-31)

🐛 Bug Fixes

v13.0.0-alpha.0

25 Oct 09:09
Compare
Choose a tag to compare
v13.0.0-alpha.0 Pre-release
Pre-release

13.0.0-alpha.0 (2024-10-25)

✨ Features

🪚 Removed functionalities

  • remove support for older version of React Native (pre 0.71.0) and React (pre 18.2.0)
  • remove deprecated *ByAccessibilityState, & *ByAccessibilityValue queries
  • remove debug.shallow

🐨 Other

  • switch to modern flushMicroTasks

v12.8.0

25 Oct 07:28
Compare
Choose a tag to compare

12.8.0 (2024-10-25)

✨ Features

  • option for enabling concurrent rendering (#1685) (f231ea3)

📚 Documentation

v12.7.2 (2024-09-12)

12 Sep 09:59
Compare
Choose a tag to compare

What's Changed

Features

Bug Fixes

Other

New Contributors

Full Changelog: v12.6.1...v12.7.1

v12.7.1 (2024-09-12)

12 Sep 07:21
Compare
Choose a tag to compare

What's Changed

Features

Other

New Contributors

Full Changelog: v12.6.1...v12.7.1

v12.7.0 (2024-09-12)

12 Sep 07:18
Compare
Choose a tag to compare

What's Changed

Features

Other

New Contributors

Full Changelog: v12.6.1...v12.7.0

v12.6.1 (2024-08-28)

28 Aug 08:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.6.0...v12.6.1

v12.6.0 (2024-08-16)

16 Aug 14:54
Compare
Choose a tag to compare

What's changed

Features

  • update type() events to match RN 0.75 (remove 'textInput' event) (#1645) (f0df299)
  • User Event paste() interaction (#1646) (38bceed)