botframework-webchat 4.16.1-main.20240328.82ad15e → 4.16.1-main.20240401.512cc60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/dist/webchat-es5.js +1149 -27
- package/dist/webchat-minimal.js +3 -3
- package/dist/webchat.js +1149 -27
- package/lib/adaptiveCards/Attachment/AdaptiveCardRenderer.d.ts +1 -1
- package/lib/adaptiveCards/Attachment/AdaptiveCardRenderer.d.ts.map +1 -1
- package/lib/adaptiveCards/Attachment/AdaptiveCardRenderer.js +8 -15
- package/lib/addVersion.js +1 -1
- package/lib/createFullStyleSet.d.ts +3 -3
- package/package.json +14 -9
- package/src/adaptiveCards/Attachment/AdaptiveCardRenderer.tsx +9 -16
- package/lib/adaptiveCards/Attachment/AdaptiveCardHacks/useActionSetShouldNotBeMenuBarModEffect.d.ts +0 -16
- package/lib/adaptiveCards/Attachment/AdaptiveCardHacks/useActionSetShouldNotBeMenuBarModEffect.d.ts.map +0 -1
- package/lib/adaptiveCards/Attachment/AdaptiveCardHacks/useActionSetShouldNotBeMenuBarModEffect.js +0 -39
- package/src/adaptiveCards/Attachment/AdaptiveCardHacks/useActionSetShouldNotBeMenuBarModEffect.ts +0 -39
package/README.md
CHANGED
|
@@ -19,6 +19,14 @@ Web Chat supports [Content Security Policy (CSP)](https://developer.mozilla.org/
|
|
|
19
19
|
|
|
20
20
|
> This section points out important version notes. For further information, please see the related links and check the [`CHANGELOG.md`](https://github.com/microsoft/BotFramework-WebChat/blob/main/CHANGELOG.md)
|
|
21
21
|
|
|
22
|
+
### 4.16.1 notable changes
|
|
23
|
+
|
|
24
|
+
Web Chat now supports [Adaptive Cards schema up to 1.6](https://adaptivecards.io/explorer/). Some features in Adaptive Cards are in preview or designed to use outside of Bot Framework. Web Chat does not support these features.
|
|
25
|
+
|
|
26
|
+
### 4.16.0 notable changes
|
|
27
|
+
|
|
28
|
+
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.
|
|
29
|
+
|
|
22
30
|
### 4.12.1 patch: New style property `adaptiveCardsParserMaxVersion`
|
|
23
31
|
|
|
24
32
|
Web Chat 4.12.1 patch includes a new style property allowing developers to choose the max Adaptive Cards schema version. See [PR #3778](https://github.com/microsoft/BotFramework-WebChat/pull/3778) for code changes.
|