Skip to main content

51 posts tagged with "Web library"

New versions for the web library

View All Tags

Web library v1.7.5

Fixed a bug where markdown urls were not correctly rendered if more than one exist on the same line;

[Goolge](https://google.com) and [Bing](https://bing.com) are both search engines

Web library v1.7.4

Fixed bug where url's were not correctly rendered in cases where a double qoute (") was used, on the same line, before the url;

This is a url to the "Google" search engine [Goolge](https://google.com)

This is now fixed so the url should correctly render

Web library v1.7.2

  • Added a new setting called window.parleySettings.runOptions.interfaceText.agentTypingText with which you can change the text that is shown when an agent starts typing.
  • Also added a default Dutch translation for the typing text.

Web library v1.6.3

Fixed an issue where the weekdays setting, specifically the timestamp feature, would re-trigger after a month. If you defined a configuration like below, the chat should only be closed on 08-07-2022, but what happend was that the chat would also be closed on 08-08-2022 and 08-09-2022 etc.

Web library v1.6.2

Fixed numerous issues which would prevent Push notifications from working correctly

  • Clicking on a push notification wouldn't open the webpage where the chat was started
  • Receiving a push notification (or silent push message) wouldn't update the chat UI when it was open. So you would only see new messages when you triggered a refresh manually by clicking around in the UI
  • The new push type 6 did not work correctly