SlackTextViewController v1.8 Release Notes

Release Date: 2015-12-15 // over 8 years ago
  • ๐Ÿ”‹ Features & Enhancements:
    • โž• Added Markdown Formatting โšก๏ธ๐Ÿ“, a useful and simple way to allow your users to auto-complete any markdown formatting from within the text input. 1 small step to make writing markdown quicker.
    • ๐Ÿ‘ The shake gesture now presents an UIAlertController for iOS 8 and above. Still supports the old and good UIAlertView for legacy versions.
    ๐Ÿ›  Hot Fixes:
    • ๐Ÿ›  Fixed some content inset non-sense
    • Scrolling to top now really scrolls to top. Not down. Oopsie.
    • ๐Ÿฑ Scrolling down when the keyboard gets presented is also working now. Yay ๐ŸŽ‰ !
    • The placeholder font now matches the textView font, for real this time.
    • Avoids reloading the text view when there is no key for cache. Thanks @susieyy!
    • โœ‚ Removed annoying iOS 8 warnings.