Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 1.22 KB

Next

Added

  • Breaking Change: Requires Xcode 10.2+

  • Upgraded to Swift 5 and added Swift 5 support to the podspec. #91 by @benasher44

0.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 to setButton, 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

0.1.1

Initial release