Skip to content

Releases: iadvize/iadvize-react-native-sdk

3.2.3 (Angelot)

24 Jul 12:36
Compare
Choose a tag to compare

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)

29 Jun 09:48
Compare
Choose a tag to compare

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)

31 May 15:25
Compare
Choose a tag to compare

Bug fixes

  • (iOS) Fix video conversation flow wrongly changing the conversation channel
  • Fix font update on several message types

3.2.0 (Angelot)

25 May 14:21
Compare
Choose a tag to compare

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

30 Mar 14:27
Compare
Choose a tag to compare

Bug fixes

  • (Android)) Fix message alignment

3.1.0

29 Mar 14:56
Compare
Choose a tag to compare

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

15 Feb 16:23
Compare
Choose a tag to compare

Features

  • (iOS) Embed XMPPFramwork inside XCFramework artifact (Twilio is now the only external SDK dependency)

Bug fixes

  • (iOS) Fix bug in framework generation causing upload issues for integrating app

3.0.1

09 Feb 10:52
Compare
Choose a tag to compare

Bug fixes

  • (iOS) Fix bot conversation starting without user GDPR consent
  • (Android) Fix file picker permissions on Android 13

3.0.0

02 Jan 08:44
Compare
Choose a tag to compare

⚠️ 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)

2.8.2

09 Dec 16:22
Compare
Choose a tag to compare

Features

  • Add support for visitor blocking (Android & iOS)

Bug fixes

  • Fix intempestive "new message" badge showing on default floating button (Android)
  • Fix log levels on several warning stack traces (Android)