Skip to content

Releases: somia/ninchat-sdk-ios-swift

Version 0.8.2

28 Dec 11:17
5442f1f
Compare
Choose a tag to compare

Changes

Full Changelog: 0.8.1...0.8.2

Version 0.8.1

27 Oct 05:24
Compare
Choose a tag to compare

Changes

  • Set the minimum iOS version to iOS 14.3, since WebRTC on WKWebView is supported only from iOS 14.3 and up.
  • Fixed automated tests.

Version 0.8.0

25 Oct 13:18
Compare
Choose a tag to compare

Changes

  • Replaced the JitsiMeetSDK which is based on React Native with the Jitsi Meet iFrame API which runs Jitsi inside a WKWebView (#402)
  • Added a color override for the background color of the selected text inside a chat input: ninchatColorTextareaSelectedText (#397)
  • Added an optional parameter for setting modal presentation style (modalPresentationStyle) in NinchatSession initializer (#396, #398)

Version 0.7.0

28 Apr 11:33
9a9862e
Compare
Choose a tag to compare

Note

Current SDK version is using ReactNative 0.68.5. If your project is using ReactNative as well, please make sure their versions are compatible (same) to avoid conflicting symbols, until a fix for this is introduced.

Version 0.6.1

03 Apr 10:50
Compare
Choose a tag to compare

Including just Jitsi WebRTC instead of the whole Jitsi SDK for now.

Version 0.6.0

01 Mar 12:26
85413f4
Compare
Choose a tag to compare

Changes

Version 0.5.12

08 Apr 11:09
Compare
Choose a tag to compare

Changes

  • Fix bugs about overriding assets on some pages (#359)
  • Fix reported bugs about missing messages (#360)
  • Add support for _registered and close in questionnaires (#361)
  • Fix a bug in closing a session (#362)
  • Update titlebar info when the user is transferred (#364)

Version 0.5.11

10 Mar 09:23
4f8c4a0
Compare
Choose a tag to compare

Changes

Version 0.5.10

28 Feb 15:27
4bc92b6
Compare
Choose a tag to compare

Changes

  • Fix reported issues in showing duplicated close buttons (#345)
  • Update conversation style questionnaires (#346)
  • Add a new key for overriding conversation style questionnaires (#347):
    • ninchatBubbleQuestionnaire
  • Fix issues in overriding assets (#349)

Version 0.5.9

22 Feb 09:32
6cde0e6
Compare
Choose a tag to compare

Changes

  • Add support for overriding titlebar avatar (#337)

  • Capitalized first input character (#338)

  • Show/Skip rating page according to the configuration (#339)

  • Reload history when the app returns to the foreground (#340)

  • Avoid sending "Conversation Closed" message more than once (#341)

  • Add override options for Chat Bubbles (#342)

    • ninchatBubbleLeft
    • ninchatBubbleLeftRepeated
    • ninchatBubbleRight
    • ninchatBubbleLeftRepeated
  • Add dynamic height support for Rich Questionnaire Text elements (#343)

  • Various bugs and crash fixes