Chatto v3.4.0 Release Notes

Release Date: 2019-04-23 // almost 5 years ago
  • ๐Ÿ”‹ Features

    • โž• Added Xcode 10 and Swift 4.2 support #521 by @AntonPalich
    • โž• Added support for showing messages starting from the bottom of the chat #483 by @rokemoon
    • โž• Added support for scrolling to a specific item in chat #542 by @AntonPalich
    • โž• Added accessibility identifiers to messages, photos input and input bar #517 by @dive
    • โž• Added support for an experimental input presenter that don't use UIResponder.inputView API to present a custom input views #536 by @aabalaban and @magic146
    • โž• Added support for a compound bubble that shows a mixed content in a single bubble #545 by @wiruzx
    • โž• Added accessibility identifiers to a compound bubble #556 by @wiruzx
    • โž• Added ability to change an item type dynamically #548 by @wiruzx
    • โž• Added support for intercepting paste action in input bar #558 and #560 by @wiruzx
    • โž• Added support for copy action in compound bubble #573 by @wiruzx

    ๐Ÿ‘Œ Improvements

    • ๐Ÿ”„ Changed access modifier to open in scrollToBottom function #501 by @azimin
    • โž• Added @objc modifier to scrollToBottom function #502 by @azimin
    • โž• Added support for postponing a presenter factory initialization #528 by @magic146
    • โž• Added IDETemplateMacros to workspaces #544 by @wiruzx
    • ๐Ÿ”„ Changed some access modifiers to public in ScreenMetric.swift and InputContainerView #551 by @magic146
    • ๐Ÿ‘ Various improvements to support a new input bar in Badoo #552 by @magic146

    ๐Ÿ› Bug

    • ๐Ÿ›  Fixed an issue with wrong inputAccessoryView position on iOS 12 #530 by @AntonPalich
    • ๐Ÿ›  Fixed an issue (introduced in #530) with wrong inputView height after dismissing a modally presented view controller #531 by @AntonPalich
    • ๐Ÿ›  Fixed an issue (introduced in #530) with wrong inputView height after sending a multilin text message #568 by @AntonPalich
    • ๐Ÿ›  Fixed an issue (introduced in #542) with double completion execution in performBatchUpdates #543 by @AntonPalich
    • ๐Ÿ›  Fixed an issue (introduced in #545) with fractional bubble size #553 by @wiruzx
    • ๐Ÿ›  Fixed a crash caused by force unwrapped optional in case when a device was rotated with unopened tab with chat in UITabBarViewController #538 by @alaija
    • ๐Ÿ›  Fixed a freeze caused by PHCachingImageManager in some cases #566 by @leonspok