mirror of
https://github.com/MessageKit/MessageKit.git
synced 2026-02-06 19:03:19 +00:00
Add CHANGELOG entry for #397
This commit is contained in:
@@ -6,8 +6,18 @@ The changelog for `MessageKit`. Also see the [releases](https://github.com/Messa
|
||||
|
||||
## Upcoming release
|
||||
|
||||
### Added
|
||||
|
||||
- Added `detectorAttributes(for:and:at:)` method to `MessagesDisplayDelegate` allowing `DetectorType`
|
||||
attributes to be set outside of the cell.
|
||||
[#397](https://github.com/MessageKit/MessageKit/pull/397) by [@SD10](https://github.com/sd10).
|
||||
|
||||
### Changed
|
||||
|
||||
- **Breaking Change** The `MessageLabel` properties `addressAttributes`, `dateAttributes`, `phoneNumberAttributes`,
|
||||
and `urlAttributes` are now read only. Please use `setAttributes(_:detector:)` to set these properties.
|
||||
[#397](https://github.com/MessageKit/MessageKit/pull/397) by [@SD10](https://github.com/sd10).
|
||||
|
||||
- **Breaking Change** Removed the generic constraint `<ContentView: UIView>` from `MessageCollectionViewCell`.
|
||||
[#391](https://github.com/MessageKit/MessageKit/pull/391) by [@SD10](https://github.com/sd10).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user