SlackTextViewController v1.9.5 Release Notes

Release Date: 2016-10-03 // over 7 years ago
  • ๐Ÿ”‹ Features:
    • Migrated the library to be using NSAttributedString underneath. The text property on SLKTextView uses a NSAttributedString representation based on its font and text color, and doesn't forward to super. By @jacywu07 (#501)
    • As part of the migration to NSAttributedString, new helpers for attributed strings have been added to SLKTextView+SLKAdditions.
    • Introduced a new API to end users to open the auto-completion mode with a given prefix. By @jacywu07 (#506)
    • ๐Ÿ”ฆ Exposed the private cacheTextView method. By @acandelaria1 (#513)
    ๐Ÿ›  Hot Fixes & Enhancements:
    • โšก๏ธ Updated the sample project to Swift 3! By @cyhsutw (#522)
    • โž• Added a property to allow the user to set how many lines of text SLKTextView's placeholder should have. By @jedmund (#505)
    • ๐Ÿ‘‰ Tweaked keyboard height calculations on invert mode. By @ZAndyL (#512)