Skip to main content

51 posts tagged with "Web library"

New versions for the web library

View All Tags

Web library v1.2.7

Fixed

  • Intro text invisible when runOptions->hideInviteNotification = true
  • Downloading of the conversation did not work on iOS v12
Known issue

Downloading of the conversation does not work on iOS v12 Chrome v71+

Web library v1.2.6

Fixed

  • Issue where you could not close the invite notification window on mobile devices
  • Issue where month number was not displayed right in the downloaded conversation
  • Issue where the intro text keeps disappearing and reappearing

Web library v1.2.1

Fixed

  • Disabled the Agent icon that show up next to the agent messages (this was a experimental feature that was not finished and somehow ended up in the release)

Web library v1.2.0

Added

  • The library can now send system messages on specific events (for ex. logging in or closing the chat)
  • Accessibility for people with a handicap
  • Setting to hide the "powered by parley" text in the options menu (reference)

Fixed

  • Parley, link :visited doesn't respect the @linkColor variable
  • Dubble menu icon
  • Download conversation button doesn't work on browsers other than Chrome
  • Icon placement/size on iOS and other mobile devices
  • Email/urls not correctly being rendered as a clickable link in some situations
  • "document.body is null" error when you load the chat in the <head>

Web library v1.1.1

Added

  • It is now possible to hide sensitive data for Analytic plugins (like Hotjar), see here and here
  • It is now possible to download your conversation by clicking the menu icon and clicking on "download conversation".
  • You can automatically open the chat screen by supplying the GET paramater "openmessenger" to the url (ex: https://parleycdn.com/demo?openmessenger)

Improved

  • The fullscreen on mobile is improved.

Fixed

  • When closing chat (X button) and clicking 'yes', we now delete the messages from the memory and hidden html (we did not do that before, thats why sometimes you could briefly see your old convo when starting a new chat)
  • Error that would show isTyping when agent wasn't actually typing.
  • Fixed error that would be thrown if GET /messages returned agent null
  • Setting hideChatAfterBusinessHours now really hides the chat (updated in the messenger.css)
  • Trailing dot "." is now ignored when creating a clickable URL

Removed

  • offlineText setting is removed
  • closeAlert setting is removed