Skip to content

Commit 94ad4f5

Browse files
authored
Bump adaptivecards@3.0.5 (#5661)
* Bump adaptivecards@3.0.5 * Add entry * Transpile AC in Jest and fix some imports * Fix test as AC solved an old accessibility bug since 2.11
1 parent 4ef3594 commit 94ad4f5

File tree

8 files changed

+578
-459
lines changed

8 files changed

+578
-459
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,11 +166,12 @@ Breaking changes in this release:
166166
- Activity "copy" button will use `outerHTML` and `textContent` for clipboard content, in PR [#5378](https://github.com/microsoft/BotFramework-WebChat/pull/5378), by [@compulim](https://github.com/compulim)
167167
- Enabled icon customization in Fluent theme through CSS variables, in PR [#5413](https://github.com/microsoft/BotFramework-WebChat/pull/5413), by [@OEvgeny](https://github.com/OEvgeny)
168168
- Reworked, enabled in Web Chat, in PR [#5502](https://github.com/microsoft/BotFramework-WebChat/pull/5502), by [@OEvgeny](https://github.com/OEvgeny)
169-
- Bumped dependencies, by [@compulim](https://github.com/compulim) in PR [#5385](https://github.com/microsoft/BotFramework-WebChat/pull/5385), PR [#5400](https://github.com/microsoft/BotFramework-WebChat/pull/5400), PR [#5426](https://github.com/microsoft/BotFramework-WebChat/pull/5426), PR [#5427](https://github.com/microsoft/BotFramework-WebChat/pull/5427), PR [#5476](https://github.com/microsoft/BotFramework-WebChat/pull/5476), PR [#5516](https://github.com/microsoft/BotFramework-WebChat/pull/5516), PR [#5529](https://github.com/microsoft/BotFramework-WebChat/pull/5529), PR [#5532](https://github.com/microsoft/BotFramework-WebChat/pull/5532), and PR [#5659](https://github.com/microsoft/BotFramework-WebChat/pull/5659), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662)
169+
- Bumped dependencies, by [@compulim](https://github.com/compulim) in PR [#5385](https://github.com/microsoft/BotFramework-WebChat/pull/5385), PR [#5400](https://github.com/microsoft/BotFramework-WebChat/pull/5400), PR [#5426](https://github.com/microsoft/BotFramework-WebChat/pull/5426), PR [#5427](https://github.com/microsoft/BotFramework-WebChat/pull/5427), PR [#5476](https://github.com/microsoft/BotFramework-WebChat/pull/5476), PR [#5516](https://github.com/microsoft/BotFramework-WebChat/pull/5516), PR [#5529](https://github.com/microsoft/BotFramework-WebChat/pull/5529), PR [#5532](https://github.com/microsoft/BotFramework-WebChat/pull/5532), PR [#5659](https://github.com/microsoft/BotFramework-WebChat/pull/5659), and PR [#5661](https://github.com/microsoft/BotFramework-WebChat/pull/5661), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662)
170170
- Production dependencies
171171
- [`@babel/runtime@7.28.4`](https://npmjs.com/package/@babel/runtime/v/7.28.4)
172172
- [`@emotion/css@11.13.5`](https://npmjs.com/package/@emotion/css/v/11.13.5)
173173
- [`@redux-devtools/extension@3.3.0`](https://npmjs.com/package/@redux-devtools/extension/v/3.3.0)
174+
- [`adaptivecards@3.0.5`](https://npmjs.com/package/adaptivecards/v/3.0.5)
174175
- [`botframework-directlinejs@0.15.6`](https://npmjs.com/package/botframework-directlinejs/v/0.15.6)
175176
- [`botframework-directlinespeech-sdk@4.18.1-main.20251208.8ccadd6`](https://npmjs.com/package/botframework-directlinespeech-sdk/v/4.18.1-main.20251208.8ccadd6)
176177
- [`core-js@3.47.0`](https://npmjs.com/package/core-js/v/3.47.0)

__tests__/html2/accessibility/adaptiveCard/disabled.inputs.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
'DOWN', // What color do you want? Red
8080
'DOWN', // Green
8181
'TAB',
82-
'TAB', // AC 2.11: Checkbox group container has tabindex="0"
8382
'SPACE', // What colors do you want? Red
8483
'TAB',
8584
'SPACE', // Green

__tests__/unit.setup/jest.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ const TRANSFORM_IGNORE_PACKAGES = [
4444
'microsoft-cognitiveservices-speech-sdk',
4545

4646
// Related to Adaptive Cards
47-
'dom7',
48-
'ssr-window',
47+
'adaptivecards',
4948
'swiper'
5049
];
5150

0 commit comments

Comments
 (0)