This repository has been archived by the owner on Oct 30, 2018. It is now read-only.
Version 1.9
Deprecations:
- Deprecated the keyboard panning gesture on iOS 9, to drag the keyboard up and down. More information about this in #361
- Deprecated
isLoupeVisible
, which will cause issues when auto-completion mode is active and moving the cursor of the text view. More information about this in #361
Features & Enhancements:
- Enabled interaction while the right button and the auto-completion view are being presented animatedly
- Does not scroll to the bottom anymore, if the content size is smaller than its bounds, when
shouldScrollToBottomAfterKeyboardShows
is enabled.
Hot Fixes:
- Fixed the keyboard status and custom notifications not being set on the right order.
- Fixed a crash when calling unrecognised selectors internally in the
UITextViewDelegate
method implementation, when using other subclasses of UITextView. - Fixed
UITabBar
support. This was a regression. Thanks @LHIOUI for the headsup 👊 - Fixed cursor dragging issues when deep pressing on the keyboard's trackpad.
- Fixed the auto-completion layout being busted in 1.8. This was a regression.