You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added [Markdown Formatting](https://github.com/slackhq/SlackTextViewController#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.
@@ -74,15 +75,15 @@ All notable changes to this project are also be documented here.
* Better [Carthage](https://github.com/Carthage/Carthage) support 🙏
81
82
* Fixed the textInput's [right margin not being honored or honoured](https://github.com/slackhq/SlackTextViewController/commit/6ed6b29f3a82ef22b626eda08dfe57ec4ab37df1). Thanks @ikesyo 🙌
82
83
* Fixed the textView's contentSize to never be higher than its bounds. Very useful for stuff.
* 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)
@@ -103,7 +104,7 @@ All notable changes to this project are also be documented here.
103
104
* Better (Carthage)[https://github.com/Carthage/Carthage] support 🙏
- Added support for custom typing indicator, following the same pattern of registering a class using `registerClassForTypingIndicatorView:`, while this class conforms to `SLKTypingIndicatorProtocol`. Please refer to the documentation for more details about the feature. Thanks @sveinhal! (#207)
@@ -137,6 +138,6 @@ All notable changes to this project are also be documented here.
137
138
- Made sure not to register the same notifications twice.
138
139
- Fixes issue where the text input would not adjust on top of the keyboard when presenting an `UIAlertViewController` (`UIAlertView` or `UIActionSheet`) in iOS8
139
140
140
-
##
141
141
142
+
## Previous versions
142
143
For more release notes of this project, please visit https://github.com/slackhq/SlackTextViewController/releases
0 commit comments