Welcome to Ada’s release notes. Scroll down to see a list of recent releases, or subscribe to get notified about updates.

Receive a weekly email summary of releases every Friday at 11 a.m. Eastern, provided there has been at least one release that week.

Copy the following URL into your RSS reader to get notified about new releases:

https://docs.ada.cx/release-notes.rss

New chat window events in Embed2

New events have been added to the subscribeEvent action in Embed2 to help you better track user interactions within the chat window:

Event keyTriggerPayload
ada:minimize_chatTriggered when a user minimizes the chat window{ conversation_id: string, is_engaged: boolean }
ada:close_chatTriggered when a user closes the chat window{ conversation_id: string, is_engaged: boolean }

If you’re using the Embed2 script, these events are immediately available. For the NPM package, update to the latest version (1.9.0) to start using them.