Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
stats.json | 2023-08-26 | 85.6 MB | |
webchat-minimal.js | 2023-08-26 | 2.2 MB | |
webchat-es5.js | 2023-08-26 | 3.9 MB | |
webchat.js | 2023-08-26 | 3.8 MB | |
botframework-webchat-core-4.15.9.tgz | 2023-08-26 | 194.7 kB | |
botframework-webchat-component-4.15.9.tgz | 2023-08-26 | 904.4 kB | |
botframework-webchat-api-4.15.9.tgz | 2023-08-26 | 398.3 kB | |
botframework-webchat-4.15.9.tgz | 2023-08-26 | 2.5 MB | |
botframework-directlinespeech-sdk-4.15.9.tgz | 2023-08-26 | 1.9 MB | |
[4.15.9] - 2023-08-25.tar.gz | 2023-08-25 | 49.1 MB | |
[4.15.9] - 2023-08-25.zip | 2023-08-25 | 51.1 MB | |
README.md | 2023-08-25 | 1.7 kB | |
Totals: 12 Items | 201.5 MB | 0 |
Subresource Integrity
The CDN URL will be online in about a day after we completed publish to NPM.
:::html
<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