Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
botframework-webchat-core-4.16.0.tgz | 2023-11-17 | 195.0 kB | |
botframework-webchat-api-4.16.0.tgz | 2023-11-17 | 394.4 kB | |
botframework-webchat-component-4.16.0.tgz | 2023-11-17 | 1.0 MB | |
botframework-webchat-4.16.0.tgz | 2023-11-17 | 2.6 MB | |
botframework-directlinespeech-sdk-4.16.0.tgz | 2023-11-17 | 1.9 MB | |
stats.json | 2023-11-17 | 93.0 MB | |
webchat-minimal.js | 2023-11-17 | 2.4 MB | |
webchat-es5.js | 2023-11-17 | 4.1 MB | |
webchat.js | 2023-11-17 | 4.0 MB | |
[4.16.0] - 2023-11-16 source code.tar.gz | 2023-11-17 | 49.8 MB | |
[4.16.0] - 2023-11-16 source code.zip | 2023-11-17 | 52.0 MB | |
README.md | 2023-11-17 | 4.0 kB | |
Totals: 12 Items | 211.3 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-4LcbsBbx9Pr+/7Hm0HxHOuhHMFlbf4ecmHUekoAnbBRiURTJx3HaaLuo7PrP1aBD"
src="https://cdn.botframework.com/botframework-webchat/4.16.0/webchat.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-fhdXAQj5PD+9CBeiZ3dGYjJ3mzH1DePD30cKtJKWzGxyioYiNYOaw5oRw7+AMg+e"
src="https://cdn.botframework.com/botframework-webchat/4.16.0/webchat-es5.js"
></script>
<script
crossorigin="anonymous"
integrity="sha384-7tv7NO7xJd/dCNFy3qBd+Nxqhbi2Zx+Voh6YuCr4BqwoIMRevb4O89giG8kshrCF"
src="https://cdn.botframework.com/botframework-webchat/4.16.0/webchat-minimal.js"
></script>
Changelog
Breaking changes
- Starting from 4.16.0, Internet Explorer is no longer supported
- After more than a year of the Internet Explorer 11 officially retirement, we decided to stop supporting Internet Explorer. This will help us to bring new features to Web Chat
- 4.15.9 is the last version which supports Internet Explorer in limited fashion
useTextBoxValue
setter will no longer replace emoticon with emoji, in PR #4861
Fixed
- Fixes #4865. Fixed CTRL + Z should undo correctly, by @compulim, in PR #4861
- Fixes #4863. Disable dark theme for link references until chat history has dark theme support, by @compulim, in PR #4864
- Fixes #4866. Citation modal show fill screen width on mobile device and various fit-and-finish, by @compulim, in PR #4867
- Fixes #4878.
createStore
should return type ofRedux.Store
, by @compulim, in PR #4877 - Fixes #4957. Native chevron of the accordion in citation should be hidden, by @compulim, in PR #4958
Added
- Resolves #4853. Shorten URLs in link definitions UI, by @compulim, in PR #4860
- Resolves #4840. Added feedback buttons in activity status, by @compulim, in PR #4846
- Resolves #4841. Added link definitions UI in Markdown, by @compulim, in PR #4846
- Resolves #4842. Added provenance in activity status, by @compulim, in PR #4846
- Resolves #4856. Added types for
useStyleSet
, by @compulim, in PR #4857