All Versions
3
Latest Version
Avg Release Cycle
23 days
Latest Release
2226 days ago

Changelog History

  • v0.2.1

    March 16, 2018
  • v0.2.0 Changes

    March 14, 2018

    โž• 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

  • v0.1.1 Changes

    January 29, 2018

    ๐ŸŽ‰ Initial release