Releases: somia/ninchat-sdk-ios-swift
Releases · somia/ninchat-sdk-ios-swift
Version 0.8.2
Changes
- Fix crash on permission modal
- SDK v0.8.2 by @pallab-gain-tt in #409
Full Changelog: 0.8.1...0.8.2
Version 0.8.1
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
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
) inNinchatSession
initializer (#396, #398)
Version 0.7.0
- Supporting group video calls using Jitsi (#384, #385, #386, #387, #390, #391, #392)
- Showing deleted messages (#389)
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
Including just Jitsi WebRTC instead of the whole Jitsi SDK for now.
Version 0.6.0
Version 0.5.12
Version 0.5.11
Version 0.5.10
Version 0.5.9
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