SlackTextViewController v1.9.6 Release Notes

Release Date: 2017-11-02 // about 7 years ago
  • ๐Ÿš€ This release includes many iOS 11 and iPhone X hot fixes.

    ๐Ÿ”‹ Features:
    • ๐Ÿ‘ Allowed color customization in typing indicator. By @dskatz22 (#613)
    • โž• Added support for an optional view to host outlets under the text view. By @dzenbot (#562)
    • ๐Ÿ”ฆ Exposed auto-completion variables. By @dzenbot (#561)
    ๐Ÿ›  Hot Fixes & Enhancements:
    • ๐Ÿ›  Fixed the text input not being interactive on iOS 11. By @dzenbot (#624)
    • ๐Ÿ›  Fixed iPhone X issue where the text input bar wouldn't expand to the bottom of the screen, below the home indicator. (#619)
    • ๐Ÿ›  Fixed scroll view content inset adjustments on iOS 11. By @gim- (#643)
    • ๐Ÿ›  Fixed compiler error in example app. By @BasThomas (#629)
    • ๐Ÿ›  Fixed content offset for keyboard when uninverted. By @ZAndyL (#542)
    ๐Ÿ—„ Deprecation:
    • ๐Ÿ—„ Deprecated -shouldProcessTextForAutoCompletion: in favor of -shouldProcessTextForAutoCompletion
    CI:
    • ๐Ÿ— Building the SlackTextViewController framework and running basic tests using BuddyBuild CI, against all PRs. By @dzenbot (#640)