|
1 | 1 | # Change Log
|
2 | 2 |
|
| 3 | +## [6.0.0](https://github.com/wix/detox/tree/6.0.0) (2017-11-27) |
| 4 | +[Full Changelog](https://github.com/wix/detox/compare/5.10.0...6.0.0) |
| 5 | + |
| 6 | +**Enhancements** |
| 7 | + |
| 8 | +- Display touch visualizers when using Detox [\#426](https://github.com/wix/detox/issues/426) |
| 9 | +- React Native version compatibility [\#405](https://github.com/wix/detox/issues/405) |
| 10 | +- Unable to connect to Genymotion emulator [\#386](https://github.com/wix/detox/issues/386) |
| 11 | +- Replace Jackson parser with a JSONObject [\#351](https://github.com/wix/detox/issues/351) |
| 12 | +- Redirect simulator stdout to runner stdout in `--verbose` mode. [\#72](https://github.com/wix/detox/issues/72) |
| 13 | +- Detox CLI: Jest integration fixes [\#423](https://github.com/wix/detox/pull/423) ([rotemmiz](https://github.com/rotemmiz)) |
| 14 | +- Implemented AttachedAndroidDriver device for connecting to Genymotion [\#397](https://github.com/wix/detox/pull/397) ([vasyas](https://github.com/vasyas)) |
| 15 | + |
| 16 | +**Fixed Bugs** |
| 17 | + |
| 18 | +- Crash due to attempt to create a weak store of an object being deallocated [\#428](https://github.com/wix/detox/issues/428) |
| 19 | +- jest-jasmine2 issues [\#419](https://github.com/wix/detox/issues/419) |
| 20 | +- Crash in \_prettyPrintAppStateTracker [\#418](https://github.com/wix/detox/issues/418) |
| 21 | +- Timeout before emulator loads + terminated due to receipt of signal null [\#407](https://github.com/wix/detox/issues/407) |
| 22 | +- Detox fails to run tests with jest\(with both new and old implementations\) [\#363](https://github.com/wix/detox/issues/363) |
| 23 | + |
| 24 | +**Closed Issues** |
| 25 | + |
| 26 | +- Uncaught exception: bridge is not set [\#430](https://github.com/wix/detox/issues/430) |
| 27 | +- Detox hangs if binary is not found [\#424](https://github.com/wix/detox/issues/424) |
| 28 | + |
| 29 | +**Merged Pull Requests** |
| 30 | + |
| 31 | +- Unify all Detox packages versions [\#436](https://github.com/wix/detox/pull/436) ([rotemmiz](https://github.com/rotemmiz)) |
| 32 | +- Support for filtering platform specific tests in detox-cli [\#435](https://github.com/wix/detox/pull/435) ([rotemmiz](https://github.com/rotemmiz)) |
| 33 | +- Better Android emulator sync [\#434](https://github.com/wix/detox/pull/434) ([rotemmiz](https://github.com/rotemmiz)) |
| 34 | +- Minor documentation fix [\#421](https://github.com/wix/detox/pull/421) ([plasticine](https://github.com/plasticine)) |
| 35 | +- Exchange com.fasterxml.jackson with org.json implementation [\#415](https://github.com/wix/detox/pull/415) ([DanielMSchmidt](https://github.com/DanielMSchmidt)) |
| 36 | +- Stop transpiling detox and detox-server, use sources and require node \>=7.6 [\#404](https://github.com/wix/detox/pull/404) ([mrtnrst](https://github.com/mrtnrst)) |
| 37 | + |
3 | 38 | ## [5.10.0](https://github.com/wix/detox/tree/5.10.0) (2017-11-15)
|
4 | 39 | [Full Changelog](https://github.com/wix/detox/compare/5.10.1...5.10.0)
|
5 | 40 |
|
|
50 | 85 | ## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-22)
|
51 | 86 | [Full Changelog ](https://github.com/wix/detox/compare/[email protected]@5.9.2)
|
52 | 87 |
|
53 |
| -**Closed Issues** |
| 88 | +**Fixed Bugs** |
54 | 89 |
|
55 | 90 | - Application stopped at UIWindow creation while running tests on simulator [\#341](https://github.com/wix/detox/issues/341)
|
56 | 91 |
|
|
62 | 97 | - Re-add matcher generation commits and add traits matcher to generated code [\#348](https://github.com/wix/detox/pull/348) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
|
63 | 98 |
|
64 | 99 | ## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-18)
|
65 |
| -[Full Changelog ](https://github.com/wix/detox/compare/detox@5.8.4[email protected]) |
| 100 | +[Full Changelog ](https://github.com/wix/detox/compare/detox[email protected][email protected]) |
66 | 101 |
|
67 | 102 | **Enhancements**
|
68 | 103 |
|
|
72 | 107 | **Fixed Bugs**
|
73 | 108 |
|
74 | 109 | - App launches but immediately closes [\#152](https://github.com/wix/detox/issues/152)
|
75 |
| -- Update the README Screenshot to use the latest version of EarlGrey. [\#145](https://github.com/wix/detox/issues/145) |
76 | 110 |
|
77 | 111 | **Closed Issues**
|
78 | 112 |
|
|
84 | 118 | - Create a build matrix to support multiple version of React Native and OSs [\#345](https://github.com/wix/detox/pull/345) ([rotemmiz](https://github.com/rotemmiz))
|
85 | 119 | - Basic support for Jest runner [\#335](https://github.com/wix/detox/pull/335) ([Kureev](https://github.com/Kureev))
|
86 | 120 |
|
87 |
| -## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-17) |
88 |
| -[Full Changelog ](https://github.com/wix/detox/compare/[email protected]@5.8.4) |
89 |
| - |
90 | 121 | ## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-17)
|
91 |
| -[Full Changelog ](https://github.com/wix/detox/compare/[email protected]@1.0.3) |
| 122 | +[Full Changelog ](https://github.com/wix/detox/compare/[email protected]@1.0.3) |
| 123 | + |
| 124 | +## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-17) |
| 125 | +[Full Changelog ](https://github.com/wix/detox/compare/[email protected]@5.8.4) |
92 | 126 |
|
93 | 127 | **Fixed Bugs**
|
94 | 128 |
|
|
162 | 196 |
|
163 | 197 | - [email protected] [email protected] fails with Permission denied [\#259 ](https://github.com/wix/detox/issues/259)
|
164 | 198 | - React Native demo project fails in debug mode [\#158](https://github.com/wix/detox/issues/158)
|
165 |
| -- Documentation around code generation [\#225](https://github.com/wix/detox/pull/225) ([DanielMSchmidt](https://github.com/DanielMSchmidt)) |
166 | 199 |
|
167 | 200 | **Closed Issues**
|
168 | 201 |
|
|
177 | 210 | - Only generate methods with supported types [\#238](https://github.com/wix/detox/pull/238) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
|
178 | 211 | - Cleanup refactor [\#233](https://github.com/wix/detox/pull/233) ([simonracz](https://github.com/simonracz))
|
179 | 212 | - fix GREYDirection type mismatch [\#231](https://github.com/wix/detox/pull/231) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
|
| 213 | +- Documentation around code generation [\#225](https://github.com/wix/detox/pull/225) ([DanielMSchmidt](https://github.com/DanielMSchmidt)) |
180 | 214 | - device: add `resetContentAndSettings` [\#217](https://github.com/wix/detox/pull/217) ([formatlos](https://github.com/formatlos))
|
181 | 215 | - Translate EarlGrey headers to Javascript calls [\#178](https://github.com/wix/detox/pull/178) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
|
182 | 216 |
|
|
266 | 300 |
|
267 | 301 | - \[feature\] Take a screenshot [\#93](https://github.com/wix/detox/issues/93)
|
268 | 302 |
|
269 |
| -**Fixed Bugs** |
270 |
| - |
271 |
| -- Architecture overview [\#132](https://github.com/wix/detox/pull/132) ([DanielMSchmidt](https://github.com/DanielMSchmidt)) |
272 |
| - |
273 | 303 | **Merged Pull Requests**
|
274 | 304 |
|
275 | 305 | - Session per configuration [\#173](https://github.com/wix/detox/pull/173) ([silyevsk](https://github.com/silyevsk))
|
276 | 306 | - Upgraded eslint, added plugins. [\#168](https://github.com/wix/detox/pull/168) ([simonracz](https://github.com/simonracz))
|
277 | 307 | - Adb [\#166](https://github.com/wix/detox/pull/166) ([simonracz](https://github.com/simonracz))
|
| 308 | +- Architecture overview [\#132](https://github.com/wix/detox/pull/132) ([DanielMSchmidt](https://github.com/DanielMSchmidt)) |
278 | 309 |
|
279 | 310 | ## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-06-18)
|
280 | 311 | [Full Changelog ](https://github.com/wix/detox/compare/[email protected]@5.1.3)
|
|
312 | 343 | - \[Question\] Select picker [\#139](https://github.com/wix/detox/issues/139)
|
313 | 344 | - problems when using "waitFor" [\#138](https://github.com/wix/detox/issues/138)
|
314 | 345 | - \[feature\] Add support for Orientation Change [\#131](https://github.com/wix/detox/issues/131)
|
| 346 | +- Test animation progress [\#130](https://github.com/wix/detox/issues/130) |
315 | 347 | - Android version [\#36](https://github.com/wix/detox/issues/36)
|
316 | 348 |
|
317 |
| -**Fixed Bugs** |
318 |
| - |
319 |
| -- problems when using "waitFor" [\#138](https://github.com/wix/detox/issues/138) |
320 |
| - |
321 | 349 | **Closed Issues**
|
322 | 350 |
|
323 | 351 | - WebView Matchers [\#136](https://github.com/wix/detox/issues/136)
|
324 |
| -- \[feature\] Test animation progress [\#130](https://github.com/wix/detox/issues/130) |
325 | 352 | - Try to type in different supported language [\#124](https://github.com/wix/detox/issues/124)
|
326 | 353 | - expose a method that returns the hierarchy for a given element [\#76](https://github.com/wix/detox/issues/76)
|
327 | 354 | - Potential flakiness issue with detox "should scroll for a small amount in direction" - travis failed [\#67](https://github.com/wix/detox/issues/67)
|
|
0 commit comments