Skip to content

Releases: loadsmart/rn-salesforce-chat

v3.2.0

09 Aug 17:29
Compare
Choose a tag to compare

Fixes

  • Fix EntityField objects being overwritten when creating two or more with the same fieldName
  • Fix the params doFind and doCreate of createPreChatData being passed to the native side in the wrong order

v3.1.0

03 Aug 17:39
Compare
Choose a tag to compare

Additions

  • Add success callback to openChat method

v3.0.0

29 Jul 14:40
Compare
Choose a tag to compare

Additions

  • Update iOS SDK lib to version 224.0.3
  • Update Android SDK lib to version 224.1.0
  • Make params optional
  • Add param transcriptFields for createPreChatData method
  • Rename createUserData to createPreChatData
  • Make optional params null while being passed down to the native side

Fixes

  • Avoid UI exception by starting Android chat on UI thread
  • Avoid starting more than one chat session on Android

v2.0.1

20 Jan 18:33
Compare
Choose a tag to compare

Fixes

  • Fixes missing native modules in the published package

v2.0.0

04 Sep 16:22
Compare
Choose a tag to compare

Additions

  • Better expose API methods by using a class (SalesforceChatAPI) and interfaces for method params
  • Add param to set visitor name on the configureChat method
  • Add validation for missing method parameters
  • Manage iOS React Native dependencies using CocoaPods
  • Add CI job to publish the library