Releases: GleapSDK/JavaScript-SDK
Releases · GleapSDK/JavaScript-SDK
v13.2.8
v13.2.8
v13.2.7
- Added native support for ESM
- Updated webpack
v13.2.6
Minor bug fixes.
v13.2.5
- Fixed issue with mobile Firefox
v13.2.1
Added:
function startNetworkLogger(): void;
function setNetworkLoggerBlacklist(networkLogBlacklist: string[]): void;
function setNetworkLoggerFilters(filters: string[]): void;
function updateContact(
customerData: any,
): void;
v13.1.4
- Improved product tours
v13.1.3
v13.1.3
v13.1.2
- Adapted default widget height to 700px.
v13.1.1
- Fixed notification badge
v13.1.0
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;