[4.15.5] - 2022-11-16
Subresource Integrity
The CDN URL will be online in about a day after we completed publish to NPM.
<script
crossorigin="anonymous"
integrity="sha384-yZ3Ugoikjn2nnqUATWlZR3e2PfDz/fopbI/J77anxs6pnoauHENVS3hObWSAOxmr"
src="https://cdn.botframework.com/botframework-webchat/4.15.5/webchat.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-t278QukjDZq/zQN4GdMwm+wPjb3glhiqydECL5o9le9PfgGwgACfwkARzlGj6GeI"
src="https://cdn.botframework.com/botframework-webchat/4.15.5/webchat-es5.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-L/K5c9oKPS2+VbgxTOXnHL/fQQg9G+agAc1eB3I3t/+XnXdGHOqs8kMB9ViQTSMQ"
src="https://cdn.botframework.com/botframework-webchat/4.15.5/webchat-minimal.js"
></script>Changelog
Fixed
- Card action image alt text should use
imageAltTextfield and fallback totextfield, by @compulim in PR #4333 - Fixes #4472. Removed
roleattributes for notification bar and use<div>instead of<ul>/<li>, by @compulim in PR #4475 - Fixes #4393. Renders
<section role="feed">only if there are one or more activities contained within, by @beyackle2 and @compulim, in PR #4420 - Fixes #4473. Bumped
strip-ansi@6.0.1fortest-harnessas@^7does not support CommonJS project, by @compulim in PR #4474 - Fixes #4476. When focus on the keyboard help screen, it should focus on the close button, by @compulim in PR #4479
- Fixes #4442. Change the keyboard help screen string "Leave message" to "Exit message", by @compulim in PR #4479
Changed
- Bumped Adaptive Cards to
adaptivecards@2.11.1, by @compulim in PR #4424 - Bumped Microsoft Cognitive Services Speech SDK to
microsoft-cognitiveservices-speech-sdk@1.23.0, by @compulim in PR #4424- Also bumped
web-speech-cognitive-services@7.1.2
- Also bumped
- Bumped all dependencies to the latest versions, by @compulim in PR #4423 and #4435
- Production dependencies
- Development dependencies
@babel/core@7.19.1@babel/plugin-transform-runtime@7.19.1@babel/plugin-transform-typescript@7.19.1@babel/preset-env@7.19.1@babel/runtime@7.19.0@types/node@18.7.22@types/react@18.0.21@typescript-eslint/eslint-plugin@5.38.0@typescript-eslint/parser@5.38.0babel-jest@29.0.3concurrently@7.4.0core-js@3.25.3dotenv@16.0.2esbuild@0.15.9eslint-plugin-react@7.31.8eslint@8.24.0jest-image-snapshot@5.2.0jest-junit@14.0.1jest@29.0.3lerna@5.5.2nodemon@2.0.20terser-webpack-plugin@5.3.6typescript@4.8.3webpack-stats-plugin@1.1.0