| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2016-10-04 | 1.2 kB | |
| Version 1.9.5.tar.gz | 2016-10-04 | 11.3 MB | |
| Version 1.9.5.zip | 2016-10-04 | 11.4 MB | |
| Totals: 3 Items | 22.7 MB | 0 | |
Features:
- Migrated the library to be using NSAttributedString underneath. The
textproperty onSLKTextViewuses a NSAttributedString representation based on its font and text color, and doesn't forward to super. By @jacywu07 (https://github.com/slackhq/SlackTextViewController/pull/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 (https://github.com/slackhq/SlackTextViewController/pull/506)
- Exposed the private
cacheTextViewmethod. By @acandelaria1 (https://github.com/slackhq/SlackTextViewController/pull/513)
Hot Fixes & Enhancements:
- Updated the sample project to Swift 3! By @cyhsutw (https://github.com/slackhq/SlackTextViewController/pull/522)
- Added a property to allow the user to set how many lines of text SLKTextView's placeholder should have. By @jedmund (https://github.com/slackhq/SlackTextViewController/pull/505)
- Tweaked keyboard height calculations on invert mode. By @ZAndyL (https://github.com/slackhq/SlackTextViewController/pull/512)