All Versions
50
Latest Version
Avg Release Cycle
42 days
Latest Release
1748 days ago

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.
  • 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 with viewContainingController() 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.