Web library v1.2.16
danger
There is an issue in this version which prevents IE 11 to load the chat. This is fixed in v1.2.17
Added
- A new global function
sendMessage(), which is a rename ofsendInitialMessage()since it is not only usable for the initial message. reference - An optional
typeparam tosendMessage(): reference - Created a new setting
parentNode: reference
Which can be used to conform to the WCAG rule: https://www.w3.org/TR/WCAG20-TECHS/ARIA11.html
Improved
- Focus will be 'trapped' in all Parley screens untill the chat has been closed/minimized to conform to the WCAG rule: https://www.w3.org/TR/UNDERSTANDING-WCAG20/navigation-mechanisms-focus-order.html
Fixed
- Fixed color contrasts of elements to conform to the WCAG level AAA guidelines
- Fixed problem where some HTML elements had the same ID
Deprecated
- The
sendInitialMessagefunction since it is now replaced by thesendMessagewhich is an identical replacement