Skip to content

Releases: GleapSDK/ReactNative-SDK

v13.6.1

23 Apr 13:11
Compare
Choose a tag to compare
  • Updated native versions to v13.6.1
  • Introducing smart links
  • Introducing Apple Privacy Manifest support (iOS native SDK)

v13.5.0

08 Mar 16:49
Compare
Choose a tag to compare

Added:

https://docs.gleap.io/reactnative/aitools
https://docs.gleap.io/reactnative/ticket-attributes

setTicketAttribute(key: string, value: string): void;

setAiTools(tools: {
  name: string;
  description: string;
  response: string;
  parameters: {
    name: string;
    description: string;
    type: "string" | "number" | "boolean";
    required: boolean;
    enums?: string[];
  }[];
}[]): void;

v13.2.4

11 Feb 09:10
Compare
Choose a tag to compare

Minor bug fixes.

v13.2.3

06 Feb 14:03
Compare
Choose a tag to compare
  • Updated native dependencies.

v13.2.2

06 Feb 08:18
Compare
Choose a tag to compare
  • Updated native dependencies.
  • Fixed issue with back button.

v13.2.1

01 Feb 17:38
Compare
Choose a tag to compare

Added:

updateContact(userProperties: GleapUserProperty): void;
setNetworkLogsBlacklist(networkLogBlacklist: string[]): void;
setNetworkLogPropsToIgnore(networkLogPropsToIgnore: string[]): void;

Updated native dependencies

v13.1.0

19 Dec 11:26
Compare
Choose a tag to compare
  • Added startConversation(showBackButton: boolean): void;
  • Added startClassicForm(formId: string, showBackButton: boolean): void;
  • Added notificationCountUpdated callback

v13.0.1

01 Dec 09:49
Compare
Choose a tag to compare

Updated native Android dependency.

v13.0.0

29 Nov 19:34
Compare
Choose a tag to compare

Updated native dependencies.

v12.1.1

03 Nov 09:06
Compare
Choose a tag to compare

Added support for RN 0.73 gradle namespace.

Credits to @huextrat 🔥