Skip to content

Releases: kif-framework/KIF

KIF 3.7.14

13 Jan 22:12
4ec15b5

Choose a tag to compare

Fixes slow down with textfields by excluding the cursor from the hasAnimation check

KIF 3.7.13

01 Dec 19:24
644d6a2

Choose a tag to compare

  • Adds a Visualizer to the top of the highest window instead of it's own window to prevent issues from changing key windows.
  • Fixes date picker for iOS 14

KIF 3.7.12

05 Nov 18:04
5a88cc9

Choose a tag to compare

Enhancements

  • Adds a Visualizer to be able to see touches in KIF tests.

Bug Fixes

  • Fixes dismissing popovers in iOS 14

KIF 3.7.11

10 Sep 11:20
01b2ab0

Choose a tag to compare

Bug Fixes

  • Specify Webkit dependency in podspec

KIF 3.7.10

09 Sep 16:01
6723500

Choose a tag to compare

  • Now supports WKWebView

Bug Fixes

  • Date picker debug formatting
  • FAltering CALayers when iterating by copying
  • Navigation back button tap for iOS 13+
  • Crash in _setIsFirstTouchInView and setIsTap for iOS 14
  • Xcode 12 compilation issue

KIF 3.7.9

31 Mar 22:30

Choose a tag to compare

Bug Fix:

Enhancement:

  • Widen firstResponder searches to all windows (@zradke #1143)

KIF 3.7.8

18 Jun 17:40
0ea470b

Choose a tag to compare

Bug Fix:

Enhancement:

KIF 3.7.7

06 May 16:36

Choose a tag to compare

Bug Fixes:

KIF 3.7.6

17 Apr 21:03

Choose a tag to compare

Bug Fixes:

Typo Fix:

KIF 3.7.5

01 Apr 23:14

Choose a tag to compare

Bug Fix:

Enhancement:

  • Make XCTestCase 'just work' (@justinseanmartin - #1086)
    • No longer need to explicitly call KIFEnableAccessibility when not subclassing KIFTestCase