- Fixed a bug where passing
undefinedas theconversationIdto<Inbox>had no effect
- Externalize
react/jsx-runtimedependency (thanks to @KlotzJesse) - Removed
react-dompeer dependency
- Allow
nullas a value for theconversationIdprop
- 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.
- Added
asGuest?: booleanprop toChatbox,InboxandPopup.
- Output ES2015.
- Added
useUnreadshook.
- Added
signature?: stringprop toSession.
Addsignature?: stringprop toSession.
- Removed "experimental" label from README.