@azure/communication-react 1.3.2-alpha-202206290013.0 → 1.3.2-alpha-202207060015.0
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/CHANGELOG.json +303 -0
- package/CHANGELOG.md +43 -1
- package/dist/communication-react.d.ts +10 -6
- package/dist/dist-cjs/communication-react/index.js +17 -21
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallAgentDeclarative.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.js +1 -1
- package/dist/dist-esm/react-components/src/components/FileCard.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantItem.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js +5 -2
- package/dist/dist-esm/react-components/src/components/ParticipantsButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.d.ts +0 -5
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js +0 -8
- package/dist/dist-esm/react-components/src/components/styles/ControlBar.styles.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +4 -1
- package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +3 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts +3 -4
- package/dist/dist-esm/react-composites/src/composites/CallComposite/types/CallControlOptions.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +3 -4
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +3 -5
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/TabHeader.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/TabHeader.js +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/TabHeader.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -1
- package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.d.ts +4 -0
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/common/BaseComposite.js.map +1 -1
- package/package.json +7 -7
package/CHANGELOG.json
CHANGED
@@ -1,6 +1,309 @@
|
|
1
1
|
{
|
2
2
|
"name": "@azure/communication-react",
|
3
3
|
"entries": [
|
4
|
+
{
|
5
|
+
"date": "Wed, 29 Jun 2022 17:31:05 GMT",
|
6
|
+
"tag": "@azure/communication-react_v1.3.1-beta.1",
|
7
|
+
"version": "1.3.1-beta.1",
|
8
|
+
"comments": {
|
9
|
+
"none": [
|
10
|
+
{
|
11
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
12
|
+
"package": "@internal/chat-stateful-client",
|
13
|
+
"commit": "ad6decf11884d8904622209a60e6b8163a5c99ef",
|
14
|
+
"comment": "Bumped"
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
18
|
+
"package": "@internal/react-components",
|
19
|
+
"commit": "ad6decf11884d8904622209a60e6b8163a5c99ef",
|
20
|
+
"comment": "Bumped"
|
21
|
+
},
|
22
|
+
{
|
23
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
24
|
+
"package": "@internal/react-composites",
|
25
|
+
"commit": "a9c65fa900ee6997db828718fcdae91263e68dad",
|
26
|
+
"comment": "Add new UFDs for microphone stopped unexpectedly and microphone recovered"
|
27
|
+
},
|
28
|
+
{
|
29
|
+
"author": "miguelgamis@microsoft.com",
|
30
|
+
"package": "@internal/react-composites",
|
31
|
+
"commit": "aeb3191d04c62b95b07ac625466a4a820e4e9a2d",
|
32
|
+
"comment": "Added css-loader and style-loader to style chat UI test app"
|
33
|
+
},
|
34
|
+
{
|
35
|
+
"author": "jinan@microsoft.com",
|
36
|
+
"package": "@internal/react-composites",
|
37
|
+
"commit": "c3174989f637b7b96d4ed50fe2ca956d0fcbcf4d",
|
38
|
+
"comment": "Add tsc:e2e typecheck command to composite"
|
39
|
+
},
|
40
|
+
{
|
41
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
42
|
+
"package": "@internal/react-composites",
|
43
|
+
"commit": "ad6decf11884d8904622209a60e6b8163a5c99ef",
|
44
|
+
"comment": "Bumped"
|
45
|
+
},
|
46
|
+
{
|
47
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
48
|
+
"package": "@internal/storybook",
|
49
|
+
"commit": "47e2b7872a1dd8fcd4edb7a42abcaeba89e0694c",
|
50
|
+
"comment": "Add cameraStoppedUnexpectedly strings to error bar story"
|
51
|
+
},
|
52
|
+
{
|
53
|
+
"author": "79329532+alkwa-msft@users.noreply.github.com",
|
54
|
+
"package": "@internal/storybook",
|
55
|
+
"commit": "22c31f5b69585a8d0509151a184412a49eb1889a",
|
56
|
+
"comment": "adding file sharing snippet to composite documentation"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
60
|
+
"package": "@internal/storybook",
|
61
|
+
"commit": "ad6decf11884d8904622209a60e6b8163a5c99ef",
|
62
|
+
"comment": "Bumped"
|
63
|
+
},
|
64
|
+
{
|
65
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
66
|
+
"package": "@internal/storybook",
|
67
|
+
"commit": "a9c65fa900ee6997db828718fcdae91263e68dad",
|
68
|
+
"comment": "Add new UFDs for microphone stopped unexpectedly and microphone recovered"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"author": "carolinecao@microsoft.com",
|
72
|
+
"package": "@internal/storybook",
|
73
|
+
"commit": "0843cd23931ed0b27bf9666d8ee8330a77f9eac0",
|
74
|
+
"comment": "storybook to show how to use dialpad props"
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
78
|
+
"package": "@internal/acs-ui-common",
|
79
|
+
"commit": "ad6decf11884d8904622209a60e6b8163a5c99ef",
|
80
|
+
"comment": "Bumped"
|
81
|
+
},
|
82
|
+
{
|
83
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
84
|
+
"package": "@internal/calling-component-bindings",
|
85
|
+
"commit": "ad6decf11884d8904622209a60e6b8163a5c99ef",
|
86
|
+
"comment": "Bumped"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
90
|
+
"package": "@internal/calling-stateful-client",
|
91
|
+
"commit": "ad6decf11884d8904622209a60e6b8163a5c99ef",
|
92
|
+
"comment": "Bumped"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "41898282+github-actions[bot]@users.noreply.github.com",
|
96
|
+
"package": "@internal/chat-component-bindings",
|
97
|
+
"commit": "ad6decf11884d8904622209a60e6b8163a5c99ef",
|
98
|
+
"comment": "Bumped"
|
99
|
+
}
|
100
|
+
],
|
101
|
+
"patch": [
|
102
|
+
{
|
103
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
104
|
+
"package": "@internal/react-components",
|
105
|
+
"commit": "53a9c2e9832c0ea865c597e77004218fef6aec78",
|
106
|
+
"comment": "Fixes spacing for text in errorbar component"
|
107
|
+
},
|
108
|
+
{
|
109
|
+
"author": "miguelgamis@microsoft.com",
|
110
|
+
"package": "@internal/react-components",
|
111
|
+
"commit": "bab520df72ae132d45d8ca0fc14652aad4403392",
|
112
|
+
"comment": "Fix SendBox button when using VoiceOver on iOS"
|
113
|
+
},
|
114
|
+
{
|
115
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
116
|
+
"package": "@internal/react-components",
|
117
|
+
"commit": "8d0e73540107a711ebf2ee1e89551656689703d7",
|
118
|
+
"comment": "Update microphone button to be disabled when there are no microphones present"
|
119
|
+
},
|
120
|
+
{
|
121
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
122
|
+
"package": "@internal/react-components",
|
123
|
+
"commit": "47e2b7872a1dd8fcd4edb7a42abcaeba89e0694c",
|
124
|
+
"comment": "Update ErrorBar to accept strings and icons for the cameraStoppedUnexpectedly call diagnostic"
|
125
|
+
},
|
126
|
+
{
|
127
|
+
"author": "carolinecao@microsoft.com",
|
128
|
+
"package": "@internal/react-components",
|
129
|
+
"commit": "bcc8af9443eb04138155b45182c570ce05fdb7c7",
|
130
|
+
"comment": "disable tooltip for persona"
|
131
|
+
},
|
132
|
+
{
|
133
|
+
"author": "anjulgarg@live.com",
|
134
|
+
"package": "@internal/react-components",
|
135
|
+
"commit": "eb5180865bace171dc88349c0188a2ca1b35015f",
|
136
|
+
"comment": "Making tooltips inline-block to prevent sizing and positioning issues in read receipts"
|
137
|
+
},
|
138
|
+
{
|
139
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
140
|
+
"package": "@internal/react-composites",
|
141
|
+
"commit": "648b7b05de71c455f9b145ede98f88b3d9b5bfed",
|
142
|
+
"comment": "Autofocus rejoin call button on call end page"
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
146
|
+
"package": "@internal/react-composites",
|
147
|
+
"commit": "bc9b16e859b22bce51a178da6f32a8c13809066d",
|
148
|
+
"comment": "Update DismissSidePaneButtonLabel to have correct naming."
|
149
|
+
},
|
150
|
+
{
|
151
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
152
|
+
"package": "@internal/react-composites",
|
153
|
+
"commit": "47e2b7872a1dd8fcd4edb7a42abcaeba89e0694c",
|
154
|
+
"comment": "Show cameraStoppedUnexpectedly call diagnostics in message bar on the call page"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
158
|
+
"package": "@internal/react-composites",
|
159
|
+
"commit": "53a9c2e9832c0ea865c597e77004218fef6aec78",
|
160
|
+
"comment": "update styles for errorBar and add registered icon for dissmissal button"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
164
|
+
"package": "@internal/react-composites",
|
165
|
+
"commit": "cf4bcebd979c8c913ec01ceb530a02542ff277e4",
|
166
|
+
"comment": "Fix displayName disparity in different parts of the composites to match expected behavior from documentation."
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
170
|
+
"package": "@internal/react-composites",
|
171
|
+
"commit": "e4f4beb97aad389b2285be106daa2e3b963e9e5a",
|
172
|
+
"comment": "Better announce lobby, network failure and call end notices for screen reader users"
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"author": "carolinecao@microsoft.com",
|
176
|
+
"package": "@internal/react-composites",
|
177
|
+
"commit": "bcc8af9443eb04138155b45182c570ce05fdb7c7",
|
178
|
+
"comment": "disable tooltip for persona"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
182
|
+
"package": "@internal/storybook",
|
183
|
+
"commit": "c233329a92200a3dcf4f689c9333a084483beee6",
|
184
|
+
"comment": "Add best practice around only allowing one instance of the sample to be open at a time on mobile"
|
185
|
+
},
|
186
|
+
{
|
187
|
+
"author": "carolinecao@microsoft.com",
|
188
|
+
"package": "@internal/storybook",
|
189
|
+
"commit": "bcc8af9443eb04138155b45182c570ce05fdb7c7",
|
190
|
+
"comment": "disable tooltip for persona"
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
194
|
+
"package": "@internal/calling-component-bindings",
|
195
|
+
"commit": "32a3fa4ca12e0bccfca2bbd4d31a23668334f706",
|
196
|
+
"comment": "Memoizes the return from the participant list selector for better optimization."
|
197
|
+
},
|
198
|
+
{
|
199
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
200
|
+
"package": "@internal/calling-component-bindings",
|
201
|
+
"commit": "d43adcfd6ea2766660efb0d3022b9156f1fdc3bb",
|
202
|
+
"comment": "Fix 'No Microphones Found' message persisting when new microphones have been reconnected"
|
203
|
+
}
|
204
|
+
],
|
205
|
+
"prerelease": [
|
206
|
+
{
|
207
|
+
"author": "carolinecao@microsoft.com",
|
208
|
+
"package": "@internal/react-components",
|
209
|
+
"commit": "0843cd23931ed0b27bf9666d8ee8330a77f9eac0",
|
210
|
+
"comment": "Add new prop onChange to dialpad to grab textfield values and modified onClickDialpadButton type to (buttonValue: string, buttonIndex: number) => void so we can grab info regarding which button is clicked"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
214
|
+
"package": "@internal/react-components",
|
215
|
+
"commit": "c45276870656cfe4bda219f70368b322e015006e",
|
216
|
+
"comment": "Fix loading spinner size in small containers"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
220
|
+
"package": "@internal/react-components",
|
221
|
+
"commit": "2ce42ccf81f59f5fab02d9f8d4045c0942c1ec9a",
|
222
|
+
"comment": "Make file sharing narrator compliant. Components contain aria labels and announcer"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"author": "carolinecao@microsoft.com",
|
226
|
+
"package": "@internal/react-components",
|
227
|
+
"commit": "365cf4903b327ca03af762f70d0670cab02aaeae",
|
228
|
+
"comment": "Update fluentui/react version"
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
232
|
+
"package": "@internal/react-composites",
|
233
|
+
"commit": "11bfb367f73ea28d83d60cba01a36d646b222f8f",
|
234
|
+
"comment": "Update startCall handler in the Calling and CallWithChat Adapters to support the StartCallOptions parameter needed to start a PSTN Call."
|
235
|
+
},
|
236
|
+
{
|
237
|
+
"author": "carolinecao@microsoft.com",
|
238
|
+
"package": "@internal/react-composites",
|
239
|
+
"commit": "365cf4903b327ca03af762f70d0670cab02aaeae",
|
240
|
+
"comment": "Update fluentui/react version"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
244
|
+
"package": "@internal/react-composites",
|
245
|
+
"commit": "0f03e32d540dac4557eb929bba3f134e2eac4a43",
|
246
|
+
"comment": "Participant pane overlays on top of message thread to make sure the message thread is responsive"
|
247
|
+
},
|
248
|
+
{
|
249
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
250
|
+
"package": "@internal/react-composites",
|
251
|
+
"commit": "2ce42ccf81f59f5fab02d9f8d4045c0942c1ec9a",
|
252
|
+
"comment": "Make file sharing narrator compliant. Components contain aria labels and announcer"
|
253
|
+
},
|
254
|
+
{
|
255
|
+
"author": "carolinecao@microsoft.com",
|
256
|
+
"package": "@internal/storybook",
|
257
|
+
"commit": "365cf4903b327ca03af762f70d0670cab02aaeae",
|
258
|
+
"comment": "Update fluentui/react version"
|
259
|
+
},
|
260
|
+
{
|
261
|
+
"author": "anjulgarg@live.com",
|
262
|
+
"package": "@internal/calling-stateful-client",
|
263
|
+
"commit": "48a7b22debd05a09e621bdbbcb94f0209ab65c02",
|
264
|
+
"comment": "Add incomingCalls array to declarative call agent"
|
265
|
+
}
|
266
|
+
],
|
267
|
+
"minor": [
|
268
|
+
{
|
269
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
270
|
+
"package": "@internal/react-components",
|
271
|
+
"commit": "a9c65fa900ee6997db828718fcdae91263e68dad",
|
272
|
+
"comment": "Add strings for new UFDs for microphone stopped unexpectedly and microphone recovered"
|
273
|
+
},
|
274
|
+
{
|
275
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
276
|
+
"package": "@internal/react-components",
|
277
|
+
"commit": "bc9b16e859b22bce51a178da6f32a8c13809066d",
|
278
|
+
"comment": "Update string types and names per comments from ARB"
|
279
|
+
},
|
280
|
+
{
|
281
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
282
|
+
"package": "@internal/react-composites",
|
283
|
+
"commit": "2a952829bbdc92245814a9258926359e0a16b3c5",
|
284
|
+
"comment": "Update the Calling and CallWithChat Adapters so that they emit events for device changes in a call."
|
285
|
+
},
|
286
|
+
{
|
287
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
288
|
+
"package": "@internal/calling-component-bindings",
|
289
|
+
"commit": "a9c65fa900ee6997db828718fcdae91263e68dad",
|
290
|
+
"comment": "Add new UFDs for microphone stopped unexpectedly and microphone recovered"
|
291
|
+
},
|
292
|
+
{
|
293
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
294
|
+
"package": "@internal/calling-component-bindings",
|
295
|
+
"commit": "8d0e73540107a711ebf2ee1e89551656689703d7",
|
296
|
+
"comment": "Update selectors for microphone and camera to disable buttons when there are no cameras or microphones present"
|
297
|
+
},
|
298
|
+
{
|
299
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
300
|
+
"package": "@internal/calling-component-bindings",
|
301
|
+
"commit": "47e2b7872a1dd8fcd4edb7a42abcaeba89e0694c",
|
302
|
+
"comment": "Update ErrorBar selector to return new messages when cameraStoppedUnexpectedly call diagnostic is triggered"
|
303
|
+
}
|
304
|
+
]
|
305
|
+
}
|
306
|
+
},
|
4
307
|
{
|
5
308
|
"date": "Mon, 13 Jun 2022 18:29:25 GMT",
|
6
309
|
"tag": "@azure/communication-react_v1.3.0",
|
package/CHANGELOG.md
CHANGED
@@ -1,9 +1,51 @@
|
|
1
1
|
# Change Log - @azure/communication-react
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 29 Jun 2022 17:31:05 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [1.3.1-beta.1](https://github.com/azure/communication-ui-library/tree/@azure/communication-react_v1.3.1-beta.1)
|
8
|
+
|
9
|
+
Wed, 29 Jun 2022 17:31:05 GMT
|
10
|
+
[Compare changes](https://github.com/azure/communication-ui-library/compare/1.3.0...1.3.1-beta.1)
|
11
|
+
|
12
|
+
### Features
|
13
|
+
|
14
|
+
- Add two new UFDs based on cameraStoppedUnexpectedly call diagnostic: 'callVideoStoppedBySystem','callVideoRecoveredBySystem' ([PR #1991](https://github.com/azure/communication-ui-library/pull/1991) by 2684369+JamesBurnside@users.noreply.github.com)
|
15
|
+
- Add error message for call video stopped unexpectedly and call video resumed ([PR #1991](https://github.com/azure/communication-ui-library/pull/1991) by 2684369+JamesBurnside@users.noreply.github.com)
|
16
|
+
- Add callMicrophoneUnmutedBySystem UFD and e2e tests for callMicrophoneUnmutedBySystem and callMicrophoneMutedBySystem ([PR #1994](https://github.com/azure/communication-ui-library/pull/1994) by 2684369+JamesBurnside@users.noreply.github.com)
|
17
|
+
- Update error message shown when microphoneNotFunctioning is triggered per Calling guidence([PR #1994](https://github.com/azure/communication-ui-library/pull/1994) by 2684369+JamesBurnside@users.noreply.github.com)
|
18
|
+
- Update device change events in Calling and CallWithChat Adapters : 'selectedCameraChanged', 'selectedMicrophoneChanged'
|
19
|
+
'selectedSpeakerChanged', expose these events so that contoso can perform actions on them ([PR #1982](https://github.com/azure/communication-ui-library/pull/1982) by 94866715+dmceachernmsft@users.noreply.github.com)
|
20
|
+
- Update microphone and camera button to be disabled when there are no cameras or microphones present ([PR #1993](https://github.com/azure/communication-ui-library/pull/1993) by 2684369+JamesBurnside@users.noreply.github.com)
|
21
|
+
- Add autofocus to rejoin call button on call end page ([PR #2008](https://github.com/azure/communication-ui-library/pull/2008) by 82062616+prprabhu-ms@users.noreply.github.com)
|
22
|
+
- Add new prop onChange to dialpad to grab textfield values and modified onClickDialpadButton type to (buttonValue: string, buttonIndex: number) => void so we can grab info regarding which button is clicked ([PR #1989](https://github.com/azure/communication-ui-library/pull/1989) by carolinecao@microsoft.com)
|
23
|
+
|
24
|
+
|
25
|
+
### Bug Fixes
|
26
|
+
|
27
|
+
- Fix SendBox button for VoiceOver user on iOS so it is actionable by double tap on it ([PR #2004](https://github.com/azure/communication-ui-library/pull/2004) by miguelgamis@microsoft.com)
|
28
|
+
- Disable tooltip for Persona components for mobile users ([PR #1990](https://github.com/azure/communication-ui-library/pull/1990) by carolinecao@microsoft.com)
|
29
|
+
- Fix read receipts tooltip position issue in UI tests ([PR #2005](https://github.com/azure/communication-ui-library/pull/2005) by anjulgarg@live.com)
|
30
|
+
- Fix bug: When a developer uses the onFetchPersonaAvatarData prop for the CallWIthChat Composite to override the name of the participants, the display name in the chat thread on messages sent will not be overridden. ([PR #2013](https://github.com/azure/communication-ui-library/pull/2013) by 94866715+dmceachernmsft@users.noreply.github.com)
|
31
|
+
- Fix 'No Microphones Found' message persisting when new microphones have been reconnected ([PR #2000](https://github.com/azure/communication-ui-library/pull/2000) by 2684369+JamesBurnside@users.noreply.github.com)
|
32
|
+
- Fix loading spinner size in small containers ([PR #1995](https://github.com/azure/communication-ui-library/pull/1995) by 2684369+JamesBurnside@users.noreply.github.com)
|
33
|
+
- Add aria labels and announcer to file sharing components to make file sharing meet accessibility standards ([PR #1960](https://github.com/azure/communication-ui-library/pull/1960) by 97124699+prabhjot-msft@users.noreply.github.com)
|
34
|
+
- Update Participant pane to be an overlay on top of message thread so it can be tapped into when opened ([PR #1943](https://github.com/azure/communication-ui-library/pull/1943) by 97124699+prabhjot-msft@users.noreply.github.com)
|
35
|
+
|
36
|
+
|
37
|
+
### Improvements
|
38
|
+
|
39
|
+
- Update variable name dismissSidePaneButton to dismissSidePaneButtonLabel, make some localization string variable optional ([PR #2009](https://github.com/azure/communication-ui-library/pull/2009) by 94866715+dmceachernmsft@users.noreply.github.com)
|
40
|
+
- Add 0.3rem padding to the top of the fluent message bar to create even spacing in the errorbar component between the text and the edges of the bar and add registered icon for dissmissal button. ([PR #2003](https://github.com/azure/communication-ui-library/pull/2003) by 94866715+dmceachernmsft@users.noreply.github.com)
|
41
|
+
- Add aria-live: "assertive" for announcing lobby, network failure and call end notices so screen reader users can be aware of call status change immediately([PR #2007](https://github.com/azure/communication-ui-library/pull/2007) by 82062616+prprabhu-ms@users.noreply.github.com)
|
42
|
+
- Add best practice around only allowing one instance of the sample to be open at a time on mobile ([PR #1981](https://github.com/azure/communication-ui-library/pull/1981) by 2684369+JamesBurnside@users.noreply.github.com)
|
43
|
+
- Memoizes the return from the participant list selector for better optimization. ([PR #1980](https://github.com/azure/communication-ui-library/pull/1980) by 94866715+dmceachernmsft@users.noreply.github.com)
|
44
|
+
- Update fluentui/react version ([PR #1979](https://github.com/azure/communication-ui-library/pull/1979) by carolinecao@microsoft.com)
|
45
|
+
- Update startCall handler in the Calling and CallWithChat Adapters to support the StartCallOptions parameter needed to start a PSTN Call. ([PR #1976](https://github.com/azure/communication-ui-library/pull/1976) by 94866715+dmceachernmsft@users.noreply.github.com)
|
46
|
+
- Add a new attribute `incomingCalls` to CallAgentDeclarative that returns all active incoming calls ([PR #1975](https://github.com/azure/communication-ui-library/pull/1975) by anjulgarg@live.com)
|
47
|
+
|
48
|
+
|
7
49
|
## [1.3.0](https://github.com/azure/communication-ui-library/tree/@azure/communication-react_v1.3.0)
|
8
50
|
|
9
51
|
This stable release is mostly minor changes and bug fixes and quality of life improvements, there are no major feature introductions.
|
@@ -327,6 +327,10 @@ export declare interface BaseCompositeProps<TIcons extends Record<string, JSX.El
|
|
327
327
|
/**
|
328
328
|
* A callback function that can be used to provide custom data to Avatars rendered
|
329
329
|
* in Composite.
|
330
|
+
*
|
331
|
+
* This will not affect the displayName shown in the composite.
|
332
|
+
* The displayName throughout the composite will be what is provided to the adapter when the adapter is created.
|
333
|
+
* will be what is provided to the adapter when the adapter is created.
|
330
334
|
*/
|
331
335
|
onFetchAvatarPersonaData?: AvatarPersonaDataCallback;
|
332
336
|
/**
|
@@ -3525,10 +3529,10 @@ export declare interface CustomCallControlButtonProps extends CustomControlButto
|
|
3525
3529
|
*/
|
3526
3530
|
placement: CustomCallControlButtonPlacement;
|
3527
3531
|
/**
|
3528
|
-
* Icon to render. Icon is a non-default icon that
|
3529
|
-
* Examples include icons from
|
3532
|
+
* Icon to render. Icon is a non-default icon name that needs to be registered as a
|
3533
|
+
* custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
|
3530
3534
|
*/
|
3531
|
-
iconName?:
|
3535
|
+
iconName?: string;
|
3532
3536
|
}
|
3533
3537
|
|
3534
3538
|
/**
|
@@ -3570,10 +3574,10 @@ export declare interface CustomCallWithChatControlButtonProps extends CustomCont
|
|
3570
3574
|
*/
|
3571
3575
|
placement: CustomCallWithChatControlButtonPlacement;
|
3572
3576
|
/**
|
3573
|
-
* Icon to render. Icon is a non-default icon that
|
3574
|
-
* Examples include icons from
|
3577
|
+
* Icon to render. Icon is a non-default icon name that needs to be registered as a
|
3578
|
+
* custom icon using registerIcons through fluentui. Examples include icons from the fluentui library
|
3575
3579
|
*/
|
3576
|
-
iconName?:
|
3580
|
+
iconName?: string;
|
3577
3581
|
}
|
3578
3582
|
|
3579
3583
|
/**
|
@@ -191,7 +191,7 @@ const fromFlatCommunicationIdentifier = (id) => {
|
|
191
191
|
// Copyright (c) Microsoft Corporation.
|
192
192
|
// Licensed under the MIT license.
|
193
193
|
// GENERATED FILE. DO NOT EDIT MANUALLY.
|
194
|
-
var telemetryVersion = '1.3.2-alpha-
|
194
|
+
var telemetryVersion = '1.3.2-alpha-202207060015.0';
|
195
195
|
|
196
196
|
// Copyright (c) Microsoft Corporation.
|
197
197
|
/**
|
@@ -2307,7 +2307,7 @@ const _FileCard = (props) => {
|
|
2307
2307
|
} },
|
2308
2308
|
React__default['default'].createElement(react.Stack, { horizontal: true, horizontalAlign: "space-between", verticalAlign: "center", className: fileInfoWrapperClassName },
|
2309
2309
|
React__default['default'].createElement(react.Stack, null,
|
2310
|
-
React__default['default'].createElement(react.Icon, Object.assign({}, reactFileTypeIcons.getFileTypeIconProps({
|
2310
|
+
React__default['default'].createElement(react.Icon, Object.assign({ "data-ui-id": 'filetype-icon' }, reactFileTypeIcons.getFileTypeIconProps({
|
2311
2311
|
extension: fileExtension,
|
2312
2312
|
size: 24,
|
2313
2313
|
imageFileType: 'svg'
|
@@ -2672,7 +2672,10 @@ const chatStyle = {
|
|
2672
2672
|
paddingBottom: '0.5rem',
|
2673
2673
|
paddingTop: '0.8rem',
|
2674
2674
|
border: 'none',
|
2675
|
-
overflow: 'auto'
|
2675
|
+
overflow: 'auto',
|
2676
|
+
// `height: 100%` ensures that the Chat component covers 100% of it's parents height
|
2677
|
+
// to prevent intermittent scrollbars when gifs are present in the chat.
|
2678
|
+
height: '100%'
|
2676
2679
|
};
|
2677
2680
|
/**
|
2678
2681
|
* @private
|
@@ -4381,7 +4384,7 @@ const ParticipantItem = (props) => {
|
|
4381
4384
|
setItemHovered(true);
|
4382
4385
|
setMenuHidden(false);
|
4383
4386
|
onClick === null || onClick === void 0 ? void 0 : onClick(props);
|
4384
|
-
} },
|
4387
|
+
}, tabIndex: 0 },
|
4385
4388
|
React__default['default'].createElement(react.Stack, { horizontal: true, className: react.mergeStyles({ width: `calc(100% - ${menuButtonContainerStyle.width})`, alignItems: 'center' }) },
|
4386
4389
|
avatar,
|
4387
4390
|
me && React__default['default'].createElement(react.Text, { className: meTextStyle }, isMeText),
|
@@ -6330,14 +6333,6 @@ const participantsButtonMenuPropsStyle = {
|
|
6330
6333
|
fontSize: '.75rem'
|
6331
6334
|
}
|
6332
6335
|
};
|
6333
|
-
/**
|
6334
|
-
* @private
|
6335
|
-
*/
|
6336
|
-
const defaultParticipantListContainerStyle = {
|
6337
|
-
root: {
|
6338
|
-
maxHeight: '20rem'
|
6339
|
-
}
|
6340
|
-
};
|
6341
6336
|
/**
|
6342
6337
|
* Default styles for button flyout items
|
6343
6338
|
*
|
@@ -6828,7 +6823,7 @@ const ParticipantsButton = (props) => {
|
|
6828
6823
|
}, [onMuteAll]);
|
6829
6824
|
const defaultParticipantList = React.useCallback(() => {
|
6830
6825
|
var _a;
|
6831
|
-
return (React__default['default'].createElement(ParticipantList, { participants: participants, myUserId: myUserId, excludeMe: excludeMe, onRenderParticipant: onRenderParticipant, onRenderAvatar: onRenderAvatar, onRemoveParticipant: onRemoveParticipant, onFetchParticipantMenuItems: onFetchParticipantMenuItems, styles:
|
6826
|
+
return (React__default['default'].createElement(ParticipantList, { participants: participants, myUserId: myUserId, excludeMe: excludeMe, onRenderParticipant: onRenderParticipant, onRenderAvatar: onRenderAvatar, onRemoveParticipant: onRemoveParticipant, onFetchParticipantMenuItems: onFetchParticipantMenuItems, styles: (_a = styles === null || styles === void 0 ? void 0 : styles.menuStyles) === null || _a === void 0 ? void 0 : _a.participantListStyles, showParticipantOverflowTooltip: showParticipantOverflowTooltip }));
|
6832
6827
|
}, [
|
6833
6828
|
excludeMe,
|
6834
6829
|
myUserId,
|
@@ -6921,6 +6916,9 @@ const ParticipantsButton = (props) => {
|
|
6921
6916
|
maxWidth: '100%'
|
6922
6917
|
}
|
6923
6918
|
},
|
6919
|
+
style: {
|
6920
|
+
maxHeight: '20rem'
|
6921
|
+
},
|
6924
6922
|
// Disable dismiss on resize to work around a couple Fluent UI bugs
|
6925
6923
|
// See reasoning in the props for the parent menu.
|
6926
6924
|
preventDismissOnResize: true
|
@@ -11024,7 +11022,7 @@ class ProxyCallAgent {
|
|
11024
11022
|
* 3. Use `callAgent.incomingCalls` and filter an incoming call ID to get a declarative incoming call object
|
11025
11023
|
*/
|
11026
11024
|
case 'incomingCalls': {
|
11027
|
-
return this._declarativeIncomingCalls;
|
11025
|
+
return Array.from(this._declarativeIncomingCalls.values());
|
11028
11026
|
}
|
11029
11027
|
default:
|
11030
11028
|
return Reflect.get(target, prop);
|
@@ -13359,7 +13357,8 @@ const chatContainer = react.mergeStyles({
|
|
13359
13357
|
const chatArea = react.mergeStyles({
|
13360
13358
|
height: '100%',
|
13361
13359
|
width: '100%',
|
13362
|
-
overflow: 'auto'
|
13360
|
+
overflow: 'auto',
|
13361
|
+
position: 'relative' // Ensure that the absolute children components are positioned relative to the chat area
|
13363
13362
|
});
|
13364
13363
|
/**
|
13365
13364
|
* @private
|
@@ -14329,7 +14328,7 @@ const generateCustomControlBarButtons = (onFetchCustomButtonProps, displayType)
|
|
14329
14328
|
.filter((buttonProps) => buttonProps.placement === key)
|
14330
14329
|
.map((buttonProps, i) => (React__default['default'].createElement(ControlBarButton, { onClick: buttonProps.onItemClick, showLabel: buttonProps.showLabel, strings: generateCustomControlBarButtonStrings(buttonProps.text), styles: buttonProps.styles, key: `${buttonProps.placement}_${i}`,
|
14331
14330
|
// set default icon if not provided
|
14332
|
-
onRenderIcon: () => { var _a; return React__default['default'].createElement(
|
14331
|
+
onRenderIcon: () => { var _a; return React__default['default'].createElement(react.Icon, { iconName: (_a = buttonProps.iconName) !== null && _a !== void 0 ? _a : 'ControlButtonOptions' }); }, disabled: buttonProps.disabled })))));
|
14333
14332
|
}
|
14334
14333
|
return response;
|
14335
14334
|
};
|
@@ -16523,10 +16522,7 @@ const generateCustomCallWithChatControlBarButton = (onFetchCustomButtonProps, di
|
|
16523
16522
|
for (const key in response) {
|
16524
16523
|
response[key] = (React__default['default'].createElement(React__default['default'].Fragment, null, allButtonProps
|
16525
16524
|
.filter((buttonProps) => buttonProps.placement === key)
|
16526
|
-
.map((buttonProps, i) => (React__default['default'].createElement(ControlBarButton, { onClick: buttonProps.onItemClick, showLabel: buttonProps.showLabel, strings: generateCustomControlBarButtonStrings(buttonProps.text), styles: buttonProps.styles, key: `${buttonProps.placement}_${i}`, onRenderIcon: () => {
|
16527
|
-
var _a;
|
16528
|
-
return (React__default['default'].createElement(CallWithChatCompositeIcon, { iconName: (_a = buttonProps.iconName) !== null && _a !== void 0 ? _a : 'ControlButtonOptions' }));
|
16529
|
-
}, disabled: buttonProps.disabled })))));
|
16525
|
+
.map((buttonProps, i) => (React__default['default'].createElement(ControlBarButton, { onClick: buttonProps.onItemClick, showLabel: buttonProps.showLabel, strings: generateCustomControlBarButtonStrings(buttonProps.text), styles: buttonProps.styles, key: `${buttonProps.placement}_${i}`, onRenderIcon: () => { var _a; return React__default['default'].createElement(react.Icon, { iconName: (_a = buttonProps.iconName) !== null && _a !== void 0 ? _a : 'ControlButtonOptions' }); }, disabled: buttonProps.disabled })))));
|
16530
16526
|
}
|
16531
16527
|
return response;
|
16532
16528
|
};
|
@@ -17556,7 +17552,7 @@ const TabHeader = (props) => {
|
|
17556
17552
|
}, [theme, haveMultipleTabs]);
|
17557
17553
|
const strings = useCallWithChatCompositeStrings();
|
17558
17554
|
return (React__default['default'].createElement(react.Stack, { horizontal: true, grow: true, styles: mobilePaneControlBarStyle },
|
17559
|
-
React__default['default'].createElement(react.DefaultButton, { ariaLabel: strings.returnToCallButtonAriaLabel, ariaDescription: strings.returnToCallButtonAriaDescription, onClick: props.onClose, styles: mobilePaneBackButtonStyles, onRenderIcon: () => React__default['default'].createElement(CallWithChatCompositeIcon, { iconName: "ChevronLeft" }) }),
|
17555
|
+
React__default['default'].createElement(react.DefaultButton, { ariaLabel: strings.returnToCallButtonAriaLabel, ariaDescription: strings.returnToCallButtonAriaDescription, onClick: props.onClose, styles: mobilePaneBackButtonStyles, onRenderIcon: () => React__default['default'].createElement(CallWithChatCompositeIcon, { iconName: "ChevronLeft" }), autoFocus: true }),
|
17560
17556
|
React__default['default'].createElement(react.Stack.Item, { grow: true }, props.onChatButtonClicked && (React__default['default'].createElement(react.DefaultButton, { onClick: props.onChatButtonClicked, styles: mobilePaneButtonStylesThemed, checked: props.activeTab === 'chat', role: 'tab' }, strings.chatButtonLabel))),
|
17561
17557
|
React__default['default'].createElement(react.Stack.Item, { grow: true }, props.onPeopleButtonClicked && (React__default['default'].createElement(react.DefaultButton, { onClick: props.onPeopleButtonClicked, styles: mobilePaneButtonStylesThemed, checked: props.activeTab === 'people', role: 'tab' }, strings.peopleButtonLabel))),
|
17562
17558
|
React__default['default'].createElement(react.DefaultButton, { styles: mobilePaneHiddenIconStyles, onRenderIcon: () => React__default['default'].createElement(CallWithChatCompositeIcon, { iconName: "ChevronLeft" }) })));
|