You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
made some changes to fix custom elements not being sized correctly (#28) (13ef8f7)
BREAKING CHANGES
Classnames and styles are now injected by default when using WebChatCustomElement.
Removed the deprecated withWebChat hook.
Renamed the "renderCustomResponse" prop to "renderUserDefinedResponse".
Removed the CustomResponsePortalsContainer component.
Added support for the "userDefinedResponse" event added in web chat 8.2.0.
Fixed an order bug that can occur if a user defined response is fired during the render process
in some cases. This meant reworking the portals container interface which was a breaking change
and we decided to just remove it from the public API.
Added support for usages on cp4d so the library will properly calculate the endpoints for the
web chat entry script.