Client API v1.2.5
Added the api version to api docs
Added the api version to api docs
Added the api version to api docs
Updated the Client API version from v1.2 to v1.3, so we can use the new features in the v1.3 Client API which are documented here
Fixed an issue where push notifications wouldn't get send to the client's devices.
referer param in the PostMessages api call.X-XSS-Protection: 1; mode=block Enables XSS filtering. Rather than sanitizing the page, the browser will prevent rendering of the page if an attack is detected.X-Content-Type-Options: nosniff Prevents MIME-sniffingX-Frame-Options: SAMEORIGIN The page can only be displayed in a frame on the same origin as the page itselfno_access error to the documentationPOST /messages calls to the API that contains the full url of the current page. Normally this information is found in the referer header, but Chrome is changing the content of this header to contain only the domain of the website you are on. (the API doesn't do anything with this new param yet, we are working on this)inviteNotificationSendButton setting was true (due to the naming of the setting this was expected behaviour, but it wasn't very practical to only allow turning this feature on in the inviteNotification screen)Added
Fixed
document.contains() doesn't exists in IE11, document.body.contains() does)Array.from() doesn't exists so i added the core-js es.array.from module polyfillThere is an issue in this version which prevents IE 11 to load the chat. This is fixed in v1.2.17
Added
sendMessage(), which is a rename of sendInitialMessage() since it is not only usable for the initial message. referencetype param to sendMessage(): referenceparentNode: referenceImproved
Fixed
Deprecated
sendInitialMessage function since it is now replaced by the sendMessage which is an identical replacement