Releases: livup/react-native-zendesk
Releases · livup/react-native-zendesk
v0.3.1
v0.3.0
This is the release of v0.3.0 adding all new Zendesk Unified SDK features and capabilities for both Android and iOS platforms. This new version will allow both platforms to work in the same way and with the same configuration options respecting each platform specification.
CHANGELOG:
Typescript
- Add and improve typescript definitions and documentation
- Add new interfaces and enums to reflect the Zendesk API structure
Android and iOS
- Add more configuration options in chat
- Add resetUserIdentity function
- Add support for filtering help center articles (by sections, categories and labels)
- Add support for configuring preChatOptions and other chat defaults
- Set userIdentity and visitorInfo when open chat or help center
- Better and more optimized code
- Add logs
Only iOS
- Add support for close button text configuration to chat window
- Remove ZendeskSupportSDK fixed version from podspec
Only Android
- Add support for toolbarTitle chat window configuration
- Enable jetifier and androidX
- Bump Zendesk SDK versions
- Bump gradle version to 7.0.0
- Bump minSdkVersion to 21
- Bump targetSdkVersion and compileSdkVersion to 31