Skip to content

[4.15.4] - 2022-09-15

Compare
Choose a tag to compare
@compulim compulim released this 18 Sep 02:04
· 112 commits to main since this release
2348572

Subresource Integrity

<script
  crossorigin="anonymous"
  integrity="sha384-hm7B00mbtnkFvRyz6+PZuG2yfM3JaBdEUPYw7BEPKQWZqu1s3G8KFiyOIqOMEk+v"
  src="https://cdn.botframework.com/botframework-webchat/4.15.4/webchat.js"
></script>

<script
  crossorigin="anonymous"
  integrity="sha384-9pDJTvPL0wLKBbhzIDeYtyOXpMQgf3VVqPMKPWKTs+p/J8oOqOEy0piRhj9Atlzz"
  src="https://cdn.botframework.com/botframework-webchat/4.15.4/webchat-es5.js"
></script>

<script
  crossorigin="anonymous"
  integrity="sha384-yyVMTpA21TwmR+Cfm3ktfuYwApD/XUCxVYOSfUssIKI05H25L/2D5bJQ817fFsMp"
  src="https://cdn.botframework.com/botframework-webchat/4.15.4/webchat-minimal.js"
></script>

Changelog

Fixed

  • Fixes #4403. Patched Unicode CLDR database which caused file upload in Polish to appear blank, by @compulim, in PR #4404
  • Fixes #4412. Fixed inconsistent in packages/support/cldr-data/package.json, by @compulim, in PR #4411

Changed