- Added
"use client"banner to build outputs
- Added
tokenandtokenFetcherprops to Session. For more details on how to use JSON Web Token (JWT)-based authentication, see the authentication documentation. - Deprecated the
signatureprop on the Session component. Signature-based authentication continues to be supported indefinitely, but JWT-based authentication is recommended for new projects.
- Added
showprop toPopup, that allows you to specify whether the popup should be shown or hidden.
- Add
<HtmlPanel>component
Note: This component is currently experimental.
- Added
asGuest?: booleanprop toChatbox,InboxandPopup.
- Add
<HtmlPanel>component
Note: This component is currently experimental.
- Output ES2015.
- Added
useUnreadshook.
- Added
signature?: stringprop toSession.
Addsignature?: stringprop toSession.
- Removed "experimental" label from README.