SlackTextViewController v1.9 Release Notes

Release Date: 2016-01-14 // over 8 years ago
  • ๐Ÿ—„ 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.