Releases: hackiftekhar/IQKeyboardManager
Releases · hackiftekhar/IQKeyboardManager
v3.3.6 Bug fixes
Bugfixes:
- Fixed an issue where done button was showing smaller than usual.
Features:
- Added disableDistanceHandlingInViewControllerClass, removeDisableDistanceHandlingInViewControllerClass method.
- Added toolbarDoneBarButtonItemText, toolbarTintColor property.
- Added shouldRestoreScrollViewContentOffset to UIScrollView category.
Deprecations and Removed:
- Deprecated disableInViewControllerClass, removeDisableInViewControllerClass and replaced with new one for better name understanding, this will be remove in future release.
- Deprecated shouldRestoreScrollViewContentOffset of IQKeyboardManager class, this will be remove in future release.
v3.3.5 Dropped iOS6 support
Bugfixes:
- Fixed a bug with Pass through touches when resigning on touch outside.
- Fixed an issue where contentSize of UIScrollView doesn't restored to it's original size.
Performance:
- Loading Appearance proxy to load at app start to improve performance for showing keyboard first time.
Deprecations and Removed:
- Dropped iOS6 support.
v3.3.4 Swift 2.1 support
Improvements:
- Updated swift library to swift 2.1.
Deprecations and Removed:
- Removed toolbarManageBehaviour from IQKeyboardReturnKeyHandler, now this will read from IQKeyboardManager property.
v3.3.3.1 Bug fixes
Bugfixes:
- Fixed an crash where some custom view's doesn't support to call setInputAccessoryView.
- Fixed some more critical crashes happened due to latest updates.
v3.3.3 Dropped iOS5 support
Bugfixes:
- Fixed some appearance proxy related issues with toolbar and toolbar buttons.
Improvements:
- Added Travis CI for build status.
Deprecations and Removed:
- Dropped iOS5 support.
v3.3.2 Swift2 support
Improvements:
- Updated swift library to swift 2.0.
v3.3.1 Bug fixes
Bugfixes:
- Added different movement logic for bottomLayoutGuide and topLayoutGuide.
- Fixed an issue with iOS8 where toolbar arrows were missing with CocoaPods when used with user_framework! option.
Unit Tests:
- Added UI Test cases.
v3.3.0 Carthage Support
Bugfixes:
- Fixed a condition when UITextView is inside UIScrollView.
- Fixed an issue with wrong title on toolbar.
Features:
- Added Carthage Support.
v3.2.4 Impovements
Bugfixes:
- Fixed an issue with adjusting UITextView height.
Features:
- Added isDisableInViewControllerClass, isDisableToolbarInViewControllerClass, isConsiderToolbarPreviousNextInViewClass methods.
- Added keyboardDistanceFromTextField customization property to set for specific UITextField/UITextView.
- Added layoutIfNeededOnUpdate property.
- Added IQLayoutGuideConstraint property with UIViewController category.
Documentation:
- Enhanced README.md with more examples.
v3.2.3 Swift 1.2 support
Bugfixes:
- Fixed placeholder text position with IQTextView.
- Fixed an issue where hidden UITextFields were not skipping.
- Fixed a contentInset issue with UIScrollView support.
Improvements:
- Updated swift library to swift 1.2.
Features:
- Added to go next/previous programmatically, added canGoPrevious, canGoNext properties and goPrevious, goNext methods.