Skip to content

[4.8.1] - 2020-04-22

Compare
Choose a tag to compare
@compulim compulim released this 22 Apr 17:56
· 222 commits to master since this release

Subresource integrity

<script
  crossorigin="anonymous"
  integrity="sha384-ckY8pga99BTkPPRbRxLlErL5DeaTwspGDoieGGvI4X8X3w4I2OcLXlHeo6P375yw"
  src="https://cdn.botframework.com/botframework-webchat/4.8.1/webchat.js"
></script>

<script 
  crossorigin="anonymous"
  integrity="sha384-8wbIBXOC04g3ze/UjsvmVyPV2JWVW6zErr0Vhn/aLSIZ24vFo1jiqkDns/53ye8h"
  src="https://cdn.botframework.com/botframework-webchat/4.8.1/webchat-es5.js"
></script>

<script 
  crossorigin="anonymous"
  integrity="sha384-wOaf1uqEf5k63cybZfnId3htE1b9OLv6FJgAORyLau4vP+EAh+jEYPU5Te5scmnw"
  src="https://cdn.botframework.com/botframework-webchat/4.8.1/webchat-minimal.js"
></script>

Changelog

Fixed

  • Fixes #3075. Fix usability issues around accessibility, by @compulim in PR #3076
    • Fix timestamp should not be narrated more than once.
    • Associate the activity text with its attachments, by adding a role="region" to the activity DOM element.
  • Fixes #3074. Keep props.locale when sending to the bot, by @compulim in PR #3095
  • Fixes #3096. Use <ScreenReaderText> instead of aria-label for message bubbles, by @compulim in PR #3097