SlackTextViewController v1.9.1 Release Notes

Release Date: 2016-03-23 // about 8 years ago
  • ๐Ÿ”‹ Features & Enhancements:
    • ๐Ÿ“‡ Renamed public autoCompleteFormatting to formattingEnabled.
    • Doesn't opt-out anymore from the built-in menu menu items Define , Replace and Share.
    • 0๏ธโƒฃ Made the collectionView's default background color to white.
    • ๐Ÿ‘ The auto-completion view is now presented above of the table/collection view avoiding to push it up/down every time. Much better UX!
    • โšก๏ธ Stored all key commands in a instance variable, to avoid recreating the array at every character update.
    ๐Ÿ›  Hot Fixes:
    • ๐Ÿ›  Fixed library from not compiling on iOS 8.
    • ๐Ÿ›  Fixed the right button from stretching when animating the constrains. This was broken since iOS 9.
    • ๐Ÿ‘Œ Improved UITabBar support by considering hidesBottomBarWhenPushed too.
    • ๐Ÿ›  Fixed crash when double tapping the space bar while the textView was empty.
    • ๐Ÿ›  Fixed issue causing not to forward all UITextViewDelegate callbacks.