Skip to content

Releases: GleapSDK/JavaScript-SDK

v13.1.0

18 Dec 11:09

Choose a tag to compare

Added Gleap.on("unread-count-changed", (unreadCount) => { console.log("Unread count changed: ", unreadCount); });
Added function startConversation(showBackButton?: boolean): void;
Added function startClassicForm( formId: string, showBackButton?: boolean ): void;

v13.0.6

06 Dec 12:36

Choose a tag to compare

Added back button support for product tours.

v13.0.5

01 Dec 13:06

Choose a tag to compare

Fixed issue with element picker for product tours.

v13.0.4

29 Nov 13:54

Choose a tag to compare

Improved Gleap.identify() method by adding plan, companyId and companyName as possible properties.

v13.0.3

24 Nov 15:15

Choose a tag to compare

  • Bug fixes for product tours

v13.0.0

21 Nov 15:39

Choose a tag to compare

Introducing Gleap Product Tours

  • Beautiful product tours
  • Event based triggers
  • No code

v12.8.1

17 Nov 08:14

Choose a tag to compare

  • Updated typings
  • Changed default hotkey to start bug reporting to CTRL + u to prevent issues with opening dev tools.

v12.1.2

24 Oct 07:31

Choose a tag to compare

DOM replays now support canvas and cross origin iFrames. Please read our documentation to learn more on the extended setup:
https://docs.gleap.io/javascript/replays/

v12.1.1

20 Oct 13:32

Choose a tag to compare

  • Typings cleanup.

v12.1.0

20 Oct 07:25

Choose a tag to compare

  • Added checklists for awesome onboarding experiences.