You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add activity related fields into the form data (#5418)
* feat: add acitivty related fields into the form data
* Polish
* fix space
* Changelog
* Clarify changelog entry
Co-authored-by: William Wong <[email protected]>
---------
Co-authored-by: William Wong <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2037,6 +2037,7 @@ It should check the result from downstream middleware. If it is falsy, it should
2037
2037
- Adds Direct Line Speech support, by [@compulim](https://github.com/compulim) in PR [#2621](https://github.com/microsoft/BotFramework-WebChat/pull/2621)
2038
2038
- Adds [`[email protected]`](https://npmjs.com/package/microsoft-cognitiveservices-speech-sdk), in PR [#2704](https://github.com/microsoft/BotFramework-WebChat/pull/2704)
2039
2039
- Fixes [#2692](https://github.com/microsoft/BotFramework-WebChat/issues/2692). Rename sample 17 to 17.a, by [@corinagum](https://github.com/corinagum) in PR [#2695](https://github.com/microsoft/BotFramework-WebChat/pull/2695)
2040
+
- Added support for including activity ID and key into form data indicated by `data-webchat-include-activity-id` and `data-webchat-include-activity-key` attributes, in PR [#5418](https://github.com/microsoft/BotFramework-WebChat/pull/5418), by [@OEvgeny](https://github.com/OEvgeny)
// When NVDA is in browse mode, using up/down arrow key to "browse" will dispatch "click" and "mousedown" events for <article> element (inside <LiveRegionActivity>).
76
117
onMouseDownCapture={handleMouseDownCapture}
77
-
ref={ref}
118
+
ref={wrappedRef}
78
119
>
79
120
{/* TODO: [P1] File a crbug for TalkBack. It should not able to read the content twice when scanning. */}
0 commit comments