Skip to content

[4.15.9] - 2023-08-25

Compare
Choose a tag to compare
@compulim compulim released this 26 Aug 00:37
· 56 commits to main since this release
3eeebe4

Subresource Integrity

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

<script
  crossorigin="anonymous"
  integrity="sha384-kr+6QqBRD45fWiraMYzQdm0CpHzmKMtNk0gRLBVqa379eQdjCHNnm8jfmAhiOQnI"
  src="https://cdn.botframework.com/botframework-webchat/4.15.9/webchat.js"
></script>

<script
  crossorigin="anonymous"
  integrity="sha384-04jpTOxuj3fbYmyDC2/jU3rdwhoC4OWnNbo6zh6RNEq+qvzNggRWDzdN788GnXs6"
  src="https://cdn.botframework.com/botframework-webchat/4.15.9/webchat-es5.js"
></script>

<script
  crossorigin="anonymous"
  integrity="sha384-nCB7vnhkKK/wLHWq8fqOaZM5YlsR0X/6FcS31MOnl7aYmMB+qo3qPp0hacahdAbN"
  src="https://cdn.botframework.com/botframework-webchat/4.15.9/webchat-minimal.js"
></script>

Changelog

Fixed

  • Fixes #4718. In high contrast mode, Adaptive Card buttons, when pushed, should highlighted properly, by @compulim, in PR #4746
  • Fixes #4721 and #4726. Adaptive Cards TextBlock heading elements should start at level 2, by @compulim, in PR #4747
  • Fixes #3699. Correcting timestamp roundoff, by @compulim, in PR #4821