@azure/communication-react 1.2.3-alpha-202206280015.0 → 1.3.1-beta.1

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.
Files changed (62) hide show
  1. package/CHANGELOG.json +1260 -0
  2. package/CHANGELOG.md +110 -1
  3. package/dist/communication-react.d.ts +30 -1
  4. package/dist/dist-cjs/communication-react/index.js +76 -32
  5. package/dist/dist-cjs/communication-react/index.js.map +1 -1
  6. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
  7. package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
  8. package/dist/dist-esm/react-components/src/components/ErrorBar.d.ts.map +1 -1
  9. package/dist/dist-esm/react-components/src/components/ErrorBar.js +16 -1
  10. package/dist/dist-esm/react-components/src/components/ErrorBar.js.map +1 -1
  11. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.d.ts.map +1 -1
  12. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js +7 -2
  13. package/dist/dist-esm/react-components/src/components/styles/MessageThread.styles.js.map +1 -1
  14. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +45 -7
  15. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +45 -7
  16. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +46 -8
  17. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +45 -7
  18. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +45 -7
  19. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +45 -7
  20. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +45 -7
  21. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +45 -7
  22. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +45 -7
  23. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +45 -7
  24. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +45 -7
  25. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +45 -7
  26. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +45 -7
  27. package/dist/dist-esm/react-components/src/theming/icons.d.ts +1 -0
  28. package/dist/dist-esm/react-components/src/theming/icons.d.ts.map +1 -1
  29. package/dist/dist-esm/react-components/src/theming/icons.js +3 -2
  30. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  31. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts +6 -1
  32. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.d.ts.map +1 -1
  33. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js +10 -0
  34. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/AzureCommunicationCallAdapter.js.map +1 -1
  35. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts +21 -1
  36. package/dist/dist-esm/react-composites/src/composites/CallComposite/adapter/CallAdapter.d.ts.map +1 -1
  37. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts +5 -1
  38. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.d.ts.map +1 -1
  39. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js +12 -0
  40. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/AzureCommunicationCallWithChatAdapter.js.map +1 -1
  41. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts +6 -2
  42. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/adapter/CallWithChatAdapter.d.ts.map +1 -1
  43. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.d.ts.map +1 -1
  44. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js +2 -1
  45. package/dist/dist-esm/react-composites/src/composites/ChatComposite/styles/Chat.styles.js.map +1 -1
  46. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts +3 -0
  47. package/dist/dist-esm/react-composites/src/composites/common/icons.d.ts.map +1 -1
  48. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  49. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +12 -6
  50. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +12 -6
  51. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +12 -6
  52. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +12 -6
  53. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +12 -6
  54. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +12 -6
  55. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +12 -6
  56. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +12 -6
  57. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +12 -6
  58. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +12 -6
  59. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +12 -6
  60. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +12 -6
  61. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +12 -6
  62. package/package.json +10 -10
