Skip to content

Releases: kif-framework/KIF

v3.12.1

07 Jul 17:51
ea51ab6
Compare
Choose a tag to compare

What's Changed

  • Fix a bug when determining whether an existing animation has completed by @amorde in #1332

Full Changelog: v3.12.0...v3.12.1

v3.12.0

03 Jul 01:32
184f33f
Compare
Choose a tag to compare

What's Changed

  • Add support for adding the view hierarchy description as an attachment by @amorde in #1330

New Contributors

Full Changelog: v3.11.3...v3.12.0

v3.11.3

16 Apr 21:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.11.2...v3.11.3

v3.11.2

19 Feb 17:21
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.11.1...v3.11.2

v3.11.1

14 Feb 21:30
Compare
Choose a tag to compare

What's Changed

  • Revert the change causing KIF performance regression by @congt in #1324

New Contributors

Full Changelog: v3.11.0...v3.11.1

v3.11.0

29 Jan 21:19
f32e4df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.10.0...v3.11.0

KIF 3.10.0

14 Nov 23:25
4218eae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.9.0...v3.10.0

KIF 3.9.0

10 May 06:39
Compare
Choose a tag to compare

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.

KIF 3.8.9

03 Apr 22:26
6c3ff27
Compare
Choose a tag to compare
  • Fixed waitForAbsence* to pass when views are not hidden but outside of the screen or scrollable region
  • Applied animationSpeed to all UIWindow

KIF 3.8.8

03 Apr 19:05
1c91b84
Compare
Choose a tag to compare

iOS 16 Fixes