MessageViewController v0.2.1 Release Notes
Release Date: 2018-03-16 // about 7 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.2.0
-
โ Added
๐ฅ 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
accessibilityLabel
parameter tosetButton
, and using the supplied title or image label by default. #57 by @BasThomas
โ Removed
- โ Removed a tap gesture recognizer on the message view that would call
becomeFirstResponder()
on the text view. #9 by @rizwankce
๐ Fixed
Miscellaneous