You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixed `contentInset.top` adjustment of the `MessagesCollectionView` on iOS versions less than 11 where it was found that messages appeared under the navigation var
@@ -18,6 +20,12 @@ origin Y so that the `cellBottomLabel` is always under the `MessageContainerView
18
20
- Fixed pixelation of `AvatarView`'s placeholder text initials.
19
21
[#343](https://github.com/MessageKit/MessageKit/pull/343) by [@johnnyoin](https://github.com/johnnyoin).
20
22
23
+
- Fixed `MessageLabel` address detection handler.
24
+
[#341](https://github.com/MessageKit/MessageKit/pull/341) by [@zhongwuzw](https://github.com/zhongwuzw)
25
+
26
+
- Fixed crash for escaping block in `InputBarItem`’s `setSize(newValue:animated)` method.
27
+
[#342](https://github.com/MessageKit/MessageKit/pull/342) by [@zhongwuzw](https://github.com/zhongwuzw).
0 commit comments