Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

21 lines (11 loc) · 1.25 KB

CHANGELOG

The changelog for MessageInputBar. Also see the releases on GitHub.


Upcoming release

Fixed

Added

  • Added a new property shouldForceTextViewMaxHeight to MessageInputBar which forces the view to layout at its maximum height. Use setShouldForceMaxTextViewHeight(to newValue: Bool, animated: Bool) to set the property. #1 by @nathantannar4.

  • Breaking Change Added a new protocol InputItem. InputBarButtonItem now confirms to InputItem and the item arrays in MessageInputBar are now of type [InputItem] for more flexability. #1 by @nathantannar4.

This release forks the development of the MessageInputBar from MessageKit 1.0.0-beta.1