All Versions
16
Latest Version
Avg Release Cycle
133 days
Latest Release
1363 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v3.0.0 Changes
September 21, 2016- ๐ฑ Swift 3.0 support ๐
-
v2.1.0 Changes
September 17, 2016- โจ 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
-
v2.0.1 Changes
August 08, 2016- โช Workaround for SR-2223
-
v2.0.0 Changes
August 08, 2016Chatto :
- โก๏ธ 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