Skip to content

Releases: wix/Detox

20.19.2

14 Mar 18:54
Compare
Choose a tag to compare

What's Changed

iOS

  • Fixed an issue where typeText in WebViews ignored input's max-length. by @asafkorem in #4407

Full Changelog: 20.19.1...20.19.2

20.19.1

12 Mar 13:52
Compare
Choose a tag to compare

What's Changed

WebView Testing Support on iOS

We've added support for web-view testing on iOS, achieving feature parity with Android (by @asafkorem in #4394).

Check the updated WebView API docs for more details, and our Testing WebViews guide.

Full Changelog: 20.18.5...20.19.1

20.18.5

10 Mar 07:03
Compare
Choose a tag to compare

What's Changed

Android

General

Full Changelog: 20.18.4...20.18.5

Caution

This version requires Java 17 installed, see our Java Setup guide.

Important

Compatibility with Java 11

For users who are currently using Java 11 and are unable to upgrade to Java 17, update your Detox dependency in the app/build.gradle file to ensure compatibility.

Changes required

Replace the standard Detox dependency in your build.gradle file with the Detox Java11-compatible version:

-    androidTestImplementation('com.wix:detox:+')
+    androidTestImplementation('com.wix:detox-legacy:+')

20.18.4

01 Mar 16:16
Compare
Choose a tag to compare

What's Changed

Fixes

Full Changelog: 20.18.3...20.18.4

20.18.3

25 Feb 15:24
Compare
Choose a tag to compare

What's Changed

Important

Support for React Native 73 temporarily reverted, due to issue found in environments without Java17. Fixing this is a WIP (@d4vidi, #4380)

Full Changelog: 20.18.2...20.18.3

20.18.2

25 Feb 12:53
Compare
Choose a tag to compare

What's Changed

Enhancements

Fixes

  • Genymotion SaaS: Omit preliminary login check by @d4vidi in #4379

Full Changelog: 20.18.1...20.18.2

20.18.1

11 Feb 20:51
Compare
Choose a tag to compare

What's Changed

Fixes

  • Broken post-install script, following the RN73 upgrade, by @gosha212 in #4369
  • iOS: View-hierarchy artifacts tracking, by @noomorph in #4365

Full Changelog: 20.18.0...20.18.1

20.18.0

11 Feb 14:47
Compare
Choose a tag to compare

What's Changed

Enhancements

Support for React Native 7️⃣ 3️⃣ 🥳 (#4347 by @gosha212)

Tip

It is recommended to upgrade to Java17 all-around, as it is now the standard in Android development and somewhat imposed by the 0.73 version of React Native.

Fixes

Full Changelog: 20.17.1...20.18.0

20.17.1

07 Feb 09:05
Compare
Choose a tag to compare

What's Changed

  • fix: find *.cjs configs by @noomorph in #4358

    Adds support for .detoxrc.cjs or detox.config.cjs lookup in projects that use explicit CommonJS file extensions.

Full Changelog: 20.17.0...20.17.1

20.17.0

22 Jan 16:09
Compare
Choose a tag to compare

What's Changed

Added support for React Native 0.72.x! 🥳 (@gosha212)

Full Changelog: 20.16.0...20.17.0