All Versions
50
Latest Version
Avg Release Cycle
42 days
Latest Release
1748 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v6.3.0
May 01, 2019 -
v6.2.1 Changes
April 29, 2019๐ Bug fixes
- ๐ Fixed an issue where setting custom selector for searchBar not working.
๐ Improvements
- ๐ Fixed compiler warnings.
- โก๏ธ Optimized Objective-C version for swift projects.
- โก๏ธ Optimized Swift version for Objective-C projects.
-
v6.2.0 Changes
April 29, 2019๐ Bug fixes
- ๐ Fixed an issue with keyboard next image display.
๐ Improvements
- ๐ Renamed searchBar to textFieldSearchBar due to conflicts from other projects.
- Added attributedPlaceholder in IQTextView.
- ๐ Multiline support for placeholder in IQTextView.
๐ Deprecations and removed
- Removed shouldShowTextFieldPlaceholder in favor of ** shouldShowToolbarPlaceholder**.
- Removed shouldHidePlaceholderText in favor of shouldHideToolbarPlaceholder.
- Removed placeholderText in favor of toolbarPlaceholder.
- Removed drawingPlaceholderText in favor of drawingToolbarPlaceholder.
- Removed preventShowingBottomBlankSpace since it's no longer used.
- Removed shouldFixInteractivePopGestureRecognizer since it's internally handled in v6.0.5.
- Removed canAdjustAdditionalSafeAreaInsets because it's internally handled in v6.0.0.
-
v6.1.1 Changes
April 29, 2019๐ Bug fix
- ๐ Fixed an issue where TextView move under the navigation bar on iPhone X.
-
v6.1.0 Changes
April 29, 2019๐ Features
- โ Added ability to change toolbar previous/next barButtonItem image/text.
-
v6.0.6 Changes
April 29, 2019๐ Bug fixes
- ๐ Fixed compilation issue with carthage.
-
v6.0.5 Changes
April 29, 2019๐ Bug fixes
- โ Added
parentIQContainerViewController
for the projects which is using side menu kind of layout. Developer have to manually implement some code to make this work. - ๐ Fixed an issue with the NavigationController popGestureRecognizer, where using this gesture to navigate causing blank space at the bottom.
- ๐ Fixed some position related issues with IQTextView.
๐ Documentation
- โ Added default template when creating new issue.
- โ Added
-
v6.0.4 Changes
June 15, 2018๐ Improvements
- โ Added support for Swift 4.2
-
v6.0.0 Changes
๐ Bug fixes
- ๐ Fixed an issue where textView was going out of the screen of form sheet or page sheet style presentation on iPad.
- ๐ Fixed couple of memory leaks.
- ๐ Fixed animation glitch if constraint are pinned with layout guides or safe area.
- ๐ Fixed an issue where navigation bar moves with textFields.
- Introduce IQInvocation class to fix some memory leak issues.
๐ Improvements
- ๐ Core logic changed to handle distance between textField and keyboard. This fixes most of the recent issues automatically.
- ๐ Renamed
sharedManager()
withshared
for swift version. - ๐ Renamed
viewController()
method withviewContainingController()
due to naming conflict with other third party SDK's. - ๐ Supported toolbar placeholder text color
- โ Added @objc annotation to make swift library available for Objective-C files.
- Added placeholderTextColor to IQTextView
๐ Deprecation and removed
- Deprecated preventShowingBottomBlankSpace, shouldFixInteractivePopGestureRecognizer, canAdjustAdditionalSafeAreaInsets
-
v5.0.8 Changes
๐ Bugfixes:
- ๐ Fixed couple of memory leak issues.
๐ Features:
- Added shouldResignOnTouchOutsideMode in UITextFieldView category to override resign on touch outside behaviour for particular textField.