1.0.0-alpha09
Pre-release[1.0.0-alpha09] - 2022-11-17
Added
-
Reporting: an ErrorReporter was added to the native SDKs to report anonymous events to nabla servers to help debug some features like video calls.
⚠️ To update to this version you need to add a new pod in theios/Podfile
pod 'Sentry', :modular_headers => true
(You can find more info in the documentation)
Changed
-
Theming: the native SDKs updates contain an enhanced handling of the dark/night modes.
-
Removed the
showComposer
parameter fromNablaMessagingUI.navigateToConversation
method and relied onConversation
isLocked
property to hide the composer.
⚠️ If you were using theshowComposer
parameter ofNablaMessagingUI.navigateToConversation
, it is not available anymore, and you should migrate to using lock conversation from the Console. -
The
NablaClient.initialize
method now takes aConfiguration
class instead of multiple parameters.
⚠️ This change is breaking and you will need to update allNablaClient
initialize
.
Fixed
Versions
- Android:
1.0.0-alpha19
- iOS:
1.0.0-alpha24