Skip to content

KIF 3.9.0

Latest
Compare
Choose a tag to compare
@justinseanmartin justinseanmartin released this 10 May 06:39

Enhancements:

  • Add support for swiping from the specified edge of the screen via swipeFromEdge: tester/viewTester API (@Fitzmaz #1286)

Bug Fixes:

  • Fix black screenshots after using a keyboard in iOS 17 (@banjun #1289)
  • Bump ios minimum deployment target from 8 to 11 in order to avoid Xcode 14 warnings (started w/ @danielob #1283, completed w/ @adamsousa #1292)

Internal:

NOTE: Technically the minimum iOS deployment target is a breaking change. That said we still support back to iOS 11 (~7 years back), which I think is probably further back than almost anyone is probably supporting these days. For that reason I'm treating it more as a bug fix to eliminate a warning in Xcode than a breaking change. Please pin to 3.8.9 if your apps support iOS versions before 11.