Skip to content

Commit 1105eeb

Browse files
chan-parkmobile-devx-github-bot
authored andcommitted
Add EarlGrey 2.2.1 release notes to Changelog file.
PiperOrigin-RevId: 346667284
1 parent f13a6d0 commit 1105eeb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## [2.2.1](https://github.com/google/EarlGrey/tree/2.2.0) (12/9/2020)
2+
```
3+
Baseline: [91dc49f]
4+
+ [91dc49f]: Move test-side screenshot to XCUIScreen.
5+
```
6+
7+
### Enhancements
8+
* Improved synchronization by performing most of the GREYActions on the main thread right after matching.
9+
* Improved synchronization by tracking all NSTimers added in the main thread.
10+
* Added EarlGrey API so that users can choose the root matcher for subsequent interactions.
11+
* Verbose logging can be added through NSUserDefaults.
12+
* iOS 14 support has been added for location alert strings.
13+
* Dedupe superview/subview pair if accessibility attributes are the same as this is a valid case.
14+
15+
### Bug fixes
16+
* Fix scrolling synchronization issue where tapping was failing at the end of scroll action.
17+
* Fix crash when GREYConfiguration methods were called before relaunching the application.
18+
* Fix crash when error screenshot was taken on the test side.
19+
20+
### Compatibility
21+
* EarlGrey has been tested for working till Xcode version 12.2 and Swift 5.
22+
23+
### Known Issues
24+
* There are animation issues with Context Menu’s and multi-window animations.
25+
* ASAN, UBSAN and TSAN do not work with EarlGrey at the moment.
26+
127
## [2.2.0](https://github.com/google/EarlGrey/tree/2.2.0) (10/9/2020)
228
```
329
Baseline: [ddf2911]

0 commit comments

Comments
 (0)