All Versions
16
Latest Version
Avg Release Cycle
133 days
Latest Release
1363 days ago

Changelog History
Page 2

  • v3.0.0 Changes

    September 21, 2016
    • ๐Ÿฑ Swift 3.0 support ๐ŸŽ‰
  • v2.1.0 Changes

    September 17, 2016
  • v2.0.1 Changes

    August 08, 2016
  • v2.0.0 Changes

    August 08, 2016

    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

  • v1.0.1 Changes

    January 14, 2016
    • ๐Ÿ‘Œ Support for Carthage
  • v1.0 Changes

    November 27, 2015
    • First version