Skip to content

[4.10.1] - 2020-09-10

Compare
Choose a tag to compare
@compulim compulim released this 10 Sep 18:05
· 119 commits to master since this release
c5afaef

Subresource integrity

<script
  crossorigin="anonymous"
  integrity="sha384-ZT32ehV2SkikXkWvH8cO0OsMgQoYg+zd09eBP5oJrcrL3FJWqPSB1IGifTBYKccw"
  src="https://cdn.botframework.com/botframework-webchat/4.10.1/webchat.js"
></script>

<script 
  crossorigin="anonymous"
  integrity="sha384-FT3pdxVxoyBtfEc83Xt1uxb8vm/KVuyBicVG6gM41mgXeGw/S3Q2/CThAtFXhxcN"
  src="https://cdn.botframework.com/botframework-webchat/4.10.1/webchat-es5.js"
></script>

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

Changelog

[4.10.1] - 2020-09-10

Breaking changes

  • To support Content Security Policy, glamor is being replaced by create-emotion. The CSS hash and rule name is being prefixed with webchat--css with a random value.

Fixed

  • Fixes #3431. Removed delay of first activity with replyToId pointing to a missing activity, by @compulim in PR #3450

Changed

Samples