SlackTextViewController v1.7.1 Release Notes

Release Date: 2015-12-15 // over 8 years ago
  • ๐Ÿ”‹ Features & Enhancements:
    • โšก๏ธ Changed how the auto-completion API worked: it now allows asynch auto-completion! Have a look at how to set it up / update it](https://github.com/slackhq/SlackTextViewController#autocompletion)
    • โž• Added keyboard trackpad detection for iOS 9. Used internally for disables auto-completion while its detected, so we avoid crazy things! ๐Ÿ‘ป
    • ๐Ÿ‘Œ Improved the magnifying glass detection.
    • โš  Gonna get a nice warning to remind you to super in viewDidLoad now. Fancy!
    • Slowed down bouncy animation by 0.15 seconds
    • Disabled cellLayoutMarginsFollowReadableWidth on iOS 9 for the auto-completion view. No need for large margins, come on!
    ๐Ÿ›  Fixes:
    • ๐Ÿ›  Fixed compatibility issues with Cocoapods 0.39.0 new requirements. All sources are now in the same root level.
    • ๐Ÿ›  Fixed keyboard presentation when pushing a view controller instance. Thanks @fastred!
    • ๐Ÿ›  Fixed auto-layout issues on the Edit Mode.
    • ๐Ÿ›  Fixed maximumHeightForAutoCompletionView calculations. Maths!
    • ๐Ÿ›  Fixed crash caused by calling layoutIfNeeded too early
    • ๐Ÿšš Removed duplicated declarations, specially causing nightmares to Swifters.
    • โœ‚ Removed unused internal methods.
    • ๐Ÿ‘ Better Carthage support ๐Ÿ™