@azure/communication-react 1.5.1-alpha-202302220019 → 1.5.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 (91) hide show
  1. package/CHANGELOG.beta.md +86 -1
  2. package/CHANGELOG.json +686 -0
  3. package/dist/communication-react.d.ts +1 -32
  4. package/dist/dist-cjs/communication-react/index.js +173 -374
  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/calling-stateful-client/src/CallClientState.d.ts +1 -22
  9. package/dist/dist-esm/calling-stateful-client/src/CallClientState.js.map +1 -1
  10. package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +0 -14
  11. package/dist/dist-esm/calling-stateful-client/src/CallContext.js +0 -44
  12. package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
  13. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.d.ts +0 -1
  14. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js +0 -21
  15. package/dist/dist-esm/calling-stateful-client/src/CallSubscriber.js.map +1 -1
  16. package/dist/dist-esm/calling-stateful-client/src/Converter.js +0 -1
  17. package/dist/dist-esm/calling-stateful-client/src/Converter.js.map +1 -1
  18. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.d.ts +1 -13
  19. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js +1 -8
  20. package/dist/dist-esm/calling-stateful-client/src/DeviceManagerDeclarative.js.map +1 -1
  21. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.d.ts +0 -4
  22. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js +0 -28
  23. package/dist/dist-esm/calling-stateful-client/src/InternalCallContext.js.map +1 -1
  24. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js +1 -1
  25. package/dist/dist-esm/calling-stateful-client/src/StatefulCallClient.js.map +1 -1
  26. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js +30 -50
  27. package/dist/dist-esm/calling-stateful-client/src/StreamUtils.js.map +1 -1
  28. package/dist/dist-esm/calling-stateful-client/src/index-public.d.ts +0 -1
  29. package/dist/dist-esm/calling-stateful-client/src/index-public.js.map +1 -1
  30. package/dist/dist-esm/react-components/src/components/ControlBarButton.js +1 -1
  31. package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
  32. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js +1 -1
  33. package/dist/dist-esm/react-components/src/components/RemoteVideoTile.js.map +1 -1
  34. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js +3 -3
  35. package/dist/dist-esm/react-components/src/components/VideoGallery/FloatingLocalVideoLayout.js.map +1 -1
  36. package/dist/dist-esm/react-components/src/components/VideoGallery.js +0 -13
  37. package/dist/dist-esm/react-components/src/components/VideoGallery.js.map +1 -1
  38. package/dist/dist-esm/react-components/src/components/VideoTile.js +12 -9
  39. package/dist/dist-esm/react-components/src/components/VideoTile.js.map +1 -1
  40. package/dist/dist-esm/react-components/src/localization/locales/de-DE/strings.json +103 -9
  41. package/dist/dist-esm/react-components/src/localization/locales/en-GB/strings.json +102 -8
  42. package/dist/dist-esm/react-components/src/localization/locales/es-ES/strings.json +102 -8
  43. package/dist/dist-esm/react-components/src/localization/locales/fr-FR/strings.json +103 -9
  44. package/dist/dist-esm/react-components/src/localization/locales/it-IT/strings.json +102 -8
  45. package/dist/dist-esm/react-components/src/localization/locales/ja-JP/strings.json +102 -8
  46. package/dist/dist-esm/react-components/src/localization/locales/ko-KR/strings.json +102 -8
  47. package/dist/dist-esm/react-components/src/localization/locales/nl-NL/strings.json +102 -8
  48. package/dist/dist-esm/react-components/src/localization/locales/pt-BR/strings.json +103 -9
  49. package/dist/dist-esm/react-components/src/localization/locales/ru-RU/strings.json +102 -8
  50. package/dist/dist-esm/react-components/src/localization/locales/tr-TR/strings.json +103 -9
  51. package/dist/dist-esm/react-components/src/localization/locales/zh-CN/strings.json +102 -8
  52. package/dist/dist-esm/react-components/src/localization/locales/zh-TW/strings.json +102 -8
  53. package/dist/dist-esm/react-components/src/theming/icons.js +6 -6
  54. package/dist/dist-esm/react-components/src/theming/icons.js.map +1 -1
  55. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js +1 -1
  56. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/NetworkReconnectTile.js.map +1 -1
  57. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.d.ts +5 -0
  58. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js +31 -1
  59. package/dist/dist-esm/react-composites/src/composites/CallComposite/components/buttons/Custom.js.map +1 -1
  60. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.d.ts +1 -1
  61. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js +3 -3
  62. package/dist/dist-esm/react-composites/src/composites/CallComposite/utils/MediaGalleryUtils.js.map +1 -1
  63. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js +6 -8
  64. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
  65. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.d.ts +3 -16
  66. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js +43 -49
  67. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CustomButton.js.map +1 -1
  68. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.d.ts +0 -2
  69. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js +26 -47
  70. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/DesktopMoreButton.js.map +1 -1
  71. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js +4 -4
  72. package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/components/MoreDrawer.js.map +1 -1
  73. package/dist/dist-esm/react-composites/src/composites/common/icons.js +4 -4
  74. package/dist/dist-esm/react-composites/src/composites/common/icons.js.map +1 -1
  75. package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +17 -3
  76. package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +17 -3
  77. package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +17 -3
  78. package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +17 -3
  79. package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +17 -3
  80. package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +17 -3
  81. package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +17 -3
  82. package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +17 -3
  83. package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +17 -3
  84. package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +17 -3
  85. package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +17 -3
  86. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +17 -3
  87. package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +17 -3
  88. package/package.json +12 -12
  89. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.d.ts +0 -29
  90. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js +0 -54
  91. package/dist/dist-esm/calling-stateful-client/src/LocalVideoStreamVideoEffectsSubscriber.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -1,6 +1,692 @@
