Releases: iadvize/iadvize-react-native-sdk
Releases · iadvize/iadvize-react-native-sdk
3.2.3 (Angelot)
Bug fixes
- Fix wrong type of
isActiveTargetingRuleAvailable
(number
->boolean
) - Fix missing header in iOS bridge
The addition of the missing header in the iOS bridge should allow you to use the ReactNative SDK plugin as a static library, thus allowing you to remove the use_frameworks!
directive from your iOS Podfile
.
3.2.2 (Angelot)
Features
- ReactNative 0.72 support
Bug fixes
- (iOS) Fix threading issue for
presentChabtox
API - (iOS) Fix behavior of
setDefaultFloatingButton
API - (Android) Fix
ChatboxConfiguration.mainColor
defaulting to white if not set
3.2.1 (Angelot)
Bug fixes
- (iOS) Fix video conversation flow wrongly changing the conversation channel
- Fix font update on several message types
3.2.0 (Angelot)
Features
- Disable file attachment buttons when it is disabled in Admin chatbox template
Bug fixes
- (iOS) Fix camera still opening after manual permission removal
- (iOS) Fix targeting listener not being triggered when there is an ongoing conversation
- (iOS) Fix ongoing conversation being returned as true after closing a video conversation
- (Android)) Fix message alignment
3.1.1
3.1.0
Features
- Disable satisfaction survey after failed bot transfer if parametrized in the admin
- Handle the Estimated Waiting Time messages
Bug fixes
- (Android) Fix pre-conversation custom data not being sent on conversation start
- (Android) Fix targeting process not being fully restarted after conversation end
- (Android) Fix build issue with wrong Kotlin version variable
3.0.3
3.0.1
3.0.0
⚠️ This release brings breaking API changes.
Features
- Rename API for clarity (Iadvize => IAdvizeSDK / IadvizeListeners => IAdvizeSDKListeners)
- Add the Listener GDPROption to implement a custom behavior on user "More info" click
- Add the Secured AuthenticationOption for secured authentication process
- Add Chatbox API (presentChatbox / dismissChatbox / isChatboxPresented)
- Add notification API (isIAdvizePushNotification)
- Add Custom Data API (registerCustomData) to save visitor custom data
See UPGRADING.md or the official documentation for deeper explanations on those features.
Bug fixes
- Fix NPS values to 0-10 (was 1-10)