Skip to content

Commit 5a7a86d

Browse files
committed
[skip ci] Publish 6.0.0
1 parent 2e1a4bb commit 5a7a86d

File tree

5 files changed

+51
-24
lines changed

5 files changed

+51
-24
lines changed

CHANGELOG.md

Lines changed: 44 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,40 @@
11
# Change Log
22

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+
338
## [5.10.0](https://github.com/wix/detox/tree/5.10.0) (2017-11-15)
439
[Full Changelog](https://github.com/wix/detox/compare/5.10.1...5.10.0)
540

@@ -50,7 +85,7 @@
5085
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-10-22)
5186
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.9.2)
5287

53-
**Closed Issues**
88+
**Fixed Bugs**
5489

5590
- Application stopped at UIWindow creation while running tests on simulator [\#341](https://github.com/wix/detox/issues/341)
5691

@@ -62,7 +97,7 @@
6297
- 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))
6398

6499
## [[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])
66101

67102
**Enhancements**
68103

@@ -72,7 +107,6 @@
72107
**Fixed Bugs**
73108

74109
- 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)
76110

77111
**Closed Issues**
78112

@@ -84,11 +118,11 @@
84118
- 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))
85119
- Basic support for Jest runner [\#335](https://github.com/wix/detox/pull/335) ([Kureev](https://github.com/Kureev))
86120

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-
90121
## [[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)
92126

93127
**Fixed Bugs**
94128

@@ -162,7 +196,6 @@
162196

163197
- [email protected] [email protected] fails with Permission denied [\#259](https://github.com/wix/detox/issues/259)
164198
- 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))
166199

167200
**Closed Issues**
168201

@@ -177,6 +210,7 @@
177210
- Only generate methods with supported types [\#238](https://github.com/wix/detox/pull/238) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
178211
- Cleanup refactor [\#233](https://github.com/wix/detox/pull/233) ([simonracz](https://github.com/simonracz))
179212
- 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))
180214
- device: add `resetContentAndSettings` [\#217](https://github.com/wix/detox/pull/217) ([formatlos](https://github.com/formatlos))
181215
- Translate EarlGrey headers to Javascript calls [\#178](https://github.com/wix/detox/pull/178) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
182216

@@ -266,15 +300,12 @@
266300

267301
- \[feature\] Take a screenshot [\#93](https://github.com/wix/detox/issues/93)
268302

269-
**Fixed Bugs**
270-
271-
- Architecture overview [\#132](https://github.com/wix/detox/pull/132) ([DanielMSchmidt](https://github.com/DanielMSchmidt))
272-
273303
**Merged Pull Requests**
274304

275305
- Session per configuration [\#173](https://github.com/wix/detox/pull/173) ([silyevsk](https://github.com/silyevsk))
276306
- Upgraded eslint, added plugins. [\#168](https://github.com/wix/detox/pull/168) ([simonracz](https://github.com/simonracz))
277307
- 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))
278309

279310
## [[email protected]](https://github.com/wix/detox/tree/[email protected]) (2017-06-18)
280311
[Full Changelog](https://github.com/wix/detox/compare/[email protected]@5.1.3)
@@ -312,16 +343,12 @@
312343
- \[Question\] Select picker [\#139](https://github.com/wix/detox/issues/139)
313344
- problems when using "waitFor" [\#138](https://github.com/wix/detox/issues/138)
314345
- \[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)
315347
- Android version [\#36](https://github.com/wix/detox/issues/36)
316348

317-
**Fixed Bugs**
318-
319-
- problems when using "waitFor" [\#138](https://github.com/wix/detox/issues/138)
320-
321349
**Closed Issues**
322350

323351
- WebView Matchers [\#136](https://github.com/wix/detox/issues/136)
324-
- \[feature\] Test animation progress [\#130](https://github.com/wix/detox/issues/130)
325352
- Try to type in different supported language [\#124](https://github.com/wix/detox/issues/124)
326353
- expose a method that returns the hierarchy for a given element [\#76](https://github.com/wix/detox/issues/76)
327354
- Potential flakiness issue with detox "should scroll for a small amount in direction" - travis failed [\#67](https://github.com/wix/detox/issues/67)

detox-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "detox-cli",
3-
"version": "1.0.3",
3+
"version": "6.0.0",
44
"description": "detox CLI tool wrapper",
55
"main": "index.js",
66
"scripts": {

detox-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "2.1.0",
7+
"version": "6.0.0",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/wix/detox.git"

detox/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publishConfig": {
55
"registry": "https://registry.npmjs.org/"
66
},
7-
"version": "5.10.0",
7+
"version": "6.0.0",
88
"bin": {
99
"detox": "local-cli/detox.js"
1010
},
@@ -42,16 +42,16 @@
4242
"dependencies": {
4343
"child-process-promise": "^2.2.0",
4444
"commander": "^2.9.0",
45-
"detox-server": "^2.1.0",
45+
"detox-server": "^6.0.0",
4646
"fs-extra": "^4.0.2",
4747
"get-port": "^2.1.0",
4848
"ini": "^1.3.4",
4949
"lodash": "^4.14.1",
5050
"npmlog": "^4.0.2",
5151
"shell-utils": "^1.0.9",
52+
"tail": "^1.2.3",
5253
"telnet-client": "0.15.3",
53-
"ws": "^1.1.1",
54-
"tail":"^1.2.3"
54+
"ws": "^1.1.1"
5555
},
5656
"engines": {
5757
"node": ">=7.6"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
]
2424
}
2525
},
26-
"version": "5.10.0",
26+
"version": "6.0.0",
2727
"npmClient": "npm"
2828
}

0 commit comments

Comments
 (0)