Skip to content

[4.7.1] - 2019-12-13

Compare
Choose a tag to compare
@compulim compulim released this 13 Dec 19:50
· 289 commits to master since this release
cb37aa2

Subresource integrity

<script
  crossorigin="anonymous"
  integrity="sha384-YN0GKqdflm3urHta3C1jU7/PX8cC3qAHhfHN7aY+WA28gkqASsLaL6VRw4gbt18b"
  src="https://cdn.botframework.com/botframework-webchat/4.7.1/webchat.js"
></script>

<script 
  crossorigin="anonymous"
  integrity="sha384-SLg/iz1Y+04Iie1JbZIc6ahBCa24SGjD5QHACU5r7iJgjmO7WBRpsy3j4rpEyFoT"
  src="https://cdn.botframework.com/botframework-webchat/4.7.1/webchat-es5.js"
></script>

<script 
  crossorigin="anonymous"
  integrity="sha384-3FwpkPszpOUtOc1X/IvCEW8bplnmk+PO9D9IJpVNu6tDAwA/q4ajUoJmf2rhCNS5"
  src="https://cdn.botframework.com/botframework-webchat/4.7.1/webchat-minimal.js"
></script>

Changelog

Changed

  • Moved core-js from dev dependencies to dependencies in botframework-directlinespeech-sdk package, by @tonyanziano, in PR #2727