Skip to content

Releases: kif-framework/KIF

KIF 3.12.3

09 Oct 17:51

Choose a tag to compare

What's Changed

  • Add missing headers to module.modulemap and include directory by @ksloginov in #1336

New Contributors

Full Changelog: v3.12.2...v3.12.3

iOS 26 compatability fix

06 Oct 18:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.1...v3.12.2

v3.12.1

07 Jul 17:51
ea51ab6

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

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

Choose a tag to compare

What's Changed

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

v3.11.2

19 Feb 17:21

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

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

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

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

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.