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

Commit dfc2a6a

Browse files
author
Ignacio Romero Zurbuchen
committed
Updates Changelog for 1.9.5
1 parent 31da460 commit dfc2a6a

2 files changed

Lines changed: 42 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Change Log
22

3+
## [Version 1.9.5](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.5)
4+
5+
##### Features:
6+
- 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 (https://github.com/slackhq/SlackTextViewController/pull/501)
7+
- As part of the migration to NSAttributedString, new helpers for attributed strings have been added to `SLKTextView+SLKAdditions`.
8+
- 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)
9+
- Exposed the private `cacheTextView` method. By @acandelaria1 (https://github.com/slackhq/SlackTextViewController/pull/513)
10+
11+
##### Hot Fixes & Enhancements:
12+
- Updated the sample project to Swift 3! By @cyhsutw (https://github.com/slackhq/SlackTextViewController/pull/522)
13+
- 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)
14+
- Tweaked keyboard height calculations on invert mode. By @ZAndyL (https://github.com/slackhq/SlackTextViewController/pull/512)
15+
16+
## [Version 1.9.4](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.4)
17+
##### Hot Fixes & Enhancements:
18+
- Fixed keyboard status updates inconsistencies, causing sometimes the text input bar not to follow the keyboard.
19+
- Fixed bottom margin inconsistencies. Thanks @yury! 💪
20+
- Fixed an edge case where the caret would jump to the end after double-space completion in middle of text. Thanks @mtackes
21+
- Improved Carthage support
22+
323

424
## [Version 1.9.3](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.3)
525

Examples/Messenger.xcworkspace/contents.xcworkspacedata

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)