EarlGrey v1.6.0 Release Notes

Release Date: 2016-06-12 // almost 8 years ago
  • Baseline: [5080a21]
       + [5080a21]: Updated changelog info.plist pod spec and gem version for 1.6.0 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.1 on devices and simulator.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fixed CocoaPods issue with using EarlGrey as a module in Swift projects.
    • ๐Ÿ›  Fixed issue with Accessibility service not enabled for simulators and devices.
    • ๐Ÿ“š Minor documentation and syntax fixes.

    โœจ Enhancements

    • ๐Ÿšš Moved failure handler from a global variable to a thread local storage, like NSAssertionHandlers.
    • ๐Ÿ”ฆ Exposed the angle for pinch action in GREYPinchAction.
    • โž• Added EarlGreyExample CocoaPods project to travis.

    ๐Ÿ—„ Deprecations

    • Deprecated grey_pinchSlowInDirection and grey_pinchFastInDirection in favor of grey_pinchFastInDirectionAndAngle and grey_pinchSlowInDirectionAndAngle.