[4.17.1] - 2025-07-23
Subresource Integrity
The CDN URL will be online in about a day after we completed publish to NPM.
<script
crossorigin="anonymous"
integrity="sha384-LynUoADxKA68aLZmG1IcfDMKZ24bj7vs6QTbh58fZXt6h3JIQLW5d6kupe7PPR8X"
src="https://cdn.botframework.com/botframework-webchat/4.17.1/webchat.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-lbbvmXFlu6stikVbD/3PfLyYYq/E1RMtuvfgXCjk3EnOIIVoZoxGQKelNA9uRxgD"
src="https://cdn.botframework.com/botframework-webchat/4.17.1/webchat-es5.js"
></script>
<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