Skip to content

Releases: livup/react-native-zendesk

v0.3.1

01 Sep 12:34
329e4ea
Compare
Choose a tag to compare

This is the release of v0.3.1 and the objective of this release is to fix an issue on Android when setting the visitor info. Sometimes when starting the chat the visitor info sent to Zendesk was empty.

CHANGELOG:

Only Android

  • Add chat observer to update visitor info properly

v0.3.0

27 Aug 05:25
fe53b11
Compare
Choose a tag to compare

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