Releases: badoo/Chatto
Releases · badoo/Chatto
Chatto 3.0.0
- Swift 3.0 support 🎉
Chatto 2.1.0
- Enhanced customization for LiveCameraCell #199 - @TerekhovAnton
- Fixes input not being at the bottom when chat is embedded in a UITabbarController #202 - @andris-zalitis
- Fixes collection view insets when keyboard is shown #204 - @dbburgess
- LiveCameraCellPresenter made public #205 - @diegosanchezr
- Fixes order of photos on iOS 10 #215 - @geegaset
- Adds accessibility identifiers in ChatInputBar #218, #206 - @geegaset
- Xcode 8 - Swift 2.3 support - @diegosanchezr
Chatto 2.0.1
- Workaround for SR-2223
Chatto 2.0.0
Chatto:
- Update engine can be configured to coalesce updates.
- Update queue is exposed to clients. For instance, this allows pausing updates when the chat stops being the topmost view controller.
- Data sources can now tell what type of update should be performed (reloadData, performBatchUpdates) or force the layout to be calculated entirely in the main thread, synchronously.
- Automatic dismissal of the keyboard when tapping on the background of the chat.
- New API to access the messages / presenters from the view controller
- Revealing timestamps can be now configured on a per-message basis
- Critical fixes: #92, #71
ChattoAdditions:
- Made easier to inject custom models in the presenters
- Enhanced customization of cells and the input component
- Improvements in the Photo input component: callbacks to handle permissions and listens to changes in the camera roll
- Avatars in cells: thank you @zwang and @maxkonovalov
- Critical fixes: #161
And a lot more! Check out here a more detailed list of changes