EarlGrey v1.5.1 Release Notes

Release Date: 2016-07-11 // almost 8 years ago
  • Baseline: [d9eb1bc]
       + [d9eb1bc]: Updated ChangeLog and pod spec for 1.5.1 release
    

    Compatibility

    • ๐Ÿš€ Requires iOS 8 as the minimum deployment target.
    • The EarlGrey gem runs out of the box for Swift 3.0 and Swift 2.3.
    • โœ… Has been tested for support till iOS 10.01 on devices and simulator.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed CI Ruby test for Carthage.

    โœจ Enhancements

    • ๐Ÿ‘Œ Improved touch injection speed by making it work independent of the screen refresh rate.
    • โž• Added synchronization for NSURLConnection::sendSynchronousRequest.
    • ๐Ÿ”€ Exclude URLs that start with data scheme from being synchronized.
    • โšก๏ธ Updated grey_clearText action to accept elements conforming to UITextInput protocol.