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)
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
A constructor method that enables you to initialize the messenger (with a custom config) after it is loaded in. If the window.parleySettings is set it will automatically use that config and start up (for backwards compatibility).
Improved
The messenger is now fullscreen on most mobile devices (not on tablets).
Parley errors prefixed with [Parley Error] that appear in the browser's developer tools console.