Skip to content

Commit 8b7dbf3

Browse files
author
Ignacio Romero Zurbuchen
committed
Updates Changelog
1 parent 98daecc commit 8b7dbf3

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

CHANGELOG.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Change Log
22
All notable changes to this project are also be documented here.
3+
34
`SlackTextViewController` adheres to [Semantic Versioning](http://semver.org/).
45

56
---
67

7-
## [1.9.2](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.2)
8+
## [Version 1.9.2](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.2)
89

910
#### SlackTextViewController is now MIT licensed!
1011

@@ -24,7 +25,7 @@ All notable changes to this project are also be documented here.
2425
- Many, many, many auto-completion bug fixes 💪
2526

2627

27-
## [1.9.1](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.1)
28+
## [Version 1.9.1](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9.1)
2829

2930
##### Features & Enhancements:
3031
- Renamed public `autoCompleteFormatting` to `formattingEnabled`.
@@ -41,7 +42,7 @@ All notable changes to this project are also be documented here.
4142
- Fixed issue causing not to forward all UITextViewDelegate callbacks.
4243

4344

44-
## [1.9](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9)
45+
## [Version 1.9](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.9)
4546

4647
##### Deprecations:
4748
- Deprecated the keyboard panning gesture on iOS 9, to drag the keyboard up and down. More information about this in #361
@@ -59,7 +60,7 @@ All notable changes to this project are also be documented here.
5960
- Fixed the auto-completion layout being busted in 1.8. This was a regression.
6061

6162

62-
## [1.8](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.8)
63+
## [Version 1.8](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.8)
6364

6465
##### Features & Enhancements:
6566
* 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.
7475
* Removed annoying iOS 8 warnings.
7576

7677

77-
## [1.7.2](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.7.2)
78+
## [Version 1.7.2](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.7.2)
7879

7980
##### Hot Fixes:
8081
* Better [Carthage](https://github.com/Carthage/Carthage) support 🙏
8182
* Fixed the textInput's [right margin not being honored or honoured](https://github.com/slackhq/SlackTextViewController/commit/6ed6b29f3a82ef22b626eda08dfe57ec4ab37df1). Thanks @ikesyo 🙌
8283
* Fixed the textView's contentSize to never be higher than its bounds. Very useful for stuff.
8384

8485

85-
## [1.7.1](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.7.1)
86+
## [Version 1.7.1](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.7.1)
8687

8788
##### Features & Enhancements:
8889
* 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.
103104
* Better (Carthage)[https://github.com/Carthage/Carthage] support 🙏
104105

105106

106-
## [1.7](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.7)
107+
## [Version 1.7](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.7)
107108

108109
##### Deprecations:
109110
- Removed `shouldForceTextInputbarAdjustment` and replace it with `-forceTextInputbarAdjustmentForResponder:`
@@ -124,7 +125,7 @@ All notable changes to this project are also be documented here.
124125
- Fixed swift compiler warning. Thanks @csjones
125126

126127

127-
## [1.6](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.6)
128+
## [Version 1.6](https://github.com/slackhq/SlackTextViewController/releases/tag/v1.6)
128129

129130
##### Features:
130131
- 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.
137138
- Made sure not to register the same notifications twice.
138139
- Fixes issue where the text input would not adjust on top of the keyboard when presenting an `UIAlertViewController` (`UIAlertView` or `UIActionSheet`) in iOS8
139140

140-
##
141141

142+
## Previous versions
142143
For more release notes of this project, please visit https://github.com/slackhq/SlackTextViewController/releases

0 commit comments

Comments
 (0)