This repository has been archived by the owner on Dec 12, 2022. It is now read-only.
v0.16.0
Changes in 0.16.0 (2021-09-09)
✨ Features
- MXKRoomBubbleComponent: Add link property and parse message events for links that could be previewed. (#888)
- MXKTools: Add +videoConversionPromptForVideoAsset:withCompletion: to create a UIAlertController with appropriate presets. (#4638)
🙌 Improvements
- Upgrade MatrixSDK version (v0.20.0).
- MXKRoomDataSource: Adapt to new async
MXRoom.getEventReceipts
method. (#4383)
🐛 Bugfixes
- MXKRoomDataSource: Fix threading on processQueuedEvents method at the end of the process. (#4788)
- Authentication screen: Unexpected request to access the contact book (#4803)
Others