Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
botframework-webchat-core-4.17.1.tgz | 2025-07-25 | 315.5 kB | |
botframework-webchat-fluent-theme-4.17.1.tgz | 2025-07-25 | 221.4 kB | |
botframework-webchat-component-4.17.1.tgz | 2025-07-25 | 1.7 MB | |
botframework-webchat-api-4.17.1.tgz | 2025-07-25 | 779.7 kB | |
botframework-webchat-4.17.1.tgz | 2025-07-25 | 7.1 MB | |
botframework-directlinespeech-sdk-4.17.1.tgz | 2025-07-25 | 2.6 MB | |
webchat-es5.js | 2025-07-25 | 4.0 MB | |
webchat.js | 2025-07-25 | 3.9 MB | |
webchat-minimal.js | 2025-07-25 | 1.8 MB | |
[4.17.1] - 2025-07-23 source code.tar.gz | 2025-07-25 | 52.3 MB | |
[4.17.1] - 2025-07-23 source code.zip | 2025-07-25 | 54.7 MB | |
README.md | 2025-07-25 | 1.3 kB | |
Totals: 12 Items | 129.5 MB | 3 |
Subresource Integrity
The CDN URL will be online in about a day after we completed publish to NPM.
:::html
<script
crossorigin="anonymous"
integrity="sha384-LynUoADxKA68aLZmG1IcfDMKZ24bj7vs6QTbh58fZXt6h3JIQLW5d6kupe7PPR8X"
src="https://cdn.botframework.com/botframework-webchat/4.17.1/webchat.js"
></script>
:::html
<script
crossorigin="anonymous"
integrity="sha384-lbbvmXFlu6stikVbD/3PfLyYYq/E1RMtuvfgXCjk3EnOIIVoZoxGQKelNA9uRxgD"
src="https://cdn.botframework.com/botframework-webchat/4.17.1/webchat-es5.js"
></script>
:::html
<script
crossorigin="anonymous"
integrity="sha384-hJwaknPiqRYPUmSxMWERSrVTQwOaz0PMhiwyGUUNc4kO3/Dsy+R/6FKoBNw75B8B"
src="https://cdn.botframework.com/botframework-webchat/4.17.1/webchat-minimal.js"
></script>
Changelog
[4.17.1] - 2025-07-23
Fixed
- Fixes #4965. Removed keyboard helper screen in #5234 and #5522, by @amirmursal and @OEvgeny