mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Add CHANGELOG entry for #356
This commit is contained in:
+17
-14
@@ -15,15 +15,32 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
|
||||
`AvatarView`'s vertical and horizontal position in a `MessageCollectionViewCell`.
|
||||
[#322](https://github.com/MessageKit/MessageKit/pull/322) by [@SD10](https://github.com/sd10).
|
||||
|
||||
### Changed
|
||||
|
||||
- All `DetectorType`s for `MessageLabel` are disabled by default.
|
||||
[#356](https://github.com/MessageKit/MessageKit/pull/356) by [@SD10](https://github.com/sd10).
|
||||
|
||||
### Fixed
|
||||
|
||||
- **Breaking Change** Fixed all instances of misspelled `inital` property. `Avatar.inital` has changed to `Avatar.initial`
|
||||
and the initializer has changed from `public init(image: UIImage? = nil, initals: String = "?")` to `public init(image: UIImage? = nil, initials: String = "?")`.
|
||||
[#298](https://github.com/MessageKit/MessageKit/issues/298) by [@sidmclaughlin](https://github.com/sidmclaughlin).
|
||||
|
||||
- Fixed `MessageInputBar`'s `translucent` functionality.
|
||||
[#348](https://github.com/MessageKit/MessageKit/pull/348) by [@zhongwuzw](https://github.com/zhongwuzw).
|
||||
|
||||
- Fixes infinite loop when dismissing keyboard on iPhone X.
|
||||
[#350](https://github.com/MessageKit/MessageKit/pull/350) by [@nathantannar4](https://github.com/nathantannar4).
|
||||
|
||||
### Removed
|
||||
|
||||
- **Breaking Change** Removed `AvatarAlignment` and `avatarAlignment(for:at:in)` delegate method
|
||||
in favor of new `AvatarPosition` representing both vertical and horizontal alignments.
|
||||
[#322](https://github.com/MessageKit/MessageKit/pull/322) by [@SD10](https://github.com/sd10).
|
||||
|
||||
- **Breaking Change** Removed the `avatarAlwaysLeading` and `avatarAlwaysTrailing` properties of `MessagesCollectionViewFlow$
|
||||
[#322](https://github.com/MessageKit/MessageKit/pull/322) by [@SD10](https://github.com/sd10).
|
||||
|
||||
## [[Prerelease] 0.10.2](https://github.com/MessageKit/MessageKit/releases/tag/0.10.2)
|
||||
|
||||
### Fixed
|
||||
@@ -35,19 +52,6 @@ and the initializer has changed from `public init(image: UIImage? = nil, initals
|
||||
origin Y so that the `cellBottomLabel` is always under the `MessageContainerView`.
|
||||
[#326](https://github.com/MessageKit/MessageKit/pull/326) by [@SD10](https://github.com/sd10).
|
||||
|
||||
- Fixed `MessageInputBar`'s `translucent` functionality.
|
||||
[#348](https://github.com/MessageKit/MessageKit/pull/348) by [@zhongwuzw](https://github.com/zhongwuzw).
|
||||
|
||||
### Removed
|
||||
|
||||
- **Breaking Change** Removed `AvatarAlignment` and `avatarAlignment(for:at:in)` delegate method
|
||||
in favor of new `AvatarPosition` representing both vertical and horizontal alignments.
|
||||
[#322](https://github.com/MessageKit/MessageKit/pull/322) by [@SD10](https://github.com/sd10).
|
||||
|
||||
- **Breaking Change** Removed the `avatarAlwaysLeading` and `avatarAlwaysTrailing` properties of `MessagesCollectionViewFlowLayout`.
|
||||
[#322](https://github.com/MessageKit/MessageKit/pull/322) by [@SD10](https://github.com/sd10).
|
||||
|
||||
=======
|
||||
- Fixed pixelation of `AvatarView`'s placeholder text initials.
|
||||
[#343](https://github.com/MessageKit/MessageKit/pull/343) by [@johnnyoin](https://github.com/johnnyoin).
|
||||
|
||||
@@ -56,7 +60,6 @@ in favor of new `AvatarPosition` representing both vertical and horizontal align
|
||||
|
||||
- Fixed crash for escaping block in `InputBarItem`’s `setSize(newValue:animated)` method.
|
||||
[#342](https://github.com/MessageKit/MessageKit/pull/342) by [@zhongwuzw](https://github.com/zhongwuzw).
|
||||
>>>>>>> master
|
||||
|
||||
## [[Prerelease] 0.10.1](https://github.com/MessageKit/MessageKit/releases/tag/0.10.1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user