Skip to content

Commit 008b0df

Browse files
committed
Cut release v0.10.2
1 parent c14af94 commit 008b0df

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
66

77
## Upcoming release
88

9+
## [[Prerelease] 0.10.2](https://github.com/MessageKit/MessageKit/releases/tag/0.10.2)
10+
911
### Fixed
1012

1113
- 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
1820
- Fixed pixelation of `AvatarView`'s placeholder text initials.
1921
[#343](https://github.com/MessageKit/MessageKit/pull/343) by [@johnnyoin](https://github.com/johnnyoin).
2022

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).
28+
2129
## [[Prerelease] 0.10.1](https://github.com/MessageKit/MessageKit/releases/tag/0.10.1)
2230

2331
### Fixed

MessageKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'MessageKit'
3-
s.version = '0.10.1'
3+
s.version = '0.10.2'
44
s.license = { :type => "MIT", :file => "LICENSE.md" }
55

66
s.summary = 'An elegant messages UI library for iOS.'

0 commit comments

Comments
 (0)