MessageKit v0.10.1 Release Notes

  • ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed a bug that caused a race condition to be met when invalidating the intrinsicContentSize of the MessageInputBar which froze the app during a "Select" or "Select All" long press #313 by @zhongwuzw.

    • ๐Ÿ›  Fixed a bug that the placeholderLabel subview of InputTextView leads to ambiguous content size because of uncorrect Auto Layout. #310 by @zhongwuzw.

    • ๐Ÿ›  Fixed a bug that the leftStackViewใ€rightStackView subview of MessageInputBar leads to ambiguous Auto Layout issue because of typo. #311 by @zhongwuzw.

    ๐Ÿ”„ Changed

    • 0๏ธโƒฃ Changed InputStackView default alignment from .fill to .bottom. #311 by @zhongwuzw.