The changelog for MessageInputBar. Also see the releases on GitHub.
- Fixed a layout invalidation cycle that never ended. #1 by @nathantannar4.
-
Added a new property
shouldForceTextViewMaxHeighttoMessageInputBarwhich forces the view to layout at its maximum height. UsesetShouldForceMaxTextViewHeight(to newValue: Bool, animated: Bool)to set the property. #1 by @nathantannar4. -
Breaking Change Added a new protocol
InputItem.InputBarButtonItemnow confirms toInputItemand the item arrays inMessageInputBarare 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