Skip to content

Commit e77a53b

Browse files
Live announcement update when a message is received/edited from/by other users (#5540)
1 parent 45c73a7 commit e77a53b

File tree

7 files changed

+4959
-4923
lines changed

7 files changed

+4959
-4923
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "A11y",
5+
"comment": "Live announcement update when a message is received/edited from/by other users",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "A11y",
5+
"comment": "Live announcement update when a message is received/edited from/by other users",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}

packages/communication-react/review/beta/communication-react.api.md

+2
Original file line numberDiff line numberDiff line change
@@ -3979,6 +3979,8 @@ export interface MessageThreadStrings {
39793979
editBoxPlaceholderText: string;
39803980
editBoxSubmitButton: string;
39813981
editBoxTextLimit: string;
3982+
editedMessageLiveAuthorIntro: string;
3983+
editedMessageLocalUserLiveAuthorIntro: string;
39823984
editedTag: string;
39833985
editMessage: string;
39843986
failToSendTag?: string;

0 commit comments

Comments
 (0)