This repository has been archived by the owner on Oct 16, 2024. It is now read-only.
Releases: loadsmart/rn-salesforce-chat
Releases · loadsmart/rn-salesforce-chat
v3.2.0
v3.1.0
Additions
- Add success callback to
openChat
method
v3.0.0
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
forcreatePreChatData
method - Rename
createUserData
tocreatePreChatData
- 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
Fixes
- Fixes missing native modules in the published package
v2.0.0
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