Skip to content

Chatto 2.0.0

Compare
Choose a tag to compare
@diegosanchezr diegosanchezr released this 08 Aug 12:18
· 1053 commits to master since this release

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