Skip to content
This repository has been archived by the owner on Oct 30, 2018. It is now read-only.

Version 1.9.6

Latest
Compare
Choose a tag to compare
@dzenbot dzenbot released this 02 Nov 00:22
· 7 commits to master since this release

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)