Skip to content

Releases: Cognigy/WebchatWidget

2.3.0 - Integrated Toggle Button

20 May 13:18
Compare
Choose a tag to compare

Breaking Changes

  • WebchatUI will now pass the rest props to a wrapper around the webchat root, not to the webchat root itself anymore.
  • the webchat will now show a toggle button by default, this is changable by passing disableToggleButton: true in the webchat settings

New Features

  • in mobile view, the webchat header will now show a 'close' button to the right
  • you can now pass webchat settings within the second parameter of initWebchat, e.g.
initWebchat('https://example.com', { 
  settings: {
    disableToggleButton: true
  }
});

Bug Fixes

  • incoming bot messages will not scroll the webchat history to the bottom if it was scrolled up before
  • fixed a bug where special characters in image urls would result in the image not being displayed correctly when using messenger templates

v1.1.7

22 Nov 16:14
Compare
Choose a tag to compare

Fixes compatibility issue with IE11.

Open Facebook-Gallery link within a new tab.

v1.1.6

08 Nov 12:47
Compare
Choose a tag to compare

Fixes compatibility issue with Safari

V1.1.4

16 Aug 14:33
0c771e5
Compare
Choose a tag to compare

Fixes a bug where actions.output(null, { some: "data" }); would render empty speech bubbles in the Webchat.

V1.1.3

02 Aug 10:01
68f5f13
Compare
Choose a tag to compare

Fixes a bug in the Persistent Menu

v1.1.2

02 Aug 10:00
d0b344c
Compare
Choose a tag to compare
Merge pull request #26 from Cognigy/v1.1.2

V1.1.2

Expose the COGNIGY.AI Client

09 Jul 09:27
Compare
Choose a tag to compare

The Cognigy.init function now takes a callback as the third parameter, which is called with the COGNIGY.AI Client that can be used to send messages to COGNIGY.AI directly, instead of using the chat panel. See documentation here: https://docs.cognigy.com/docs#section-using-the-cognigyai-client-to-send-messages

Webchat for COGNIGY.AI 3.0

02 Jun 12:59
4b555a7
Compare
Choose a tag to compare

This release makes the Webchat compatible with COGNIGY.AI 3.0

Webchat for COGNIGY.AI 2.7

02 Jun 12:52
Compare
Choose a tag to compare

This Webchat release is compatible with COGNIGY.AI 2.7

Old webchat

26 Feb 12:21
Compare
Choose a tag to compare
Old webchat Pre-release
Pre-release

This is the old webchat that is tagged to be backwards compatible with existing demos