package/CHANGELOG.json CHANGED
@@ -1,6 +1,1266 @@
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
+ },
307
+ {
308
+ "date": "Mon, 13 Jun 2022 18:29:25 GMT",
309
+ "tag": "@azure/communication-react_v1.3.0",
310
+ "version": "1.3.0",
311
+ "comments": {
312
+ "patch": [
313
+ {
314
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
315
+ "package": "@internal/react-components",
316
+ "commit": "d2d30eed80b661b6d2f8919297b983b955349aeb",
317
+ "comment": "Fix support for onDisposeLocalStreamView in `VideoGallery`"
318
+ },
319
+ {
320
+ "author": "miguelgamis@microsoft.com",
321
+ "package": "@internal/react-components",
322
+ "commit": "122243f63baa9629f32d037e2eac5db064843dc5",
323
+ "comment": "Fixed theming of links for html and richtext/html messages in MessageThread."
324
+ },
325
+ {
326
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
327
+ "package": "@internal/react-components",
328
+ "commit": "bdde3bc27063a2c3e6edb50536ecb94c86a8e73e",
329
+ "comment": "Added error text color in light and dark themes in semanticColors property."
330
+ },
331
+ {
332
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
333
+ "package": "@internal/react-components",
334
+ "commit": "42620a13c0d0e2c2b05b9a21481b84bc13c63e89",
335
+ "comment": "Revert directly calling updateScalingMode in the VideoGallery VideoTiles"
336
+ },
337
+ {
338
+ "author": "edwardlee@microsoft.com",
339
+ "package": "@internal/react-components",
340
+ "commit": "f158f3ab22c7a5e0949cd46a3bf2360f29cb8f14",
341
+ "comment": "Change Microphone Contextual Menu header text to Audio Device when no speakers are detected"
342
+ },
343
+ {
344
+ "author": "carolinecao@microsoft.com",
345
+ "package": "@internal/react-components",
346
+ "commit": "c73fe25f56ea01318b5d51acefa8d5aa7782f0f5",
347
+ "comment": "when there is no menu items, participant item should not be clickable"
348
+ },
349
+ {
350
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
351
+ "package": "@internal/react-components",
352
+ "commit": "59de8e9cdf6d7be7f83c3cec4173fd48a53037e7",
353
+ "comment": "Fix inverted host element when local video plays in picture-in-picture window"
354
+ },
355
+ {
356
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
357
+ "package": "@internal/react-components",
358
+ "commit": "4e86a2ec1be092d3b640ae9bfde54e2395ab30fc",
359
+ "comment": "Support updateScalingMode with remote video tiles"
360
+ },
361
+ {
362
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
363
+ "package": "@internal/react-components",
364
+ "commit": "bacc5839cac36127a5f1d5e997522ab4f7c8ae6e",
365
+ "comment": "Add split button aria labels to the microphone and camera buttons. Remove the aria-role of menu from the split buttons."
366
+ },
367
+ {
368
+ "author": "96077406+carocao-msft@users.noreply.github.com",
369
+ "package": "@internal/react-components",
370
+ "commit": "18aaccabc90ed20d4db23e727b2b7c8fa80ab113",
371
+ "comment": "Fixed chat status not annoucing on voice over on iphone bug"
372
+ },
373
+ {
374
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
375
+ "package": "@internal/react-components",
376
+ "commit": "434d08aeeb29274e27928ab5de001c798cfde9c5",
377
+ "comment": "Delay consecutive messages in _ComplianceBanner to give user time to read the message"
378
+ },
379
+ {
380
+ "author": "carolinecao@microsoft.com",
381
+ "package": "@internal/react-components",
382
+ "commit": "81f9229c646e99d53294f78d5477a66ac52bdd9a",
383
+ "comment": "filecard should be clickable, also in mobile view when waiting in lobby, make more button disabled"
384
+ },
385
+ {
386
+ "author": "jiangnanhello@live.com",
387
+ "package": "@internal/react-components",
388
+ "commit": "efbdf2189c06b836fdc2ffc7de099646ec92a323",
389
+ "comment": "Disable hover behavior when no content in sendBox"
390
+ },
391
+ {
392
+ "author": "carolinecao@microsoft.com",
393
+ "package": "@internal/react-components",
394
+ "commit": "de87d04e8d99bc266b4d44bdea7608a78a52008e",
395
+ "comment": "add placeholder participant name for unnamed participants"
396
+ },
397
+ {
398
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
399
+ "package": "@internal/react-components",
400
+ "commit": "579b57dc30a90ea82e2d16b131d483f93760ee5c",
401
+ "comment": "Code refactor: Update remote video tile to use the useVideoStreamLifecycleMaintainer"
402
+ },
403
+ {
404
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
405
+ "package": "@internal/react-components",
406
+ "commit": "b98834a55c464a35859576a44477e9a92be82cb3",
407
+ "comment": "Fix local preview in the VideoGallery not re-rendering when localVideoViewOptions property changed"
408
+ },
409
+ {
410
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
411
+ "package": "@internal/react-components",
412
+ "commit": "973d4bd3abd89d8ef5f9ea10a1383d898ecb2043",
413
+ "comment": "Fix tab ordering of the New Messages button in the Chat Composite"
414
+ },
415
+ {
416
+ "author": "jinan@microsoft.com",
417
+ "package": "@internal/react-composites",
418
+ "commit": "8f250b19329471059991de8dd2f4faaa573aa99e",
419
+ "comment": "Add a default host layer in base provider 1. make our lib compatible with react-full-screen 2. avoid polluting global dom tree"
420
+ },
421
+ {
422
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
423
+ "package": "@internal/react-composites",
424
+ "commit": "11cd4c0887836cc0d0e849dc32ff3169378e2ff8",
425
+ "comment": "Refactor: Ensure the LocalAndRemotePiP reuses the same LocalVideoTile and RemoteVideoTile the VideoGallery component uses"
426
+ },
427
+ {
428
+ "author": "jiangnanhello@live.com",
429
+ "package": "@internal/react-composites",
430
+ "commit": "a7540b96d556442b5515aac7306c44b8e0541672",
431
+ "comment": "Fix param value in callId change event"
432
+ },
433
+ {
434
+ "author": "carolinecao@microsoft.com",
435
+ "package": "@internal/react-composites",
436
+ "commit": "81f9229c646e99d53294f78d5477a66ac52bdd9a",
437
+ "comment": "filecard should be clickable, also in mobile view when waiting in lobby, make more button disabled"
438
+ },
439
+ {
440
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
441
+ "package": "@internal/react-composites",
442
+ "commit": "2459e4f94468fe49b2eb5cf4398262caf1021975",
443
+ "comment": "Fixed font of LocalPreview label that indicates camera is off."
444
+ },
445
+ {
446
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
447
+ "package": "@internal/react-composites",
448
+ "commit": "231b14a24569372de2c8f0adfc052f4ad15b5cb5",
449
+ "comment": "Fix a memoization in Call-based composites to prevent onRenderAvatar triggering unecessary re-renders"
450
+ },
451
+ {
452
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
453
+ "package": "@internal/react-composites",
454
+ "commit": "57c9d394d1c40e9382a8e1a4f8eb1d5cd7faa6e1",
455
+ "comment": "Update createStreamView to return the created stream view result"
456
+ },
457
+ {
458
+ "author": "miguelgamis@microsoft.com",
459
+ "package": "@internal/react-composites",
460
+ "commit": "2d7eeac165e8dbb3fff43699ec0df0007998c174",
461
+ "comment": "Fixed contextual menus in CallWithChatComposite and CallComposite to be responsive to window resize."
462
+ },
463
+ {
464
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
465
+ "package": "@internal/react-composites",
466
+ "commit": "175f3aa99af8858440e53b15a9f650c1b2be17b4",
467
+ "comment": "Ensure referential ID of callwithchatcomposite is unique among call with chat instances"
468
+ },
469
+ {
470
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
471
+ "package": "@internal/react-composites",
472
+ "commit": "0baf8b73651766b9990ab6a0eee20bd37b77cf0e",
473
+ "comment": "Introduce tests to support new custom data model behaviors."
474
+ },
475
+ {
476
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
477
+ "package": "@internal/react-composites",
478
+ "commit": "69590a2800120d0a0e836bbc27dcc8608f36e4a0",
479
+ "comment": "Introduce the usage of the adapters error handling to the fetchInitialData function."
480
+ },
481
+ {
482
+ "author": "jiangnanhello@live.com",
483
+ "package": "@internal/react-composites",
484
+ "commit": "5cf76e2e2f0a43bd40f204585dd0439ec9cc86f6",
485
+ "comment": "Fix whole app re-render when callId changes"
486
+ },
487
+ {
488
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
489
+ "package": "@internal/react-composites",
490
+ "commit": "55a485d452ac65b3db8b0c2937826a5791c5d2a2",
491
+ "comment": "Fix the display name of the remote participants when they provide onFetchAvatarPersonaData prop."
492
+ },
493
+ {
494
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
495
+ "package": "@internal/react-composites",
496
+ "commit": "bc91818a4ce729d3d86fdc462c9941a3e4d104e1",
497
+ "comment": "updating beta @azure/communication-calling to 1.5.4-beta.1"
498
+ },
499
+ {
500
+ "author": "edwardlee@microsoft.com",
501
+ "package": "@internal/react-composites",
502
+ "commit": "f158f3ab22c7a5e0949cd46a3bf2360f29cb8f14",
503
+ "comment": "Change Microphone Contextual Menu header text to Audio Device when no speakers are detected"
504
+ },
505
+ {
506
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
507
+ "package": "@internal/react-composites",
508
+ "commit": "8ed80ec88de524ba195d9052e9faf1696314c8c0",
509
+ "comment": "Remove spurius console log"
510
+ },
511
+ {
512
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
513
+ "package": "@internal/storybook",
514
+ "commit": "bc91818a4ce729d3d86fdc462c9941a3e4d104e1",
515
+ "comment": "updating beta @azure/communication-calling to 1.5.4-beta.1"
516
+ },
517
+ {
518
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
519
+ "package": "@internal/storybook",
520
+ "commit": "39482f28fbe174701e1ca8cd2eedd447bd99f7c4",
521
+ "comment": "update storybook to v6.5.7"
522
+ },
523
+ {
524
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
525
+ "package": "@internal/storybook",
526
+ "commit": "d60d02fa8c029b80c44e82d7e8d4b4290d53abf8",
527
+ "comment": "Fix video freeze in LocalPreview story"
528
+ },
529
+ {
530
+ "author": "edwardlee@microsoft.com",
531
+ "package": "@internal/storybook",
532
+ "commit": "c274ec63b5360028603331e7f9b320793053fc5c",
533
+ "comment": "Resolve icon centering on SendBox storybook examples"
534
+ },
535
+ {
536
+ "author": "carolinecao@microsoft.com",
537
+ "package": "@internal/storybook",
538
+ "commit": "c73fe25f56ea01318b5d51acefa8d5aa7782f0f5",
539
+ "comment": "patched error on storybook participant item not showing name"
540
+ },
541
+ {
542
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
543
+ "package": "@internal/storybook",
544
+ "commit": "8f7a57457b95779f0fc2ff4b0e6e06a005807276",
545
+ "comment": "Add Best Practices documentation to Storybook"
546
+ },
547
+ {
548
+ "author": "jinan@microsoft.com",
549
+ "package": "@internal/acs-ui-common",
550
+ "commit": "97843a75138907b74bff106b9270bc2abe85b1cc",
551
+ "comment": "Add default replacer to do safe stringify"
552
+ },
553
+ {
554
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
555
+ "package": "@internal/calling-component-bindings",
556
+ "commit": "57c9d394d1c40e9382a8e1a4f8eb1d5cd7faa6e1",
557
+ "comment": "Update VideoGallery bindings to return the created view when starting a local video stream"
558
+ },
559
+ {
560
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
561
+ "package": "@internal/calling-component-bindings",
562
+ "commit": "bc91818a4ce729d3d86fdc462c9941a3e4d104e1",
563
+ "comment": "updating beta @azure/communication-calling to 1.5.4-beta.1"
564
+ },
565
+ {
566
+ "author": "carolinecao@microsoft.com",
567
+ "package": "@internal/calling-component-bindings",
568
+ "commit": "de87d04e8d99bc266b4d44bdea7608a78a52008e",
569
+ "comment": "When participant doesnt have a name, set the name to unnamed participant"
570
+ },
571
+ {
572
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
573
+ "package": "@internal/calling-component-bindings",
574
+ "commit": "f51ec6ba613ffaf78282ca5ee50f7f3b7511d330",
575
+ "comment": "Fix Calling handler to correctly dispose a local view when view is attached to a call"
576
+ },
577
+ {
578
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
579
+ "package": "@internal/calling-component-bindings",
580
+ "commit": "4e86a2ec1be092d3b640ae9bfde54e2395ab30fc",
581
+ "comment": "Support calling `updateScalingMode` in the Video Gallery with remote video streams instead of recreating the stream when the scaling mode changes"
582
+ },
583
+ {
584
+ "author": "miguelgamis@microsoft.com",
585
+ "package": "@internal/calling-component-bindings",
586
+ "commit": "434d23da6e881e3704d085595c925eb82607ced3",
587
+ "comment": "Fixed onCreateLocalStreamView handler default videostream options to be cropped and mirrored."
588
+ },
589
+ {
590
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
591
+ "package": "@internal/calling-stateful-client",
592
+ "commit": "aa382cee7eac5cd5cc5de26b8f8b6a316e22cab4",
593
+ "comment": "Return the renderer and view created when statefulCallClient.createView is called"
594
+ },
595
+ {
596
+ "author": "jiangnanhello@live.com",
597
+ "package": "@internal/calling-stateful-client",
598
+ "commit": "6174e00345d91e8e08668a95648b048a3f56af5d",
599
+ "comment": "- Add callIdHistory to context + internal context - Update all visit to callId using latestCallId - Encapsule the access to internalMap directly to ensure no leaks"
600
+ },
601
+ {
602
+ "author": "jiangnanhello@live.com",
603
+ "package": "@internal/calling-stateful-client",
604
+ "commit": "38ad6c71576e7a8b24b7097241e8c35a789e4490",
605
+ "comment": "Update the right call.id into state"
606
+ },
607
+ {
608
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
609
+ "package": "@internal/chat-component-bindings",
610
+ "commit": "f515aee5b3217b46f7967a244adcd718f5691641",
611
+ "comment": "Remove dependency on azure/communication-signalling, instead use types from azure/communication-chat"
612
+ },
613
+ {
614
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
615
+ "package": "@internal/chat-stateful-client",
616
+ "commit": "f515aee5b3217b46f7967a244adcd718f5691641",
617
+ "comment": "Remove dependency on azure/communication-signalling, instead use types from azure/communication-chat"
618
+ },
619
+ {
620
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
621
+ "package": "@internal/chat-stateful-client",
622
+ "commit": "f2021ed471cfb384809f264945a1cc1c1c068e1f",
623
+ "comment": "Only emit stateChanged events where there is an actual change"
624
+ }
625
+ ],
626
+ "none": [
627
+ {
628
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
629
+ "package": "@internal/react-components",
630
+ "commit": "9a85af933e09a71f28ff16fc87db624d26afdc2e",
631
+ "comment": "Remove stabilized feature flag control-bar-split-buttons"
632
+ },
633
+ {
634
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
635
+ "package": "@internal/react-components",
636
+ "commit": "43439f3f0305e0a92f436b9ab7375a8166d03a1a",
637
+ "comment": "Remove feature flag local-camera-switcher"
638
+ },
639
+ {
640
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
641
+ "package": "@internal/react-components",
642
+ "commit": "958862a59a2fefe707c269f067b18cc5d938eee2",
643
+ "comment": "Add docstring for @internal component"
644
+ },
645
+ {
646
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
647
+ "package": "@internal/react-components",
648
+ "commit": "2641b4316f1ce57a606cb32badbf4e186e041a2f",
649
+ "comment": "Split a large file into internal modules"
650
+ },
651
+ {
652
+ "author": "carolinecao@microsoft.com",
653
+ "package": "@internal/react-components",
654
+ "commit": "5f0c4c7145ed08da3ce79f36aa003b5646bb75b8",
655
+ "comment": "bump package versions for release"
656
+ },
657
+ {
658
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
659
+ "package": "@internal/react-components",
660
+ "commit": "11cd4c0887836cc0d0e849dc32ff3169378e2ff8",
661
+ "comment": "Export remotevideotile and localvideotile internally. Also add showLabel and minPersonaSize props"
662
+ },
663
+ {
664
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
665
+ "package": "@internal/react-components",
666
+ "commit": "8dea6a1c02655e5ec4c119ae75e5fa05584c78dc",
667
+ "comment": "Extract _ComplianceBanner as an @internal component"
668
+ },
669
+ {
670
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
671
+ "package": "@internal/react-components",
672
+ "commit": "47a6591cacffbe174c9a7a7ce42ffedf713bd3d1",
673
+ "comment": "Trivial trailing newline changes"
674
+ },
675
+ {
676
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
677
+ "package": "@internal/react-components",
678
+ "commit": "4d202fa62dc3f90002ccec181f0f2509286e773f",
679
+ "comment": "Reorganize generated API file paths"
680
+ },
681
+ {
682
+ "author": "jiangnanhello@live.com",
683
+ "package": "@internal/react-components",
684
+ "commit": "6af9d22c8c15c36f2d44401cd18b499e3138269f",
685
+ "comment": "Use rushx to enable error report for rush build"
686
+ },
687
+ {
688
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
689
+ "package": "@internal/react-composites",
690
+ "commit": "655b675ea58b2dd2307d76be2c04d5a326efd8e0",
691
+ "comment": "Delete feature flag call-with-chat-composite"
692
+ },
693
+ {
694
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
695
+ "package": "@internal/react-composites",
696
+ "commit": "8dea6a1c02655e5ec4c119ae75e5fa05584c78dc",
697
+ "comment": "Use _ComplianceBanner @internal component in CallComposite"
698
+ },
699
+ {
700
+ "author": "carolinecao@microsoft.com",
701
+ "package": "@internal/react-composites",
702
+ "commit": "5f0c4c7145ed08da3ce79f36aa003b5646bb75b8",
703
+ "comment": "bump package versions for release"
704
+ },
705
+ {
706
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
707
+ "package": "@internal/react-composites",
708
+ "commit": "958862a59a2fefe707c269f067b18cc5d938eee2",
709
+ "comment": "Expose _useCompositeLocale as @internal for storybook"
710
+ },
711
+ {
712
+ "author": "anjulgarg@live.com",
713
+ "package": "@internal/react-composites",
714
+ "commit": "34fee983e2d4da6b6f54a530c8d0a4f32e800363",
715
+ "comment": "Removing ae-incompatible-tags warning from API files"
716
+ },
717
+ {
718
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
719
+ "package": "@internal/react-composites",
720
+ "commit": "47a6591cacffbe174c9a7a7ce42ffedf713bd3d1",
721
+ "comment": "Trivial trailing newline changes"
722
+ },
723
+ {
724
+ "author": "miguelgamis@microsoft.com",
725
+ "package": "@internal/react-composites",
726
+ "commit": "b5b3c959c858720df64b7e44d9b7d563b2d03ee0",
727
+ "comment": "upgraded playwright to version 1.22.2"
728
+ },
729
+ {
730
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
731
+ "package": "@internal/react-composites",
732
+ "commit": "4d202fa62dc3f90002ccec181f0f2509286e773f",
733
+ "comment": "Reorganize generated API file paths"
734
+ },
735
+ {
736
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
737
+ "package": "@internal/react-composites",
738
+ "commit": "9a85af933e09a71f28ff16fc87db624d26afdc2e",
739
+ "comment": "Remove stabilized feature flag control-bar-split-buttons"
740
+ },
741
+ {
742
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
743
+ "package": "@internal/react-composites",
744
+ "commit": "4e86a2ec1be092d3b640ae9bfde54e2395ab30fc",
745
+ "comment": "Type propagation"
746
+ },
747
+ {
748
+ "author": "miguelgamis@microsoft.com",
749
+ "package": "@internal/react-composites",
750
+ "commit": "583d83201f2885d4dddfbcac24b1374a47c01b55",
751
+ "comment": "added tests/browser/chat/app/fake-back-end/ to .eslintignore "
752
+ },
753
+ {
754
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
755
+ "package": "@internal/react-composites",
756
+ "commit": "f515aee5b3217b46f7967a244adcd718f5691641",
757
+ "comment": "Remove dependency on azure/communication-signalling, instead use types from azure/communication-chat"
758
+ },
759
+ {
760
+ "author": "jiangnanhello@live.com",
761
+ "package": "@internal/react-composites",
762
+ "commit": "6af9d22c8c15c36f2d44401cd18b499e3138269f",
763
+ "comment": "Use rushx to enable error report for rush build"
764
+ },
765
+ {
766
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
767
+ "package": "@internal/react-composites",
768
+ "commit": "43439f3f0305e0a92f436b9ab7375a8166d03a1a",
769
+ "comment": "Remove feature flag local-camera-switcher"
770
+ },
771
+ {
772
+ "author": "anjulgarg@live.com",
773
+ "package": "@internal/storybook",
774
+ "commit": "438069441d62592fdaabb96e12bc359e62e9d887",
775
+ "comment": "Adding stories for message thread and sendbox file sharing ui"
776
+ },
777
+ {
778
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
779
+ "package": "@internal/storybook",
780
+ "commit": "aa382cee7eac5cd5cc5de26b8f8b6a316e22cab4",
781
+ "comment": "Fix docs around calling statefulcallclient.createview"
782
+ },
783
+ {
784
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
785
+ "package": "@internal/storybook",
786
+ "commit": "b5a36d4be6c07b8e1abeb2ba4496f85ca7acf7fd",
787
+ "comment": "Fix styling in custom button stories"
788
+ },
789
+ {
790
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
791
+ "package": "@internal/storybook",
792
+ "commit": "f515aee5b3217b46f7967a244adcd718f5691641",
793
+ "comment": "Remove dependency on azure/communication-signalling, instead use types from azure/communication-chat"
794
+ },
795
+ {
796
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
797
+ "package": "@internal/storybook",
798
+ "commit": "958862a59a2fefe707c269f067b18cc5d938eee2",
799
+ "comment": "Add ComplianceBanner story"
800
+ },
801
+ {
802
+ "author": "jiangnanhello@live.com",
803
+ "package": "@internal/storybook",
804
+ "commit": "6af9d22c8c15c36f2d44401cd18b499e3138269f",
805
+ "comment": "Use rushx to enable error report for rush build"
806
+ },
807
+ {
808
+ "author": "carolinecao@microsoft.com",
809
+ "package": "@internal/storybook",
810
+ "commit": "5f0c4c7145ed08da3ce79f36aa003b5646bb75b8",
811
+ "comment": "bump package versions for release"
812
+ },
813
+ {
814
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
815
+ "package": "@internal/storybook",
816
+ "commit": "b5911e8fa833b718d619b999cddf63c0a9618ce7",
817
+ "comment": "Fixes type mismatch that is causing storybook tests to crash."
818
+ },
819
+ {
820
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
821
+ "package": "@internal/storybook",
822
+ "commit": "11cd4c0887836cc0d0e849dc32ff3169378e2ff8",
823
+ "comment": "Update story to match new interface"
824
+ },
825
+ {
826
+ "author": "miguelgamis@microsoft.com",
827
+ "package": "@internal/storybook",
828
+ "commit": "374d642712a454d472c9c792267ee66ef7b55036",
829
+ "comment": "Fixed SendBox in stateful chat quickstart."
830
+ },
831
+ {
832
+ "author": "anjulgarg@live.com",
833
+ "package": "@internal/storybook",
834
+ "commit": "934ba677f4ae65954fc63f2be529e5a4adc35371",
835
+ "comment": "Updating @azure/communication-chat to 1.2.0"
836
+ },
837
+ {
838
+ "author": "miguelgamis@microsoft.com",
839
+ "package": "@internal/storybook",
840
+ "commit": "5bb63d6ad8cd029151737ba63a749150519943a3",
841
+ "comment": "Changed stateful quickstart file name for call components."
842
+ },
843
+ {
844
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
845
+ "package": "@internal/storybook",
846
+ "commit": "ce365d9d64f0123d81bd89ca128134f788d336cd",
847
+ "comment": "Composite quickstarts: Create groupId and threadId in the quickstart instead of requiring inputs"
848
+ },
849
+ {
850
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
851
+ "package": "@internal/storybook",
852
+ "commit": "99d652cae63ee15ff5d9e8d16bb94f4da456a9ef",
853
+ "comment": "Update Chat adapter docs to reflect the type of userId and how to turn it from a string to a CommunicationUserIdentifier."
854
+ },
855
+ {
856
+ "author": "jiangnanhello@live.com",
857
+ "package": "@internal/acs-ui-common",
858
+ "commit": "1e7d62b64428b47269acd258087bee3e65423396",
859
+ "comment": "Use structure event for better parse"
860
+ },
861
+ {
862
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
863
+ "package": "@internal/acs-ui-common",
864
+ "commit": "4d202fa62dc3f90002ccec181f0f2509286e773f",
865
+ "comment": "Reorganize generated API file paths"
866
+ },
867
+ {
868
+ "author": "jinan@microsoft.com",
869
+ "package": "@internal/acs-ui-common",
870
+ "commit": "33564869fafec0c1dd2e31eb319f070502db55db",
871
+ "comment": "Add conditional compile for function type params"
872
+ },
873
+ {
874
+ "author": "carolinecao@microsoft.com",
875
+ "package": "@internal/acs-ui-common",
876
+ "commit": "5f0c4c7145ed08da3ce79f36aa003b5646bb75b8",
877
+ "comment": "bump package versions for release"
878
+ },
879
+ {
880
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
881
+ "package": "@internal/acs-ui-common",
882
+ "commit": "f3e42618998e52b3f27e10e592d993be12702f5b",
883
+ "comment": "Support adding method conditionally to interfaces"
884
+ },
885
+ {
886
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
887
+ "package": "@internal/acs-ui-common",
888
+ "commit": "b7666daf66fdb29053a89ee516a839ece5a7d9b1",
889
+ "comment": "Support conditional compilation of ternary type"
890
+ },
891
+ {
892
+ "author": "jiangnanhello@live.com",
893
+ "package": "@internal/acs-ui-common",
894
+ "commit": "6af9d22c8c15c36f2d44401cd18b499e3138269f",
895
+ "comment": "Use rushx to enable error report for rush build"
896
+ },
897
+ {
898
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
899
+ "package": "@internal/calling-component-bindings",
900
+ "commit": "4d202fa62dc3f90002ccec181f0f2509286e773f",
901
+ "comment": "Reorganize generated API file paths"
902
+ },
903
+ {
904
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
905
+ "package": "@internal/calling-component-bindings",
906
+ "commit": "aa382cee7eac5cd5cc5de26b8f8b6a316e22cab4",
907
+ "comment": "Build fix for return type"
908
+ },
909
+ {
910
+ "author": "carolinecao@microsoft.com",
911
+ "package": "@internal/calling-component-bindings",
912
+ "commit": "5f0c4c7145ed08da3ce79f36aa003b5646bb75b8",
913
+ "comment": "bump package versions for release"
914
+ },
915
+ {
916
+ "author": "jiangnanhello@live.com",
917
+ "package": "@internal/calling-component-bindings",
918
+ "commit": "6af9d22c8c15c36f2d44401cd18b499e3138269f",
919
+ "comment": "Use rushx to enable error report for rush build"
920
+ },
921
+ {
922
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
923
+ "package": "@internal/calling-component-bindings",
924
+ "commit": "9a85af933e09a71f28ff16fc87db624d26afdc2e",
925
+ "comment": "Remove stabilized feature flag control-bar-split-buttons"
926
+ },
927
+ {
928
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
929
+ "package": "@internal/calling-stateful-client",
930
+ "commit": "b96cb050b49ad1057142f33b8f169d0b064f612a",
931
+ "comment": "Log StatefulCallClient state changes when verbose logging is enabled"
932
+ },
933
+ {
934
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
935
+ "package": "@internal/calling-stateful-client",
936
+ "commit": "4d202fa62dc3f90002ccec181f0f2509286e773f",
937
+ "comment": "Reorganize generated API file paths"
938
+ },
939
+ {
940
+ "author": "jiangnanhello@live.com",
941
+ "package": "@internal/calling-stateful-client",
942
+ "commit": "6af9d22c8c15c36f2d44401cd18b499e3138269f",
943
+ "comment": "Use rushx to enable error report for rush build"
944
+ },
945
+ {
946
+ "author": "jiangnanhello@live.com",
947
+ "package": "@internal/calling-stateful-client",
948
+ "commit": "1e7d62b64428b47269acd258087bee3e65423396",
949
+ "comment": "Use structure event for better parse"
950
+ },
951
+ {
952
+ "author": "carolinecao@microsoft.com",
953
+ "package": "@internal/calling-stateful-client",
954
+ "commit": "5f0c4c7145ed08da3ce79f36aa003b5646bb75b8",
955
+ "comment": "bump package versions for release"
956
+ },
957
+ {
958
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
959
+ "package": "@internal/chat-component-bindings",
960
+ "commit": "4d202fa62dc3f90002ccec181f0f2509286e773f",
961
+ "comment": "Reorganize generated API file paths"
962
+ },
963
+ {
964
+ "author": "carolinecao@microsoft.com",
965
+ "package": "@internal/chat-component-bindings",
966
+ "commit": "5f0c4c7145ed08da3ce79f36aa003b5646bb75b8",
967
+ "comment": "bump package versions for release"
968
+ },
969
+ {
970
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
971
+ "package": "@internal/chat-component-bindings",
972
+ "commit": "69590a2800120d0a0e836bbc27dcc8608f36e4a0",
973
+ "comment": "introduce exception handling for creating list messages and get read reciepts chat handlers."
974
+ },
975
+ {
976
+ "author": "anjulgarg@live.com",
977
+ "package": "@internal/chat-component-bindings",
978
+ "commit": "4c4fb0e799e2f0f75f4dd2d1569035008e7495ae",
979
+ "comment": "Use deletedOn property of a message to detect deleted messages instead of checking for empty content"
980
+ },
981
+ {
982
+ "author": "jiangnanhello@live.com",
983
+ "package": "@internal/chat-component-bindings",
984
+ "commit": "6af9d22c8c15c36f2d44401cd18b499e3138269f",
985
+ "comment": "Use rushx to enable error report for rush build"
986
+ },
987
+ {
988
+ "author": "jiangnanhello@live.com",
989
+ "package": "@internal/chat-stateful-client",
990
+ "commit": "6af9d22c8c15c36f2d44401cd18b499e3138269f",
991
+ "comment": "Use rushx to enable error report for rush build"
992
+ },
993
+ {
994
+ "author": "carolinecao@microsoft.com",
995
+ "package": "@internal/chat-stateful-client",
996
+ "commit": "5f0c4c7145ed08da3ce79f36aa003b5646bb75b8",
997
+ "comment": "bump package versions for release"
998
+ },
999
+ {
1000
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
1001
+ "package": "@internal/chat-stateful-client",
1002
+ "commit": "4d202fa62dc3f90002ccec181f0f2509286e773f",
1003
+ "comment": "Reorganize generated API file paths"
1004
+ },
1005
+ {
1006
+ "author": "miguelgamis@microsoft.com",
1007
+ "package": "@internal/chat-stateful-client",
1008
+ "commit": "583d83201f2885d4dddfbcac24b1374a47c01b55",
1009
+ "comment": "Internally exporting _createStatefulChatClientWithDeps"
1010
+ },
1011
+ {
1012
+ "author": "anjulgarg@live.com",
1013
+ "package": "@internal/chat-stateful-client",
1014
+ "commit": "4c4fb0e799e2f0f75f4dd2d1569035008e7495ae",
1015
+ "comment": "Add metadata to local message state when a message is sent"
1016
+ }
1017
+ ],
1018
+ "prerelease": [
1019
+ {
1020
+ "author": "carolinecao@microsoft.com",
1021
+ "package": "@internal/react-components",
1022
+ "commit": "6de3de26e06cab476f0a961f0d400c0045b8bc4c",
1023
+ "comment": "Added unit test for dialpad, disabled customization for dialpad content, allowed format customization"
1024
+ },
1025
+ {
1026
+ "author": "anjulgarg@live.com",
1027
+ "package": "@internal/react-components",
1028
+ "commit": "4c4fb0e799e2f0f75f4dd2d1569035008e7495ae",
1029
+ "comment": "Allow sending message without text if the sendbox contains an error free active file upload."
1030
+ },
1031
+ {
1032
+ "author": "anjulgarg@live.com",
1033
+ "package": "@internal/react-components",
1034
+ "commit": "d418ac9cb9362b509c3f3ff62f689ffe7a950fb8",
1035
+ "comment": "Allow removal of files when editing a message "
1036
+ },
1037
+ {
1038
+ "author": "anjulgarg@live.com",
1039
+ "package": "@internal/react-components",
1040
+ "commit": "03794cf2e8be38bd79473230d266244be7e48b74",
1041
+ "comment": "File download cards to use fileMetadata extension instead of parsing it from filename"
1042
+ },
1043
+ {
1044
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1045
+ "package": "@internal/react-components",
1046
+ "commit": "b308e1d81a12e8397f380b3ba270a9cb82140654",
1047
+ "comment": "Added max height and scroll to file uploads as it was covering entire screen"
1048
+ },
1049
+ {
1050
+ "author": "carolinecao@microsoft.com",
1051
+ "package": "@internal/react-components",
1052
+ "commit": "009be2dc2b14b92a77e7b8035c6af615c1185abc",
1053
+ "comment": "Created dialpad component"
1054
+ },
1055
+ {
1056
+ "author": "carolinecao@microsoft.com",
1057
+ "package": "@internal/react-components",
1058
+ "commit": "f5a4ff658a1c3ab3246ac1c3d55014ebda73ba55",
1059
+ "comment": "Added new prop onDisplayDateTimeString to both messagethread and locale to allow custom date/time format on component and composite level"
1060
+ },
1061
+ {
1062
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1063
+ "package": "@internal/react-components",
1064
+ "commit": "ca5d37b2754097f7b5e5ca630e4ce06a0b90fdbe",
1065
+ "comment": "Added Icon button for upload button, cancel file upload icon and download icon to make it tab navigable"
1066
+ },
1067
+ {
1068
+ "author": "anjulgarg@live.com",
1069
+ "package": "@internal/react-components",
1070
+ "commit": "a9a922e8913c36f767673f0b906f507a276c8ad4",
1071
+ "comment": "Attached files are shown while editing a message."
1072
+ },
1073
+ {
1074
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1075
+ "package": "@internal/react-components",
1076
+ "commit": "11dc96e68d7487804d9741c6b0aaeb7a6e630a7c",
1077
+ "comment": "Add hold button with strings and icons"
1078
+ },
1079
+ {
1080
+ "author": "edwardlee@microsoft.com",
1081
+ "package": "@internal/react-composites",
1082
+ "commit": "ad7b119db468c5ed1b41f63a4ad54b805f188ea3",
1083
+ "comment": "Rework how Custom buttons are injected in Call Composite and add Custom Button Injection into CallWithChat Composite"
1084
+ },
1085
+ {
1086
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1087
+ "package": "@internal/react-composites",
1088
+ "commit": "6f4943127479ad2915ab1911a716f762b36d2166",
1089
+ "comment": "add placeholders for PSTN functions in the adapters for when time to add to composites"
1090
+ },
1091
+ {
1092
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
1093
+ "package": "@internal/react-composites",
1094
+ "commit": "ca5d37b2754097f7b5e5ca630e4ce06a0b90fdbe",
1095
+ "comment": "Added Icon button for upload button, cancel file upload icon and download icon to make it tab navigable"
1096
+ },
1097
+ {
1098
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1099
+ "package": "@internal/react-composites",
1100
+ "commit": "d4e8e59e1647de5e852387a6b0182bffe1ff17fb",
1101
+ "comment": "Update the Call and CallWithChat Adapters to use `onToggleHold` and `onAddParticipant` calling handlers"
1102
+ },
1103
+ {
1104
+ "author": "anjulgarg@live.com",
1105
+ "package": "@internal/react-composites",
1106
+ "commit": "17f8b8fa132fc5282a8049d48b8294d3a11e3afd",
1107
+ "comment": "Performance improvement by preventing CallWithChat composite reloads when toggling side panes on mobile devices"
1108
+ },
1109
+ {
1110
+ "author": "anjulgarg@live.com",
1111
+ "package": "@internal/react-composites",
1112
+ "commit": "934ba677f4ae65954fc63f2be529e5a4adc35371",
1113
+ "comment": "Updating @azure/communication-chat to 1.2.0"
1114
+ },
1115
+ {
1116
+ "author": "anjulgarg@live.com",
1117
+ "package": "@internal/react-composites",
1118
+ "commit": "d418ac9cb9362b509c3f3ff62f689ffe7a950fb8",
1119
+ "comment": "Allow removal of files when editing a message "
1120
+ },
1121
+ {
1122
+ "author": "chwhilar@microsoft.com",
1123
+ "package": "@internal/react-composites",
1124
+ "commit": "a562fc1d3e7aa7dc1b1df2fe6d487ecfd6d2c406",
1125
+ "comment": "Show a loading spinner when remote video stream is loading"
1126
+ },
1127
+ {
1128
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1129
+ "package": "@internal/react-composites",
1130
+ "commit": "11dc96e68d7487804d9741c6b0aaeb7a6e630a7c",
1131
+ "comment": "Introduce Icons for hold button to composites."
1132
+ },
1133
+ {
1134
+ "author": "carolinecao@microsoft.com",
1135
+ "package": "@internal/storybook",
1136
+ "commit": "f5a4ff658a1c3ab3246ac1c3d55014ebda73ba55",
1137
+ "comment": "Added examples in message thread stories to show how to customize date time format"
1138
+ },
1139
+ {
1140
+ "author": "carolinecao@microsoft.com",
1141
+ "package": "@internal/storybook",
1142
+ "commit": "6de3de26e06cab476f0a961f0d400c0045b8bc4c",
1143
+ "comment": "changed storybook text for custom dialpad"
1144
+ },
1145
+ {
1146
+ "author": "carolinecao@microsoft.com",
1147
+ "package": "@internal/storybook",
1148
+ "commit": "009be2dc2b14b92a77e7b8035c6af615c1185abc",
1149
+ "comment": "created storybook preview for dialpad component"
1150
+ },
1151
+ {
1152
+ "author": "anjulgarg@live.com",
1153
+ "package": "@internal/acs-ui-common",
1154
+ "commit": "934ba677f4ae65954fc63f2be529e5a4adc35371",
1155
+ "comment": "Updating @azure/communication-chat to 1.2.0"
1156
+ },
1157
+ {
1158
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1159
+ "package": "@internal/calling-component-bindings",
1160
+ "commit": "6f4943127479ad2915ab1911a716f762b36d2166",
1161
+ "comment": "Add PSTN Calling handlers for Hold, Resume, and AddParticipant."
1162
+ },
1163
+ {
1164
+ "author": "anjulgarg@live.com",
1165
+ "package": "@internal/calling-component-bindings",
1166
+ "commit": "934ba677f4ae65954fc63f2be529e5a4adc35371",
1167
+ "comment": "Updating @azure/communication-chat to 1.2.0"
1168
+ },
1169
+ {
1170
+ "author": "chwhilar@microsoft.com",
1171
+ "package": "@internal/calling-component-bindings",
1172
+ "commit": "a562fc1d3e7aa7dc1b1df2fe6d487ecfd6d2c406",
1173
+ "comment": "Support `isReceiving` flag for video streams"
1174
+ },
1175
+ {
1176
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1177
+ "package": "@internal/calling-component-bindings",
1178
+ "commit": "11dc96e68d7487804d9741c6b0aaeb7a6e630a7c",
1179
+ "comment": "Introduce selector for HoldButton component."
1180
+ },
1181
+ {
1182
+ "author": "carolinecao@microsoft.com",
1183
+ "package": "@internal/calling-component-bindings",
1184
+ "commit": "6de3de26e06cab476f0a961f0d400c0045b8bc4c",
1185
+ "comment": "Added onsenddtmf handler for dialpad"
1186
+ },
1187
+ {
1188
+ "author": "chwhilar@microsoft.com",
1189
+ "package": "@internal/calling-stateful-client",
1190
+ "commit": "a562fc1d3e7aa7dc1b1df2fe6d487ecfd6d2c406",
1191
+ "comment": "Support `isReceiving` flag for video streams"
1192
+ },
1193
+ {
1194
+ "author": "anjulgarg@live.com",
1195
+ "package": "@internal/calling-stateful-client",
1196
+ "commit": "934ba677f4ae65954fc63f2be529e5a4adc35371",
1197
+ "comment": "Updating @azure/communication-chat to 1.2.0"
1198
+ },
1199
+ {
1200
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1201
+ "package": "@internal/calling-stateful-client",
1202
+ "commit": "a69748335ed262a76e575f0c6bfc85f64202e417",
1203
+ "comment": "Update Calling declarative to handle new PSTN functions"
1204
+ },
1205
+ {
1206
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
1207
+ "package": "@internal/calling-stateful-client",
1208
+ "commit": "bc91818a4ce729d3d86fdc462c9941a3e4d104e1",
1209
+ "comment": "updating beta @azure/communication-calling to 1.5.4-beta.1"
1210
+ },
1211
+ {
1212
+ "author": "anjulgarg@live.com",
1213
+ "package": "@internal/chat-component-bindings",
1214
+ "commit": "d418ac9cb9362b509c3f3ff62f689ffe7a950fb8",
1215
+ "comment": "Allow removal of files when editing a message "
1216
+ },
1217
+ {
1218
+ "author": "anjulgarg@live.com",
1219
+ "package": "@internal/chat-component-bindings",
1220
+ "commit": "934ba677f4ae65954fc63f2be529e5a4adc35371",
1221
+ "comment": "Updating @azure/communication-chat to 1.2.0"
1222
+ },
1223
+ {
1224
+ "author": "anjulgarg@live.com",
1225
+ "package": "@internal/chat-stateful-client",
1226
+ "commit": "934ba677f4ae65954fc63f2be529e5a4adc35371",
1227
+ "comment": "Updating @azure/communication-chat to 1.2.0"
1228
+ }
1229
+ ],
1230
+ "minor": [
1231
+ {
1232
+ "author": "chwhilar@microsoft.com",
1233
+ "package": "@internal/react-components",
1234
+ "commit": "a562fc1d3e7aa7dc1b1df2fe6d487ecfd6d2c406",
1235
+ "comment": "Show a loading spinner when remote video stream is loading"
1236
+ },
1237
+ {
1238
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
1239
+ "package": "@internal/react-components",
1240
+ "commit": "5e2c418e2718aade0c093f8be8274372e96e692d",
1241
+ "comment": "Support updateScalingMode in the VideoGallery to avoid having to destroy and recreate the stream when the localVideoViewOption scaling mode is changed"
1242
+ },
1243
+ {
1244
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1245
+ "package": "@internal/react-components",
1246
+ "commit": "37ec47469f6932a2b81e7f23a5678321021f39cf",
1247
+ "comment": "Announce when microphone is turned on/off and video is turned on/off to screen readers and narrator tools"
1248
+ },
1249
+ {
1250
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1251
+ "package": "@internal/react-composites",
1252
+ "commit": "7cd61d97a7244990929541a0b2289737adf1447e",
1253
+ "comment": "update dominantspeaker selector to work with videoGalleryUtils function changes."
1254
+ },
1255
+ {
1256
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
1257
+ "package": "@internal/calling-component-bindings",
1258
+ "commit": "7cd61d97a7244990929541a0b2289737adf1447e",
1259
+ "comment": "Update the return from the `ParticipantList` selector to handle PSTN users."
1260
+ }
1261
+ ]
1262
+ }
1263
+ },
4
1264
  {
5
1265
  "date": "Tue, 19 Apr 2022 20:46:13 GMT",
6
1266
  "tag": "@azure/communication-react_v1.2.2-beta.1",