Skip to content

Releases: GleapSDK/ReactNative-SDK

v13.6.2

18 May 06:56

Choose a tag to compare

v13.6.2

v13.6.1

23 Apr 13:11

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

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

Choose a tag to compare

Minor bug fixes.

v13.2.3

06 Feb 14:03

Choose a tag to compare

  • Updated native dependencies.

v13.2.2

06 Feb 08:18

Choose a tag to compare

  • Updated native dependencies.
  • Fixed issue with back button.

v13.2.1

01 Feb 17:38

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

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

Choose a tag to compare

Updated native Android dependency.

v13.0.0

29 Nov 19:34

Choose a tag to compare

Updated native dependencies.