Releases: kif-framework/KIF
Releases · kif-framework/KIF
KIF 3.8.1
Adds ability to configure first responder timeout
- This may need to be be used for slower machines or machines that are more resource restricted
KIF 3.8.0
KIF 3.7.14
Fixes slow down with textfields by excluding the cursor from the hasAnimation check
KIF 3.7.13
- 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
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
Bug Fixes
- Specify Webkit dependency in podspec
KIF 3.7.10
- 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
Bug Fix:
- Prevent EXC_BAD_ACCESS crash by null-checking proper error(@ericbomgardner #1116)
- Fixed acknowledgeSystemAlert on iOS 13.1 (@ksuther #1126)
- Fix bug when acknowledging system alerts in Xcode 11.1 (@briannewberry #1129)
- Scroll once when waiting for UITableViewCells (@zradke #1141)
Enhancement:
KIF 3.7.8
Bug Fix:
- Fix Xcode 11 (Beta) build error (implicit conversion warning) (@jneidlinger #1111)
Enhancement:
- Add
atPosition:
variations toUICollectionView
waitForCellAtIndexPath
methods (@gaperlinski @harleyjcooper #1109)
KIF 3.7.7
Bug Fixes:
- Fix issue with elements not becoming first responder fast enough (@justinseanmartin - #1100)
- Fixing
UICollectionView
cell tapping (@harleyjcooper - #1106)