Skip to content

[4.15.6] - 2022-12-01

Compare
Choose a tag to compare
@compulim compulim released this 02 Dec 03:55
· 96 commits to main since this release
0af2437

Subresource Integrity

The CDN URL will be online in about a day after we completed publish to NPM.

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

<script
  crossorigin="anonymous"
  integrity="sha384-Ik2jNknNTBCaI/NP3GRMfDCWKnApGSdYMcdA6EtEJkL1LtUZEdNdjeNkfZZk3UlS"
  src="https://cdn.botframework.com/botframework-webchat/4.15.6/webchat-es5.js"
></script>

<script
  crossorigin="anonymous"
  integrity="sha384-PH82AmArERnsV9DCQozdeAUGwiuy/1cchDvHaQmgdS9+/qvWqX2lY3rwz7aPpCYN"
  src="https://cdn.botframework.com/botframework-webchat/4.15.6/webchat-minimal.js"
></script>

Changelog

Fixed

  • Fixes #4501. Outgoing activities restored from chat service should be marked as sent, by @compulim in PR #4532

Changed