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
* fix: copy button announced text
* fix: link definitions missing aria
* fix: focusables redundant calculation
* fix: scroll to end button focus order
* unhide text from sr
* fix axe-core failures
* fix transcript class name setting for recompose
* nit and changelog
* fix basic web chat transcript class usage
* Update __tests__/html/focusManagement.scrollToEndButton.receiveHeroCard.html
Co-authored-by: William Wong <[email protected]>
* Update packages/component/src/LinkDefinition/LinkDefinitions.tsx
Co-authored-by: William Wong <[email protected]>
* Update packages/component/src/LinkDefinition/LinkDefinitions.tsx
---------
Co-authored-by: William Wong <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,6 +200,10 @@ Notes: web developers are advised to use [`~` (tilde range)](https://github.com/
200
200
- Fixed long math formula should be scrollable, in PR [#5380](https://github.com/microsoft/BotFramework-WebChat/pull/5380), by [@compulim](https://github.com/compulim)
201
201
- Fixed [#4948](https://github.com/microsoft/BotFramework-WebChat/issues/4948). Microphone should stop after initial silence, in PR [#5385](https://github.com/microsoft/BotFramework-WebChat/pull/5385)
202
202
- Fixed [#5390](https://github.com/microsoft/BotFramework-WebChat/issues/5390). Fixed drop zone remaining visible when file is dropped outside of the zone, in PR [#5394](https://github.com/microsoft/BotFramework-WebChat/pull/5394), in PR [#5415](https://github.com/microsoft/BotFramework-WebChat/pull/5415), by [@OEvgeny](https://github.com/OEvgeny)
203
+
- Improved accessibility across multiple components, in PR [#5428](https://github.com/microsoft/BotFramework-WebChat/pull/5428), by [@OEvgeny](https://github.com/OEvgeny)
204
+
- Fixed copy button screen reader announcement
205
+
- Added proper ARIA attributes to link definitions component
206
+
- Improved focus management for scroll to end button
0 commit comments