1
1
  {
2
2
  "name": "@azure/communication-react",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 01 Feb 2023 17:56:59 GMT",
6
+ "tag": "@azure/communication-react_v1.5.1-beta.1",
7
+ "version": "1.5.1-beta.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
12
+ "package": "@azure/communication-react",
13
+ "commit": "2ff7c878977a56e85b727bc63965d7d3dead2fa2",
14
+ "comment": "UI Snapshot Test - Clicking Fit to frame should show the entire remote video stream in a video tile"
15
+ },
16
+ {
17
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
18
+ "package": "@azure/communication-react",
19
+ "commit": "9afea03c07e059ec7fbde852367c0cda19b3e832",
20
+ "comment": "Update participant state string to correctly reflect 'idle' state."
21
+ },
22
+ {
23
+ "author": "jinan@microsoft.com",
24
+ "package": "@azure/communication-react",
25
+ "commit": "6fc051b26d2507d3f25d96674c4a37ef9cce54c4",
26
+ "comment": "Use CallKind from sdk in Call DTO"
27
+ },
28
+ {
29
+ "author": "carolinecao@microsoft.com",
30
+ "package": "@azure/communication-react",
31
+ "commit": "06b3cc52f6d2ed4a72ad0787a73ff9bafeccc4f8",
32
+ "comment": "Fixed bug where on safari browser the device denied screen is not showing when don't allow is clicked "
33
+ },
34
+ {
35
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
36
+ "package": "@azure/communication-react",
37
+ "commit": "38fb673d5a562b4043c0710bea42076aa21988f0",
38
+ "comment": "Introduce tests for validating allowWithUnsupportedBrowser button in unsupportedBrowserVersion UI."
39
+ },
40
+ {
41
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
42
+ "package": "@azure/communication-react",
43
+ "commit": "962a7dc3fd58242a8232f1df5ed406897fdfb5af",
44
+ "comment": "UI Snapshot Test - Verify clicking on VideoTile ellipses opens contextual menu in Desktop and test Pin/Unpin"
45
+ },
46
+ {
47
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
48
+ "package": "@azure/communication-react",
49
+ "commit": "cf786f26f95242aabf436e1f81ea5848afcf9c4a",
50
+ "comment": "Change SitePermissions Components property name from type to kind"
51
+ },
52
+ {
53
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
54
+ "package": "@azure/communication-react",
55
+ "commit": "fe7eeece90eee111ef01f2b82cae95a4062b0d6d",
56
+ "comment": "Update the different environment info modals so the strings are optional props. "
57
+ },
58
+ {
59
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
60
+ "package": "@azure/communication-react",
61
+ "commit": "cf357fae7550754d4362bead2dbdd68a333f7227",
62
+ "comment": "Introduce E2E tests for new unsupported environment UI."
63
+ },
64
+ {
65
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
66
+ "package": "@azure/communication-react",
67
+ "commit": "a46116ffc9dd2f7590f763ed7189f4933943a8e2",
68
+ "comment": "Fix permissions issue on older iOS devices to cover unsupported permissions API call."
69
+ },
70
+ {
71
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
72
+ "package": "@azure/communication-react",
73
+ "commit": "827aa4fbc6c649f8dec5b445e51b5b9705c7b0d8",
74
+ "comment": "Rename DevicePermissions to DeviceChecks"
75
+ },
76
+ {
77
+ "author": "anjulgarg@live.com",
78
+ "package": "@azure/communication-react",
79
+ "commit": "78e82747c09ebef2f5bb365153f4a1f4cb6eb1bb",
80
+ "comment": "VideoTile provides a prop `onLongTouch` that allows users to trigger a custom callback when VideoTile is long touched"
81
+ },
82
+ {
83
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
84
+ "package": "@azure/communication-react",
85
+ "commit": "533e2e6b07419419c6a7377b1e213be735d74764",
86
+ "comment": "Updated remote video tile to be tab accessible to open menu."
87
+ },
88
+ {
89
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
90
+ "package": "@azure/communication-react",
91
+ "commit": "38e72353dee891421f42d0b37ff8f157b785e400",
92
+ "comment": "Remote participant display name used as heading for remote video tile drawer menu."
93
+ },
94
+ {
95
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
96
+ "package": "@azure/communication-react",
97
+ "commit": "b3eb013be390e5dd3895fccb995b1950b1a93693",
98
+ "comment": "Introduce UI to inform the user that their browser version is out of date."
99
+ },
100
+ {
101
+ "author": "jinan@microsoft.com",
102
+ "package": "@azure/communication-react",
103
+ "commit": "fcf77063e731488a3b4e1cac13b0a4d37caf5089",
104
+ "comment": "Fix unreachable bug when use stable sdk with beta"
105
+ },
106
+ {
107
+ "author": "anjulgarg@live.com",
108
+ "package": "@azure/communication-react",
109
+ "commit": "6210bfaeed2155c7b13966d06a7c65b3a9856260",
110
+ "comment": "Add drawer menu for mobile devices to video gallery"
111
+ },
112
+ {
113
+ "author": "miguelgamis@microsoft.com",
114
+ "package": "@azure/communication-react",
115
+ "commit": "not available",
116
+ "comment": "Disabling pin menu button on remote VideoTile of VideoGallery when max pinned remote video tiles is reached"
117
+ },
118
+ {
119
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
120
+ "package": "@azure/communication-react",
121
+ "commit": "b328788adc9374c26d3b2f9c512f5ea080839d74",
122
+ "comment": "rename DomainPermissions to SitePermissions"
123
+ },
124
+ {
125
+ "author": "jinan@microsoft.com",
126
+ "package": "@azure/communication-react",
127
+ "commit": "1dd84a18e631058448f42bfdeb47fa0d199a2af5",
128
+ "comment": "Change args type to teams specific"
129
+ },
130
+ {
131
+ "author": "carolinecao@microsoft.com",
132
+ "package": "@azure/communication-react",
133
+ "commit": "e506e4e8bc8a15540c486f3a95e8fe573dda3630",
134
+ "comment": "Update storybook to include call readiness public components"
135
+ },
136
+ {
137
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
138
+ "package": "@azure/communication-react",
139
+ "commit": "bc1c17d2e96eaf1f0450368623a86de19af9b02e",
140
+ "comment": "Introduce unsupported browser version ability to let old browser into call in composites"
141
+ },
142
+ {
143
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
144
+ "package": "@azure/communication-react",
145
+ "commit": "c0dcfe5d194bcd4722804f9c2543e84357793e04",
146
+ "comment": "Add calling effects package to beta releases only"
147
+ },
148
+ {
149
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
150
+ "package": "@azure/communication-react",
151
+ "commit": "a973cbd8a4c677e438513af1647bc8925dedc74e",
152
+ "comment": "turn call readiness alwayson"
153
+ },
154
+ {
155
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
156
+ "package": "@azure/communication-react",
157
+ "commit": "7eef60be7a76b135f07c71375e5673c18cd7c55c",
158
+ "comment": "Correctly propagate callbacks, add missing callback to callwithchat and memoize callcomposite options"
159
+ },
160
+ {
161
+ "author": "jinan@microsoft.com",
162
+ "package": "@azure/communication-react",
163
+ "commit": "78c04a3432f4488e889c40b0d057e1f1187bb296",
164
+ "comment": "Add Teams identity support to adapter layer"
165
+ },
166
+ {
167
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
168
+ "package": "@azure/communication-react",
169
+ "commit": "962a7dc3fd58242a8232f1df5ed406897fdfb5af",
170
+ "comment": "updated API.md files"
171
+ },
172
+ {
173
+ "author": "jinan@microsoft.com",
174
+ "package": "@azure/communication-react",
175
+ "commit": "2b88ca3a97079073d4dc97e78222ae5b1e3e37cf",
176
+ "comment": "Add teams identity option to sample"
177
+ },
178
+ {
179
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
180
+ "package": "@azure/communication-react",
181
+ "commit": "6f25064c57743eb52d8de966e05af23c8981ecd3",
182
+ "comment": "Add total participant count to stateful client"
183
+ },
184
+ {
185
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
186
+ "package": "@azure/communication-react",
187
+ "commit": "4cf3804b0075bed218d832de5e737e6a214b7d1f",
188
+ "comment": "Introduce UI to inform the user that they are using a unsupported operating system to join a call."
189
+ },
190
+ {
191
+ "author": "anjulgarg@live.com",
192
+ "package": "@azure/communication-react",
193
+ "commit": "598e741fd722bdcb6f2e252cea7fbf5c3c055ca9",
194
+ "comment": "AvatarPersona now exposes showUnknownPersonaCoin prop similar to Persona component"
195
+ },
196
+ {
197
+ "author": "anjulgarg@live.com",
198
+ "package": "@azure/communication-react",
199
+ "commit": "8c7b746378a4e6f0d5fd99dfe50f2a486b550794",
200
+ "comment": "Add scalingMode to VideoGalleryStream type"
201
+ },
202
+ {
203
+ "author": "anjulgarg@live.com",
204
+ "package": "@azure/communication-react",
205
+ "commit": "f9f9f8c9c4fc6c5971ad803019db909d5d5f9903",
206
+ "comment": "Use IContextualMenuProps for VideoTile menu items"
207
+ },
208
+ {
209
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
210
+ "package": "@azure/communication-react",
211
+ "commit": "4f35a66b9ebc9c19e7139fbf4c8e8cbc01330002",
212
+ "comment": "Bug fix: Prevent camera permission flash on iOS"
213
+ },
214
+ {
215
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
216
+ "package": "@azure/communication-react",
217
+ "commit": "2ff7c878977a56e85b727bc63965d7d3dead2fa2",
218
+ "comment": "API.md file changes"
219
+ },
220
+ {
221
+ "author": "anjulgarg@live.com",
222
+ "package": "@azure/communication-react",
223
+ "commit": "49a7d79a0deb0bc628a4d16d695917dba83bf692",
224
+ "comment": "Add fit/fill options to VideoGallery video tiles"
225
+ },
226
+ {
227
+ "author": "jinan@microsoft.com",
228
+ "package": "@azure/communication-react",
229
+ "commit": "9038bd0e201f568e81c797067d2533f58357e339",
230
+ "comment": "Add hermetic tests for no displayname cases"
231
+ },
232
+ {
233
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
234
+ "package": "@azure/communication-react",
235
+ "commit": "2ff7c878977a56e85b727bc63965d7d3dead2fa2",
236
+ "comment": "updated API.md file to remove data-ui-id"
237
+ },
238
+ {
239
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
240
+ "package": "@azure/communication-react",
241
+ "commit": "bb0c5c70a0f7708445ef1809f739ad21a8264472",
242
+ "comment": "VideoGallery announces when participants are pinned and unpinned. Added aria labels for pin and unpin menu item"
243
+ },
244
+ {
245
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
246
+ "package": "@azure/communication-react",
247
+ "commit": "31f46b4fc0dda524eed135d01838071e43cdca85",
248
+ "comment": "Fix Icon spacing in CallReadiness warning message bars."
249
+ },
250
+ {
251
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
252
+ "package": "@azure/communication-react",
253
+ "commit": "18b062605cdb0003c1364a8b650b8f4fe7d9049a",
254
+ "comment": "Changed horizontal gallery to be scrollable when VideoGallery width is narrow."
255
+ },
256
+ {
257
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
258
+ "package": "@azure/communication-react",
259
+ "commit": "0816af856af75433c55176376cb57f174717aebe",
260
+ "comment": "remove opt in feature for the unsuppoted browser experience in the Call and CallWithChat composites"
261
+ },
262
+ {
263
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
264
+ "package": "@azure/communication-react",
265
+ "commit": "be2aadb86ec99acd4b8b15d0020069a3f3888c56",
266
+ "comment": "Update calling SDK beta version to 1.10.0-beta.1"
267
+ },
268
+ {
269
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
270
+ "package": "@azure/communication-react",
271
+ "commit": "962a7dc3fd58242a8232f1df5ed406897fdfb5af",
272
+ "comment": "Updated API.md files"
273
+ },
274
+ {
275
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
276
+ "package": "@azure/communication-react",
277
+ "commit": "75f11b310f9cd9a1b262f46caf2b710d9184e5d7",
278
+ "comment": "Updated conditional compilation in test file"
279
+ },
280
+ {
281
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
282
+ "package": "@azure/communication-react",
283
+ "commit": "0ac52d9864f54ef4278afac515005194bbb6274e",
284
+ "comment": "Video tile ellipsis should only appear on hover"
285
+ },
286
+ {
287
+ "author": "carolinecao@microsoft.com",
288
+ "package": "@azure/communication-react",
289
+ "commit": "6dd143c08bf67f599bfe3d2b96367caadddd2895",
290
+ "comment": "Change domain Permission prop isSafari to browserHint: 'safari' | 'unset' to allow further customization for other browsers"
291
+ },
292
+ {
293
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
294
+ "package": "@azure/communication-react",
295
+ "commit": "fb94124da978f56a9d0777640dfca8d460bea7ff",
296
+ "comment": "Introduce default strings to modals for different unsupported environment situations."
297
+ },
298
+ {
299
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
300
+ "package": "@azure/communication-react",
301
+ "commit": "75f11b310f9cd9a1b262f46caf2b710d9184e5d7",
302
+ "comment": "Enzyme tests for Fit/Fill in Video Gallery"
303
+ }
304
+ ],
305
+ "minor": [
306
+ {
307
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
308
+ "package": "@azure/communication-react",
309
+ "commit": "bd3c149fa9188e5dd9f3fb95322b23f1e5d8e51b",
310
+ "comment": "Add isCameraOn state to help track camera state in the CallAdapter."
311
+ },
312
+ {
313
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
314
+ "package": "@azure/communication-react",
315
+ "commit": "08aac1eeea846cd1bfdd703997f43219c58b07e2",
316
+ "comment": "Update useAdaptedSelector in composites layer to retrieve the new client state variables for environmentInfo and alternateCallerId."
317
+ },
318
+ {
319
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
320
+ "package": "@azure/communication-react",
321
+ "commit": "a1fd00b4f1cf29c73c31db9f9bef8592cd1f1c68",
322
+ "comment": "Add a prop to ErrorBar component to ignore old errors"
323
+ },
324
+ {
325
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
326
+ "package": "@azure/communication-react",
327
+ "commit": "fce25f070db98a57d17ad6748bd21a781a903ed1",
328
+ "comment": "Update Composite dropdown behavior to correctly notify the user that they have no devices."
329
+ },
330
+ {
331
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
332
+ "package": "@azure/communication-react",
333
+ "commit": "2e995fc7b1aadecdc84ce90285a893d2fe6d80b1",
334
+ "comment": "Add narrator announcements to participant button copy link and peoplepane copylink button in CallWithChat composite."
335
+ }
336
+ ],
337
+ "patch": [
338
+ {
339
+ "author": "edwardlee@microsoft.com",
340
+ "package": "@azure/communication-react",
341
+ "commit": "d7d036e2d316fdc8081c3858b5a2a0bbf9db7b1b",
342
+ "comment": "Update samples to disable pull down to refresh in chat"
343
+ },
344
+ {
345
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
346
+ "package": "@azure/communication-react",
347
+ "commit": "6983bb2c46c7ff369758e6057dddd3298f5f9902",
348
+ "comment": "Fixes error bar messaging for when camera is in use."
349
+ },
350
+ {
351
+ "author": "edwardlee@microsoft.com",
352
+ "package": "@azure/communication-react",
353
+ "commit": "8a626bf44df7b488431b896f1c57b3c6f1698a2a",
354
+ "comment": "Change aspect ratio for local video tile to capture full camera view"
355
+ },
356
+ {
357
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
358
+ "package": "@azure/communication-react",
359
+ "commit": "9f3dd833383d50efd2c2b7d0498d30f2123f5bc4",
360
+ "comment": "Fix findDOMNode warning caused by react.strictmode."
361
+ },
362
+ {
363
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
364
+ "package": "@azure/communication-react",
365
+ "commit": "bc9563e8b92b7f9ce2bb4fc001993e6a0673b32a",
366
+ "comment": "Memoize local participant in video gallery selector"
367
+ },
368
+ {
369
+ "author": "petrsvihlik@microsoft.com",
370
+ "package": "@azure/communication-react",
371
+ "commit": "a69e46b2139b4e18dc8be55880d60ac567663923",
372
+ "comment": "Utilize `CommunicationIdentifier` (de)serialization logic from `@azure/communication-common`"
373
+ },
374
+ {
375
+ "author": "carolinecao@microsoft.com",
376
+ "package": "@azure/communication-react",
377
+ "commit": "028b7ce5348f47387d2954cc9a70581088144a26",
378
+ "comment": "Move cursor to the end of input when clicking on dialpad text field"
379
+ },
380
+ {
381
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
382
+ "package": "@azure/communication-react",
383
+ "commit": "d7cafbd647c995269d6cf6c47cca9ccb8865128f",
384
+ "comment": "Introduces announcements for when participants come and go from a call."
385
+ },
386
+ {
387
+ "author": "77021369+jimchou-dev@users.noreply.github.com",
388
+ "package": "@azure/communication-react",
389
+ "commit": "4282b8ba3eb608aeccfa5360defbed1ad3021b10",
390
+ "comment": "Chat sample avatar aria announcement"
391
+ },
392
+ {
393
+ "author": "edwardlee@microsoft.com",
394
+ "package": "@azure/communication-react",
395
+ "commit": "4ab34a7556a3acd75c27ceac04ed243529b4219d",
396
+ "comment": "Update json5 dependency"
397
+ },
398
+ {
399
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
400
+ "package": "@azure/communication-react",
401
+ "commit": "f5bc06bcd7faba5a3512edd595ece852cae38dc3",
402
+ "comment": "Fixing an issue if hitting back in the browser when pulling in new messages"
403
+ },
404
+ {
405
+ "author": "edwardlee@microsoft.com",
406
+ "package": "@azure/communication-react",
407
+ "commit": "b55e231d8bfcbf7f9acc7b27032cab50ce016380",
408
+ "comment": "Bugfix microphone tooltip opening on initial mount"
409
+ },
410
+ {
411
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
412
+ "package": "@azure/communication-react",
413
+ "commit": "ee2e6eb5fb3e5b2beef157488f6caf69f043fb09",
414
+ "comment": "Fix component styles to bring components back in line with designs after fluent updates."
415
+ },
416
+ {
417
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
418
+ "package": "@azure/communication-react",
419
+ "commit": "98aa510d8af2585cc8b59be8717fb48251e57114",
420
+ "comment": "Fix spacing for local Camera switcher button when in localVideoTile."
421
+ },
422
+ {
423
+ "author": "edwardlee@microsoft.com",
424
+ "package": "@azure/communication-react",
425
+ "commit": "0b5056c0f14130c39f124e5bc854fcce89e7f7b2",
426
+ "comment": "Bound CallReadiness screens to the boundaries of the app"
427
+ },
428
+ {
429
+ "author": "carolinecao@microsoft.com",
430
+ "package": "@azure/communication-react",
431
+ "commit": "d6aca36ff37658d2c8d56861af90a55ea2307c27",
432
+ "comment": "Made sure error bar innerText always centered "
433
+ },
434
+ {
435
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
436
+ "package": "@azure/communication-react",
437
+ "commit": "f05183f007655005e197097d0e4153d84c0e6278",
438
+ "comment": "update webpack version."
439
+ },
440
+ {
441
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
442
+ "package": "@azure/communication-react",
443
+ "commit": "d7cafbd647c995269d6cf6c47cca9ccb8865128f",
444
+ "comment": "Add anouncement strings to the composites so the narrator will announce when someone joins or leaves"
445
+ },
446
+ {
447
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
448
+ "package": "@azure/communication-react",
449
+ "commit": "3847eb263e448ef8baac76b628e581e59b5de3a7",
450
+ "comment": "Fix race condition where the remote video tile was not showing the participant's video"
451
+ },
452
+ {
453
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
454
+ "package": "@azure/communication-react",
455
+ "commit": "c79b587ca20d4f38bfec7bff1155b69bc77e767c",
456
+ "comment": "Tee errors to state when starting or stopping a local video preview outside of a call fails"
457
+ },
458
+ {
459
+ "author": "79475487+mgamis-msft@users.noreply.github.com",
460
+ "package": "@azure/communication-react",
461
+ "commit": "1f562bbf739ff1eaa61738d4e10f02463fa9cd38",
462
+ "comment": "Fix VideoGallery rerender when a participant is pinned for the first time."
463
+ },
464
+ {
465
+ "author": "jinan@microsoft.com",
466
+ "package": "@azure/communication-react",
467
+ "commit": "bbe605cabff800b4579b420427d45ed40926c131",
468
+ "comment": "Fix chat pane problem when no parent height is set"
469
+ },
470
+ {
471
+ "author": "carolinecao@microsoft.com",
472
+ "package": "@azure/communication-react",
473
+ "commit": "b658baf369772b77c517c0efe172edb2c6fc55d7",
474
+ "comment": "Display correct error text and guidance text for device permission errors on safari browser"
475
+ },
476
+ {
477
+ "author": "carolinecao@microsoft.com",
478
+ "package": "@azure/communication-react",
479
+ "commit": "fb99a23368df3004b9d4d141adb545fb0e0f5893",
480
+ "comment": "Added missing aria label for title in this call"
481
+ },
482
+ {
483
+ "author": "anjulgarg@live.com",
484
+ "package": "@azure/communication-react",
485
+ "commit": "efb0bc97560d9668936220e58fd77b9dff73240d",
486
+ "comment": "Bugfix disableEditing not working in MessageThread."
487
+ },
488
+ {
489
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
490
+ "package": "@azure/communication-react",
491
+ "commit": "a1fd00b4f1cf29c73c31db9f9bef8592cd1f1c68",
492
+ "comment": "Ignore errors from previous call when surfacing errors to composite UI"
493
+ },
494
+ {
495
+ "author": "jinan@microsoft.com",
496
+ "package": "@azure/communication-react",
497
+ "commit": "b1e56be27be4d43d700cdb4fb39c63688bd589a4",
498
+ "comment": "Fix empty string bug in createAnnouncmentString()"
499
+ },
500
+ {
501
+ "author": "jinan@microsoft.com",
502
+ "package": "@azure/communication-react",
503
+ "commit": "b086ef335a97bad3823143ace67678cb2f640a36",
504
+ "comment": "Modify Avatar to person icon when no displayName"
505
+ },
506
+ {
507
+ "author": "edwardlee@microsoft.com",
508
+ "package": "@azure/communication-react",
509
+ "commit": "d153271c5e6f966497112e1ae4a22f1f652873b3",
510
+ "comment": "Fix tab order focus on Call Composite and CallWithChat Composite"
511
+ },
512
+ {
513
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
514
+ "package": "@azure/communication-react",
515
+ "commit": "fb0f5f95f6f3f6324ce07ec61906c8ba6813e3a9",
516
+ "comment": "Fix issue where local video would be not showing to the user whilst it was broadcasting to everyone else on the call. This happened in a race condition if the local video tile unmounted and remounted in quick succession multiple times."
517
+ },
518
+ {
519
+ "author": "edwardlee@microsoft.com",
520
+ "package": "@azure/communication-react",
521
+ "commit": "1340bd70495dd18f070d6d2a182ca4a90be2088a",
522
+ "comment": "Update express, storybook, and cpy-cli dependencies"
523
+ }
524
+ ],
525
+ "none": [
526
+ {
527
+ "author": "anjulgarg@live.com",
528
+ "package": "@azure/communication-react",
529
+ "commit": "aa360625dc37eaa7ef536d29bbe5832853e86955",
530
+ "comment": "Making VideoStreamRendererView declarative"
531
+ },
532
+ {
533
+ "author": "jinan@microsoft.com",
534
+ "package": "@azure/communication-react",
535
+ "commit": "ba391fd4d745927a50897348c372af6574462c7c",
536
+ "comment": "Add conditional build to callWithChat"
537
+ },
538
+ {
539
+ "author": "jinan@microsoft.com",
540
+ "package": "@azure/communication-react",
541
+ "commit": "513702c4f8e2009be43d02c52a6e6955fd38921a",
542
+ "comment": "Revert \"[bugfix] Resolve Mute/Unmute Icon tooltip showing up immediately after the call is joined (#2587)\""
543
+ },
544
+ {
545
+ "author": "anjulgarg@live.com",
546
+ "package": "@azure/communication-react",
547
+ "commit": "7e15597cf89b4cf1237d2278e1f2d1a0103438ff",
548
+ "comment": "Updating documentation around alternateCallerId"
549
+ },
550
+ {
551
+ "author": "jinan@microsoft.com",
552
+ "package": "@azure/communication-react",
553
+ "commit": "39e724bb9a817863cfeb6e6f17318e1d20c97e92",
554
+ "comment": "Add inlineSources to common config"
555
+ },
556
+ {
557
+ "author": "carolinecao@microsoft.com",
558
+ "package": "@azure/communication-react",
559
+ "commit": "3deeee19948cd9b6fe90d2ec94263be100368005",
560
+ "comment": "enable call readiness for samples"
561
+ },
562
+ {
563
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
564
+ "package": "@azure/communication-react",
565
+ "commit": "0ac52d9864f54ef4278afac515005194bbb6274e"
566
+ },
567
+ {
568
+ "author": "alkwa@microsoft.com",
569
+ "package": "@azure/communication-react",
570
+ "commit": "1a91053e7438b9e98fa11ee67804af8d94d55f6c",
571
+ "comment": "Updating cte documentation in storybook"
572
+ },
573
+ {
574
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
575
+ "package": "@azure/communication-react",
576
+ "commit": "42a56ea56b5a665ce3af459aa4fba5135e53a986",
577
+ "comment": "Remove leaked internal type from API"
578
+ },
579
+ {
580
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
581
+ "package": "@azure/communication-react",
582
+ "commit": "0387d92b89530ca635abdf2ee7402edf5151616a",
583
+ "comment": "Document change-log tooling"
584
+ },
585
+ {
586
+ "author": "carolinecao@microsoft.com",
587
+ "package": "@azure/communication-react",
588
+ "commit": "62ceb6ea9b1feb8abe8e6d150fc23dfbc0ced282",
589
+ "comment": "Make sure call readiness displays properly on landscape"
590
+ },
591
+ {
592
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
593
+ "package": "@azure/communication-react",
594
+ "commit": "07d5025880843c2a952a07f65831be547de9a8df",
595
+ "comment": "Update set-output to new syntax"
596
+ },
597
+ {
598
+ "author": "98852890+vhuseinova-msft@users.noreply.github.com",
599
+ "package": "@azure/communication-react",
600
+ "commit": "e47c7eb87bb3b66dcb68f7af1f2748cdc21d77dd",
601
+ "comment": "DesignPrinciples.md links update"
602
+ },
603
+ {
604
+ "author": "anjulgarg@live.com",
605
+ "package": "@azure/communication-react",
606
+ "commit": "598e741fd722bdcb6f2e252cea7fbf5c3c055ca9",
607
+ "comment": "Change displayNamePlaceholder"
608
+ },
609
+ {
610
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
611
+ "package": "@azure/communication-react",
612
+ "commit": "0ac52d9864f54ef4278afac515005194bbb6274e",
613
+ "comment": "updated conditional compilation comments"
614
+ },
615
+ {
616
+ "author": "97124699+prabhjot-msft@users.noreply.github.com",
617
+ "package": "@azure/communication-react",
618
+ "commit": "0ac52d9864f54ef4278afac515005194bbb6274e",
619
+ "comment": "test updates"
620
+ },
621
+ {
622
+ "author": "miguelgamis@microsoft.com",
623
+ "package": "@azure/communication-react",
624
+ "commit": "e7b12c4e724d5a1930aae93d8c5dd3ed7997b909",
625
+ "comment": "FloatingLocalVideoLayout component added to refactor VideoGallery"
626
+ },
627
+ {
628
+ "author": "79329532+alkwa-msft@users.noreply.github.com",
629
+ "package": "@azure/communication-react",
630
+ "commit": "127382346275755db46e25aaef96ebd69a52077d",
631
+ "comment": "simplifying chat server requiring adminUserId"
632
+ },
633
+ {
634
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
635
+ "package": "@azure/communication-react",
636
+ "commit": "2fa33183f166fe6cc3ff40cf3c16eeada3694fb4",
637
+ "comment": "Bumped"
638
+ },
639
+ {
640
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
641
+ "package": "@azure/communication-react",
642
+ "commit": "b059bcf5d62a57662c4ed4d07cd0f2eb0c66ec80",
643
+ "comment": "bump package versions after release"
644
+ },
645
+ {
646
+ "author": "anjulgarg@live.com",
647
+ "package": "@azure/communication-react",
648
+ "commit": "ef3773b431cf9cb57bb9dfe2a76add8f2a850cc7",
649
+ "comment": "Remove custom end call screen from calling sample"
650
+ },
651
+ {
652
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
653
+ "package": "@azure/communication-react",
654
+ "commit": "eefc3df0b19ed631050f3f2cef731fb04a593e6b",
655
+ "comment": "Add architectural overview doc"
656
+ },
657
+ {
658
+ "author": "41898282+github-actions[bot]@users.noreply.github.com",
659
+ "package": "@azure/communication-react",
660
+ "commit": "32e88496bd18bf57c6f26cee1152dc193ab5e3c9",
661
+ "comment": "Bumped"
662
+ },
663
+ {
664
+ "author": "94866715+dmceachernmsft@users.noreply.github.com",
665
+ "package": "@azure/communication-react",
666
+ "commit": "26fc24a3a3314a8d749ada3a332b70fc437c23e4",
667
+ "comment": "Update nightly alpha package workflow"
668
+ },
669
+ {
670
+ "author": "2684369+JamesBurnside@users.noreply.github.com",
671
+ "package": "@azure/communication-react",
672
+ "commit": "e8009754bb4027160355ccf68a8ecbdb682c6afe",
673
+ "comment": "rename continueButton to continueAnywayButton"
674
+ },
675
+ {
676
+ "author": "82062616+prprabhu-ms@users.noreply.github.com",
677
+ "package": "@azure/communication-react",
678
+ "commit": "6a808aaf215f81cf173bf574e5de56bf95a16e6d",
679
+ "comment": "Document CI setup"
680
+ },
681
+ {
682
+ "author": "edwardlee@microsoft.com",
683
+ "package": "@azure/communication-react",
684
+ "commit": "ff7e73ff8d0a3dd4424959128b486f452dbbf37f",
685
+ "comment": "Add beta version option for beta banners in Storybook"
686
+ }
687
+ ]
688
+ }
689
+ },
4
690
  {
5
691
  "date": "Wed, 04 Jan 2023 23:56:34 GMT",
6
692
  "tag": "@azure/communication-react_v1.5.0",