Skip to content

[4.5.3] - 2019-10-06

Compare
Choose a tag to compare
@compulim compulim released this 10 Oct 17:11
· 465 commits to master since this release

Changed

  • bundle: Bumped DirectLineJS to support metadata when uploading attachments, in PR #2433
    • [email protected]
    • Removed DirectLineJS as a dev dependency for component because it was not referenced

Fixed

Added

Subresource Integrity

<script
  crossorigin="anonymous"
  integrity="sha384-Zl/fIBeWHqCEEzuKP6ic/Pup+cVBr0RQ4VlqAGhZE+fKXdF/Dxur4cb0XbJ9lZZt"
  src="https://cdn.botframework.com/botframework-webchat/4.5.3/webchat.js"
></script>

<script 
  crossorigin="anonymous"
  integrity="sha384-RT+4lukCsewrPC9U1e2woCuvDeT/eUmXARVYZx6MzAI+Fr/XGLSGU9VbSzRuHvg5"
  src="https://cdn.botframework.com/botframework-webchat/4.5.3/webchat-es5.js"
></script>

<script 
  crossorigin="anonymous"
  integrity="sha384-HeFlJFzx1rK1kb7bpjjo+AjJp5lvbImFwxAGZFGVABggvyxVSLZlJBS+PuJ/FtDF"
  src="https://cdn.botframework.com/botframework-webchat/4.5.3/webchat-minimal.js"
></script>