Skip to content

Releases: wix/Detox

20.34.4

28 Feb 22:49
Compare
Choose a tag to compare

What's Changed

iOS Fixes

  • Resolved Synchronization Issue: Prevents Detox from hanging due to React Native infinite animations. By @asafkorem in PR #4722. See related issue: #4714.

Full Changelog: 20.34.3...20.34.4

20.34.3

23 Feb 07:41
Compare
Choose a tag to compare

What's Changed

Fixes (iOS)

  • Synchronization: optimize performance by removing excessive logging. By @asafkorem in #4718

Full Changelog: 20.34.2...20.34.3

20.34.2

22 Feb 14:46
Compare
Choose a tag to compare

What's Changed

Fixes (iOS)

  • Fix JS animation sync resource issues with RN old & new archs. By @asafkorem in #4717

Full Changelog: 20.34.1...20.34.2

20.34.1

20 Feb 08:53
Compare
Choose a tag to compare

What's Changed

Android

Fixes:

  • Crash java.lang.NoClassDefFoundError DefaultNewArchitectureEntryPoint by @gosha212 in #4709

Full Changelog: 20.34.0...20.34.1

20.34.0

16 Feb 12:26
Compare
Choose a tag to compare

What's Changed

Full support for React Native's new-architecture (bridge-less and fabric), on iOS: @asafkorem in #4681 🥳🎆🍾

Expanded on the partial Fabric-only support introduced in 20.32 to now include bridgeless mode.
This release fully completes RN new architecture support for both iOS and Android (which was introduced in version 20.33).

Note: There are still minor synchronization issues with pure Javascript animations, check this issue for updates.

Full Changelog: 20.33.0...20.34.0

20.33.0

06 Feb 12:19
Compare
Choose a tag to compare

This release brings support of new architecture in Android, based on RN76. 🥳

iOS support is in final stages.

What's Changed

Android:

Detox Copilot:

Fixes and improvements:

New Contributors

Full Changelog: 20.32.0...20.33.0

20.32.0

06 Jan 20:05
Compare
Choose a tag to compare

What's Changed

iOS

React Native Fabric Support: Added support for React Native's Fabric on iOS. By @asafkorem with significant contribution from @Sky in #4661.
Android support for the new architecture is in progress and coming soon.

Android

Improved Genymotion Integration: Replaced gmsaas auth whoami with gmsaas doctor (which performs authentication checks and verifies the adb binary location and execution permissions). By @d4vidi in #4676.

Full Changelog: 20.31.0...20.32.0

20.31.0

29 Dec 07:53
Compare
Choose a tag to compare

What's New

  • Support React Native 0.74, 0.75, 0.76 without the new architecture. New architecture is in progress.

What's Changed

Android and iOS

Other

  • Documentation significantly improvements

New Contributors

Full Changelog: 20.28.0...20.31.0

20.28.0

14 Nov 18:52
Compare
Choose a tag to compare

What's Changed

New Feature

Improvements

  • Improved Detox Copilot with enhanced user assertions, location handling, and date-picker interaction, plus expanded internal test coverage by @LironMShemen in #4623 🙌🏼 ✨

New Contributors

Full Changelog: 20.27.6...20.28.0

20.27.6

28 Oct 09:43
Compare
Choose a tag to compare

What's Changed

iOS Fix

  • generateViewHierarchyXML: Clamp Double values before converting to Integer to avoid Double value cannot be converted to Int because the result would be less than Int.min error. by @asafkorem in #4621

Full Changelog: 20.27.5...20.27.6