-
Breaking Change: Migrated to Swift 4.2
-
Breaking Change: Added a new delegate method to
MessageTextViewListener,func willChangeRange(textView: MessageTextView, to range: NSRange)which allowed for the observation of text range changes such that the entire autocomplete string is deleted rather than character by character. #15 by @nathantannar4 -
Added an optional
accessibilityLabelparameter tosetButton, and using the supplied title or image label by default. #57 by @BasThomas
- Removed a tap gesture recognizer on the message view that would call
becomeFirstResponder()on the text view. #9 by @rizwankce
Initial release