Skip to content

v4.0.8 Bug fixes and improvements

Compare
Choose a tag to compare
@hackiftekhar hackiftekhar released this 17 Mar 04:24
· 574 commits to master since this release

Bugfixes:

  • Fixed an issue with keyboard long delay on first keyboard appearance.
  • Disabled library in UIAlertController.
  • Fixed an issue where shouldResignOnTouchOutside wasn't working with UITableViewController.
  • Fixed isKeyboardShowing bool value when library is disabled.
  • Fixed an issue where textField was hiding when orientation occurs with formSheet or pageSheet presentation style.

Features:

  • Added previousNextDisplayMode for better handling of previour/next buttons.

Improvements:

  • Added ability to detect textField left/right view, if they can also become first responder.
  • Improved delgate callback behaviour with IQKeyboardReturnKeyHandler class.

Deprecations and Removed:

  • Deprecated shouldHidePreviousNext in favor of previousNextDisplayMode and this will be removed in future releases.

Documentation:

  • Added CHANGELOG.md.
  • Added Carthage Documentation in README.md file.