Skip to content

Releases: JivoChat/JivoSDK-iOS

4.3.3

07 May 07:55
Compare
Choose a tag to compare

List of product changes

  • Add more details into Privacy Manifest

4.3.2

27 Apr 09:17
Compare
Choose a tag to compare

List of product changes

  • Tech: support the most actual KeychainSwift dependency to use its own Privacy Manifest

4.3.1

26 Apr 11:48
Compare
Choose a tag to compare

List of product changes

  • Add: privacy manifest
  • Fix: outgoing message indicators about delivery status
  • Fix: dark icon for "unavailable" placeholder

4.3.0

18 Apr 10:54
Compare
Choose a tag to compare

List of product changes

  • Fix: JVDisplayElement.outgoingElements was not customizable by color
  • Fix: timeline could get frozen sometimes
  • Fix: some UI issues when attempting to present SDK that is already onscreen
  • Fix: some connectivity issues when jumping between different channels
  • Fix: contact info is missing sometimes
  • Improve: removed runtime warnings about threading qos inversion

4.2.1

16 Mar 06:09
Compare
Choose a tag to compare

List of product changes

  • Prevented some technical messages from sending out
  • Kept the Markdown parsing from bots messages only
  • Improved the history loading button behaviour
  • Improved the unread messages counting
  • Minor UI changes

List of API changes

  • Added "Swifty" Jivo.notifications.didReceiveRemoteNotification(userInfo:)
    as alternative to Jivo.notifications.handleIncoming(userInfo:completionHandler:)
  • Added "Swifty" Jivo.notifications.willPresent(notification:preferableOptions:)
    as alternative to Jivo.notifications.configurePresentation(notification:proxyTo:resolver:)
  • Added Jivo.notifications.didReceive(response:)
    as replacement of Jivo.notifications.handleUser(response:)

4.1.0

24 Jan 19:26
Compare
Choose a tag to compare

List of product changes

  • Implement Rate Form
  • Fix some history loading issues

List of API changes

  • Add Jivo.display.define(text:forElement:)
  • Add Jivo.display.define(color:forElement:)
  • Add Jivo.display.define(image:forElement:)

4.0.7

29 Dec 14:54
Compare
Choose a tag to compare

List of product changes

  • Fix the user token JWT handling

4.0.5

19 Dec 17:54
Compare
Choose a tag to compare

List of product changes

  • Fix the history loading in some cases
  • Prevent the UserAgent from being overridden

4.0.4

17 Nov 10:03
Compare
Choose a tag to compare

List of product changes

4.0.2

05 Sep 09:27
Compare
Choose a tag to compare

List of product changes

  • Use CoreData instead of Realm
  • Fix the Hello Message behavior
  • Minor UI/logic fixes
  • Now, we are Open Source

List of API changes

  • Change the public namespace JivoSDK -> Jivo
  • Reorganize the Documentation into Xcode format
  • Improve the React Native module
  • Implement the Flutter plugin