@azure/communication-react 1.2.2-alpha-202204230012.0 → 1.2.2-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.
- package/CHANGELOG.json +731 -0
- package/CHANGELOG.md +49 -1
- package/dist/communication-react.d.ts +34 -2
- package/dist/dist-cjs/communication-react/index.js +185 -118
- package/dist/dist-cjs/communication-react/index.js.map +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js +1 -1
- package/dist/dist-esm/acs-ui-common/src/telemetryVersion.js.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts +1 -0
- package/dist/dist-esm/calling-stateful-client/src/CallContext.d.ts.map +1 -1
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js +2 -2
- package/dist/dist-esm/calling-stateful-client/src/CallContext.js.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.d.ts +1 -0
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.d.ts.map +1 -1
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js +33 -24
- package/dist/dist-esm/chat-stateful-client/src/ChatContext.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/Announcer.d.ts +15 -0
- package/dist/dist-esm/react-components/src/components/Announcer.d.ts.map +1 -0
- package/dist/dist-esm/react-components/src/components/Announcer.js +29 -0
- package/dist/dist-esm/react-components/src/components/Announcer.js.map +1 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts +16 -0
- package/dist/dist-esm/react-components/src/components/CameraButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/CameraButton.js +13 -2
- package/dist/dist-esm/react-components/src/components/CameraButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js +2 -2
- package/dist/dist-esm/react-components/src/components/ControlBarButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts +18 -2
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.d.ts.map +1 -1
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js +40 -5
- package/dist/dist-esm/react-components/src/components/MicrophoneButton.js.map +1 -1
- package/dist/dist-esm/react-components/src/localization/locales/en-US/strings.json +10 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js +13 -18
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallArrangement.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallComposite/components/CallControls.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js +19 -25
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatComposite.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts +1 -2
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.d.ts.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/CallWithChatComposite/CallWithChatControlBar.js.map +1 -1
- package/dist/dist-esm/react-composites/src/composites/localization/locales/de-DE/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/en-GB/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/es-ES/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/fr-FR/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/it-IT/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ja-JP/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ko-KR/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/nl-NL/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/pt-BR/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/ru-RU/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/tr-TR/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-CN/strings.json +9 -5
- package/dist/dist-esm/react-composites/src/composites/localization/locales/zh-TW/strings.json +9 -5
- package/dist/tsdoc-metadata.json +1 -1
- package/package.json +14 -14
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.d.ts +0 -9
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.d.ts.map +0 -1
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js +0 -5
- package/dist/dist-esm/react-composites/src/composites/common/ContainerRectProps.js.map +0 -1
package/CHANGELOG.json
CHANGED
|
@@ -1,6 +1,737 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/communication-react",
|
|
3
3
|
"entries": [
|
|
4
|
+
{
|
|
5
|
+
"date": "Tue, 19 Apr 2022 20:46:13 GMT",
|
|
6
|
+
"tag": "@azure/communication-react_v1.2.2-beta.1",
|
|
7
|
+
"version": "1.2.2-beta.1",
|
|
8
|
+
"comments": {
|
|
9
|
+
"patch": [
|
|
10
|
+
{
|
|
11
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
12
|
+
"package": "@internal/react-composites",
|
|
13
|
+
"commit": "fc374c6e87d41a0c3dcaac476cf10ea9703734b9",
|
|
14
|
+
"comment": {
|
|
15
|
+
"title": "",
|
|
16
|
+
"value": ""
|
|
17
|
+
}
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
21
|
+
"package": "@internal/react-composites",
|
|
22
|
+
"commit": "e3932dfb5f1619309d3f7f40ef3c59f4413e5456",
|
|
23
|
+
"comment": "Show Error Bar to user when joining a call fails"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"author": "edwardlee@microsoft.com",
|
|
27
|
+
"package": "@internal/react-composites",
|
|
28
|
+
"commit": "2cea7896ea6737a3ecd4c0548acb13d4ee739cd1",
|
|
29
|
+
"comment": "Hide People menu item in MoreDrawer when set in CallControl options"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"author": "miguelgamis@microsoft.com",
|
|
33
|
+
"package": "@internal/react-composites",
|
|
34
|
+
"commit": "8f4a7309d914c00af26450653f18cef643369b7c",
|
|
35
|
+
"comment": "Added local and remote picture-in-picture component in Chat pane of CallWithChat composite in mobile view."
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"author": "jiangnanhello@live.com",
|
|
39
|
+
"package": "@internal/react-composites",
|
|
40
|
+
"commit": "6ca4a1908f1ba49e3fa27f83b44561e5d1caa6e4",
|
|
41
|
+
"comment": "Fix race condition of \"not in chat\""
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
45
|
+
"package": "@internal/react-composites",
|
|
46
|
+
"commit": "19b769c3ce685c802c35ece123f21392c8a979a2",
|
|
47
|
+
"comment": "Reduce min-width and min-height of the composites to support a galaxy fold portrait screen"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"author": "carolinecao@microsoft.com",
|
|
51
|
+
"package": "@internal/react-composites",
|
|
52
|
+
"commit": "9af6a7a6a6b0f0b5fa3847161b199c6bf8622396",
|
|
53
|
+
"comment": "optimization to reduce perf regression for onRenderFileDownloads"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
57
|
+
"package": "@internal/react-composites",
|
|
58
|
+
"commit": "340c7f5b35404a2c0408f7eeb897925aec9e2103",
|
|
59
|
+
"comment": "Bump webpack-cli dependency"
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
63
|
+
"package": "@internal/react-composites",
|
|
64
|
+
"commit": "647ab742678cce3349ed24d1048be46cdfa5be4f",
|
|
65
|
+
"comment": "Introduce Aria-label for the return to call button on mobile."
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"author": "edwardlee@microsoft.com",
|
|
69
|
+
"package": "@internal/react-composites",
|
|
70
|
+
"commit": "a25b449a72d435ff2ec7a9a15831fa4c448b172c",
|
|
71
|
+
"comment": "Add aria-label for SidePaneHeader dismiss button"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"author": "miguelgamis@microsoft.com",
|
|
75
|
+
"package": "@internal/react-composites",
|
|
76
|
+
"commit": "a343dde6b701b19d134061e3dec289202dda7d72",
|
|
77
|
+
"comment": "Style update for Screenshare button when checked in CallWithChat composite."
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
81
|
+
"package": "@internal/react-composites",
|
|
82
|
+
"commit": "43e788b8702813498426c83b5ce19b21afdf9ef6",
|
|
83
|
+
"comment": "Switch scroll behavior in chat styles so that the parent wrapper dosen't have scroll behavior when file sharing icon present."
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
87
|
+
"package": "@internal/react-composites",
|
|
88
|
+
"commit": "d56479c7b2be516c5d0d6221eb4d31cfaa2b3975",
|
|
89
|
+
"comment": "Fix styles so that the PIPIP shows over the content in the people and chat panes on mobile."
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"author": "edwardlee@microsoft.com",
|
|
93
|
+
"package": "@internal/react-composites",
|
|
94
|
+
"commit": "f5980eaf16586d969bb22cc97164ae8b5df3e65d",
|
|
95
|
+
"comment": "Left align participant pane elements in mobile and desktop"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
99
|
+
"package": "@internal/react-composites",
|
|
100
|
+
"commit": "9ae1c9d5610799ef743c71dd00df16afccde19aa",
|
|
101
|
+
"comment": "Update mobile people and chat tabs to have 'tab' roles for narration."
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"author": "edwardlee@microsoft.com",
|
|
105
|
+
"package": "@internal/react-composites",
|
|
106
|
+
"commit": "85608367a4ff6098e7521d1df487ecaedc5a1304",
|
|
107
|
+
"comment": "Add aria label and aria description to back button on TabHeader for mobile view"
|
|
108
|
+
},
|
|
109
|
+
{
|
|
110
|
+
"author": "miguelgamis@microsoft.com",
|
|
111
|
+
"package": "@internal/react-composites",
|
|
112
|
+
"commit": "ded9427c563ab19fe29f99c2fb47c4e1ceb7e2bf",
|
|
113
|
+
"comment": "Moved starting position of PiPiP higher in chat/people pane of CallWithChat composite. Also fixed PiPiP bounds such that it that does not go off screen."
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
117
|
+
"package": "@internal/react-composites",
|
|
118
|
+
"commit": "73f1ac671a48acc7573b6b9d10edc4e7318f7687",
|
|
119
|
+
"comment": "Improve Chat composite behavior in CallWithChatComposite to allow autofocus when opening chat pane."
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
123
|
+
"package": "@internal/react-composites",
|
|
124
|
+
"commit": "edae5c218a60be1d42adcaef9da8a40bbc0665e7",
|
|
125
|
+
"comment": "Make Chat Message action button icon customizable"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
129
|
+
"package": "@internal/react-composites",
|
|
130
|
+
"commit": "6e9610b12dd601940e6b826b5cfdf4e806d02fdb",
|
|
131
|
+
"comment": "Fix Picture-In-Picture component in mobile composites going outside the screen when the mobile device is rotated from portrait to landscape"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
135
|
+
"package": "@internal/storybook",
|
|
136
|
+
"commit": "76bf7e327fbfe373388cda257ff72054e59bb228",
|
|
137
|
+
"comment": "storybook: Give user feedback when call ends in stateful example"
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
141
|
+
"package": "@internal/storybook",
|
|
142
|
+
"commit": "c3a2600aaab6e778ed0f6dcb0444f9fff849b738",
|
|
143
|
+
"comment": "Update references to headless calling version"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
147
|
+
"package": "@internal/storybook",
|
|
148
|
+
"commit": "a4de3dc6eb0764134a0162145e6646a4f14a5a2e",
|
|
149
|
+
"comment": "Update fluent-northstar dependency to 0.61.0 to fix conflict on react peer dependencies"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"author": "79329532+alkwa-msft@users.noreply.github.com",
|
|
153
|
+
"package": "@internal/storybook",
|
|
154
|
+
"commit": "088fde06ec7629b949f1f6176e565b2e4f18d890",
|
|
155
|
+
"comment": "updating snippet code to include how to add a react key"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
159
|
+
"package": "@internal/calling-component-bindings",
|
|
160
|
+
"commit": "e3932dfb5f1619309d3f7f40ef3c59f4413e5456",
|
|
161
|
+
"comment": "Update Error bar selector to handle call agent join failures"
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
"author": "carolinecao@microsoft.com",
|
|
165
|
+
"package": "@internal/chat-component-bindings",
|
|
166
|
+
"commit": "9af6a7a6a6b0f0b5fa3847161b199c6bf8622396",
|
|
167
|
+
"comment": "do not caculate read receipt details, pass read receipt array down to component level"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"author": "jiangnanhello@live.com",
|
|
171
|
+
"package": "@internal/chat-component-bindings",
|
|
172
|
+
"commit": "afbd965062089e677bd01bb5ff3708ff22dab49b",
|
|
173
|
+
"comment": "Disable Read Receipt details in meeting interop"
|
|
174
|
+
},
|
|
175
|
+
{
|
|
176
|
+
"author": "carolinecao@microsoft.com",
|
|
177
|
+
"package": "@internal/chat-component-bindings",
|
|
178
|
+
"commit": "d5e29cd192c4aded94cdfae48305a33a2fbedda8",
|
|
179
|
+
"comment": "Filter read receipt to not include myself"
|
|
180
|
+
},
|
|
181
|
+
{
|
|
182
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
183
|
+
"package": "@internal/chat-component-bindings",
|
|
184
|
+
"commit": "b6bf2d91ccf189584f22058cd6bf38a1c000e860",
|
|
185
|
+
"comment": "Do not show \"Not In Thread\" Error Banner shown to user when a BotContact is a participant in Teams Interop Chats"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"author": "carolinecao@microsoft.com",
|
|
189
|
+
"package": "@internal/chat-stateful-client",
|
|
190
|
+
"commit": "9af6a7a6a6b0f0b5fa3847161b199c6bf8622396",
|
|
191
|
+
"comment": "added new type readreceiptbysenderid"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
195
|
+
"package": "@internal/react-components",
|
|
196
|
+
"commit": "a4de3dc6eb0764134a0162145e6646a4f14a5a2e",
|
|
197
|
+
"comment": "Update fluent-northstar dependency to 0.61.0 to fix conflict on react peer dependencies"
|
|
198
|
+
},
|
|
199
|
+
{
|
|
200
|
+
"author": "edwardlee@microsoft.com",
|
|
201
|
+
"package": "@internal/react-components",
|
|
202
|
+
"commit": "cbf5cab80441a1e50408cec7d129fc4fa6da84aa",
|
|
203
|
+
"comment": "Add aria-label for ChatMessageActionMenu button"
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"author": "edwardlee@microsoft.com",
|
|
207
|
+
"package": "@internal/react-components",
|
|
208
|
+
"commit": "843c8a63e5c651ef133e42003a882092d2ee9c2f",
|
|
209
|
+
"comment": "Add aria description to indicate selected camera in LocalVideoCameraButton"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
213
|
+
"package": "@internal/react-components",
|
|
214
|
+
"commit": "56e693761ad1513490df0e2441164f4275ef79f1",
|
|
215
|
+
"comment": "Fixes styles to remove undesired scroll bar in context menus on messages."
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"author": "carolinecao@microsoft.com",
|
|
219
|
+
"package": "@internal/react-components",
|
|
220
|
+
"commit": "6ae837e4375a00ebc055181d303478e16901938e",
|
|
221
|
+
"comment": "add data-ui-id to message tooltips and contextual menu for ui tests, also sort read receipt list for contextual menu"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"author": "jiangnanhello@live.com",
|
|
225
|
+
"package": "@internal/react-components",
|
|
226
|
+
"commit": "6e865ddc92ef0249907714a8d513a17e0ee71c12",
|
|
227
|
+
"comment": "Use fela style selector"
|
|
228
|
+
},
|
|
229
|
+
{
|
|
230
|
+
"author": "jiangnanhello@live.com",
|
|
231
|
+
"package": "@internal/react-components",
|
|
232
|
+
"commit": "54becb4250f4409f2a8f0d2e11ecf1db8e031a32",
|
|
233
|
+
"comment": "Memoize chat bubble to avoid unnecessary re-render"
|
|
234
|
+
},
|
|
235
|
+
{
|
|
236
|
+
"author": "edwardlee@microsoft.com",
|
|
237
|
+
"package": "@internal/react-components",
|
|
238
|
+
"commit": "f5980eaf16586d969bb22cc97164ae8b5df3e65d",
|
|
239
|
+
"comment": "Left align participant pane elements in mobile and desktop"
|
|
240
|
+
},
|
|
241
|
+
{
|
|
242
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
243
|
+
"package": "@internal/react-components",
|
|
244
|
+
"commit": "cf4b19a9e21b6faefb290e34cf9ad15d70004d59",
|
|
245
|
+
"comment": "Prevent prevent picture in picture from going out of screen when window is resized"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"author": "edwardlee@microsoft.com",
|
|
249
|
+
"package": "@internal/react-components",
|
|
250
|
+
"commit": "a205598f498e32ab700cc73c73504c3b3c540970",
|
|
251
|
+
"comment": "Set menu role for Split Buttons in controlBar"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
255
|
+
"package": "@internal/react-components",
|
|
256
|
+
"commit": "82bc7f657bde1c3f2ecf33e0b33635949d4955fc",
|
|
257
|
+
"comment": "Add tab index to local video tile through a wrapper to allow keyboard navigation of the modal controls."
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
261
|
+
"package": "@internal/react-components",
|
|
262
|
+
"commit": "d9c62f09a0d5478d4d3dd6d9bdcba80e4c865c38",
|
|
263
|
+
"comment": "Fixes styles for local camera switcher for better visibility on white backdrops."
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
267
|
+
"package": "@internal/react-components",
|
|
268
|
+
"commit": "c81904594430ae0091e4f634daeabd0cd23706a9",
|
|
269
|
+
"comment": "Fix A11y bug where user cannot keyboard outside of local video preview"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
273
|
+
"package": "@internal/react-components",
|
|
274
|
+
"commit": "4bb6f26c72e890688809593ced32307d34cee9f5",
|
|
275
|
+
"comment": "bugfix: Update readBy count for messages when `mobileView` is set"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
279
|
+
"package": "@internal/react-components",
|
|
280
|
+
"commit": "692b7f1baaf07fbd117e3f96946f56fde3388f8a",
|
|
281
|
+
"comment": "Fix chevron alignment issues on message read receipt flyout."
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
285
|
+
"package": "@internal/react-components",
|
|
286
|
+
"commit": "ddd6b1e740c36fdd072b672df647d44f22fd3f0c",
|
|
287
|
+
"comment": "Fix floating local video tile going offscreen in the VideoGallery Component"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"author": "edwardlee@microsoft.com",
|
|
291
|
+
"package": "@internal/react-components",
|
|
292
|
+
"commit": "0c054e566fd8b0f7edcf03045ea1374dad3f9980",
|
|
293
|
+
"comment": "New Aria-labels added for screen reader accessibility on ErrorBar and MessageThread"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
297
|
+
"package": "@internal/react-components",
|
|
298
|
+
"commit": "5020e414dd967b9ea70b459813e5c1bc695d627d",
|
|
299
|
+
"comment": "Changed the participant item container styles to check if participant is the user and prevent cursor change."
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
303
|
+
"package": "@internal/react-components",
|
|
304
|
+
"commit": "40d6e61c3d907b4ede8a88bdf94e21a424f219d7",
|
|
305
|
+
"comment": "Set overflow to hidden in PiPiP (only currently impacting end to end tests)"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"author": "carolinecao@microsoft.com",
|
|
309
|
+
"package": "@internal/react-components",
|
|
310
|
+
"commit": "6b78e15e3de358d099dca42fd1e0202355a94a13",
|
|
311
|
+
"comment": "fixed bug when deleting failed to send messages"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
315
|
+
"package": "@internal/react-components",
|
|
316
|
+
"commit": "e3932dfb5f1619309d3f7f40ef3c59f4413e5456",
|
|
317
|
+
"comment": "Add joincall failure strings to ErrorBar component"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
321
|
+
"package": "@internal/react-components",
|
|
322
|
+
"commit": "29ad67fa57996778dd8a2f04105d99b8c23a5b33",
|
|
323
|
+
"comment": "Update styles on new modal to use rem not px for border thickness."
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
327
|
+
"package": "@internal/react-components",
|
|
328
|
+
"commit": "edae5c218a60be1d42adcaef9da8a40bbc0665e7",
|
|
329
|
+
"comment": "Update chat message action button icon styles: increase contrast in dark mode for MessageThread and Chat Composites. Make icon customizable."
|
|
330
|
+
}
|
|
331
|
+
],
|
|
332
|
+
"none": [
|
|
333
|
+
{
|
|
334
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
335
|
+
"package": "@internal/react-composites",
|
|
336
|
+
"commit": "9d54cded4514615aafaf8839faf2a83204679cbe",
|
|
337
|
+
"comment": "Remove beta API from stable build"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"author": "anjulgarg@live.com",
|
|
341
|
+
"package": "@internal/react-composites",
|
|
342
|
+
"commit": "dd6fd2f775a9fcbc6565bfe788fcaa6f40a9705b",
|
|
343
|
+
"comment": "Updating docs"
|
|
344
|
+
},
|
|
345
|
+
{
|
|
346
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
347
|
+
"package": "@internal/react-composites",
|
|
348
|
+
"commit": "9f89b36eecd7c7bba9edbb66f1b495056124871c",
|
|
349
|
+
"comment": "Setup package versions after prerelease"
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
"author": "carolinecao@microsoft.com",
|
|
353
|
+
"package": "@internal/react-composites",
|
|
354
|
+
"commit": "7e78a0a3534e5d6e0fba45a1cd056890d81699be",
|
|
355
|
+
"comment": "make sure badge text color is white in both light and dark mode"
|
|
356
|
+
},
|
|
357
|
+
{
|
|
358
|
+
"author": "anjulgarg@live.com",
|
|
359
|
+
"package": "@internal/react-composites",
|
|
360
|
+
"commit": "b1a9409b1dc0c9cab51e915264e0626e46c18ed6",
|
|
361
|
+
"comment": "Add tests for filesharing upload button and file cards in sendbox"
|
|
362
|
+
},
|
|
363
|
+
{
|
|
364
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
365
|
+
"package": "@internal/react-composites",
|
|
366
|
+
"commit": "6e5d0f2409d345f92c948c14eb9f1a60506f832b",
|
|
367
|
+
"comment": "Update webpack-dev-server in the sample apps and composites package."
|
|
368
|
+
},
|
|
369
|
+
{
|
|
370
|
+
"author": "anjulgarg@live.com",
|
|
371
|
+
"package": "@internal/react-composites",
|
|
372
|
+
"commit": "b62d2174339f59deb3c322b6f20308a8bc9ca2eb",
|
|
373
|
+
"comment": "Converting filesharing functions to arrow functions in CallWithChatBackendChatAdapter"
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
"author": "carolinecao@microsoft.com",
|
|
377
|
+
"package": "@internal/react-composites",
|
|
378
|
+
"commit": "2df08c6f303ca8cdb638cf0dcdbd8df7ecef90e6",
|
|
379
|
+
"comment": "Attached data ui id for chat unread message badge "
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"author": "anjulgarg@live.com",
|
|
383
|
+
"package": "@internal/react-composites",
|
|
384
|
+
"commit": "a6b840a923d78c7dc4bf32e0a67c6aedfb4cdf1e",
|
|
385
|
+
"comment": "Cleaning up duplicate file sharing code from react-composites"
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
389
|
+
"package": "@internal/storybook",
|
|
390
|
+
"commit": "a92c49984340bce7274a7c5cd58591a39dd6a12b",
|
|
391
|
+
"comment": "Use useAzureCommunicationChatAdapter hook in ChatComposite samples"
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
395
|
+
"package": "@internal/storybook",
|
|
396
|
+
"commit": "19b769c3ce685c802c35ece123f21392c8a979a2",
|
|
397
|
+
"comment": "Update docs to note change on new min height and min width"
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
"author": "anjulgarg@live.com",
|
|
401
|
+
"package": "@internal/storybook",
|
|
402
|
+
"commit": "924823d2e13514c2134c2992aeaf6f9b570be5f6",
|
|
403
|
+
"comment": "Updating story for filecard"
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"author": "dademath@microsoft.com",
|
|
407
|
+
"package": "@internal/storybook",
|
|
408
|
+
"commit": "68876367f8e78f9cc01bea06e11735f57e06d28f",
|
|
409
|
+
"comment": "[CallWithChat][A11y] Add aria-label for ChatMessageActionMenu button (#1760)"
|
|
410
|
+
},
|
|
411
|
+
{
|
|
412
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
413
|
+
"package": "@internal/storybook",
|
|
414
|
+
"commit": "b5de40d14719d6f96bb4e15d510b952e719aa156",
|
|
415
|
+
"comment": "Update output in the calling stateful client snippet to have correct output."
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
419
|
+
"package": "@internal/storybook",
|
|
420
|
+
"commit": "340c7f5b35404a2c0408f7eeb897925aec9e2103",
|
|
421
|
+
"comment": "Add required tslib to update packages"
|
|
422
|
+
},
|
|
423
|
+
{
|
|
424
|
+
"author": "dademath@microsoft.com",
|
|
425
|
+
"package": "@internal/storybook",
|
|
426
|
+
"commit": "fdb76d99f9bf4b961039799dd71e3e0986cb2cf7",
|
|
427
|
+
"comment": "UI Library Desing Kit"
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
431
|
+
"package": "@internal/storybook",
|
|
432
|
+
"commit": "9f89b36eecd7c7bba9edbb66f1b495056124871c",
|
|
433
|
+
"comment": "Setup package versions after prerelease"
|
|
434
|
+
},
|
|
435
|
+
{
|
|
436
|
+
"author": "anjulgarg@live.com",
|
|
437
|
+
"package": "@internal/storybook",
|
|
438
|
+
"commit": "a6b840a923d78c7dc4bf32e0a67c6aedfb4cdf1e",
|
|
439
|
+
"comment": "Add FileCard story as internal story to storybook"
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
443
|
+
"package": "@internal/storybook",
|
|
444
|
+
"commit": "1ed7e6f723e83027c7ae97c0f6ea1d1efd09b1ef",
|
|
445
|
+
"comment": "Fix platform support documentation"
|
|
446
|
+
},
|
|
447
|
+
{
|
|
448
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
449
|
+
"package": "@internal/acs-ui-common",
|
|
450
|
+
"commit": "73706d8ed333f8263480c70c8aa80d04d5d7ec8d",
|
|
451
|
+
"comment": "Set dummy telemetry version on `main`"
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
"author": "anjulgarg@live.com",
|
|
455
|
+
"package": "@internal/acs-ui-common",
|
|
456
|
+
"commit": "b1a9409b1dc0c9cab51e915264e0626e46c18ed6",
|
|
457
|
+
"comment": "Add util function for converting px to rem"
|
|
458
|
+
},
|
|
459
|
+
{
|
|
460
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
461
|
+
"package": "@internal/acs-ui-common",
|
|
462
|
+
"commit": "9f89b36eecd7c7bba9edbb66f1b495056124871c",
|
|
463
|
+
"comment": "Setup package versions after prerelease"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
467
|
+
"package": "@internal/calling-component-bindings",
|
|
468
|
+
"commit": "9f89b36eecd7c7bba9edbb66f1b495056124871c",
|
|
469
|
+
"comment": "Setup package versions after prerelease"
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
473
|
+
"package": "@internal/calling-stateful-client",
|
|
474
|
+
"commit": "9f89b36eecd7c7bba9edbb66f1b495056124871c",
|
|
475
|
+
"comment": "Setup package versions after prerelease"
|
|
476
|
+
},
|
|
477
|
+
{
|
|
478
|
+
"author": "jiangnanhello@live.com",
|
|
479
|
+
"package": "@internal/calling-stateful-client",
|
|
480
|
+
"commit": "fa9f3484b9a76ee3438d9371088efcc41f085829",
|
|
481
|
+
"comment": "Add version to azure log(telemetry)"
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
485
|
+
"package": "@internal/chat-component-bindings",
|
|
486
|
+
"commit": "9f89b36eecd7c7bba9edbb66f1b495056124871c",
|
|
487
|
+
"comment": "Setup package versions after prerelease"
|
|
488
|
+
},
|
|
489
|
+
{
|
|
490
|
+
"author": "jiangnanhello@live.com",
|
|
491
|
+
"package": "@internal/chat-stateful-client",
|
|
492
|
+
"commit": "fa9f3484b9a76ee3438d9371088efcc41f085829",
|
|
493
|
+
"comment": "Add version to azure log(telemetry)"
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
497
|
+
"package": "@internal/chat-stateful-client",
|
|
498
|
+
"commit": "9f89b36eecd7c7bba9edbb66f1b495056124871c",
|
|
499
|
+
"comment": "Setup package versions after prerelease"
|
|
500
|
+
},
|
|
501
|
+
{
|
|
502
|
+
"author": "carolinecao@microsoft.com",
|
|
503
|
+
"package": "@internal/react-components",
|
|
504
|
+
"commit": "38e02f1d0e9f1a75e2c16422e38165c8a6c64a2e",
|
|
505
|
+
"comment": "change tooltip color in dark mode"
|
|
506
|
+
},
|
|
507
|
+
{
|
|
508
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
509
|
+
"package": "@internal/react-components",
|
|
510
|
+
"commit": "9f89b36eecd7c7bba9edbb66f1b495056124871c",
|
|
511
|
+
"comment": "Setup package versions after prerelease"
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"author": "miguelgamis@microsoft.com",
|
|
515
|
+
"package": "@internal/react-components",
|
|
516
|
+
"commit": "ded9427c563ab19fe29f99c2fb47c4e1ceb7e2bf"
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
520
|
+
"package": "@internal/react-components",
|
|
521
|
+
"commit": "6e9610b12dd601940e6b826b5cfdf4e806d02fdb",
|
|
522
|
+
"comment": "Make useContainerHeight/Width an internal fn for use in react-composites"
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
526
|
+
"package": "@internal/react-components",
|
|
527
|
+
"commit": "9d54cded4514615aafaf8839faf2a83204679cbe",
|
|
528
|
+
"comment": "Remove beta API from stable build"
|
|
529
|
+
}
|
|
530
|
+
],
|
|
531
|
+
"prerelease": [
|
|
532
|
+
{
|
|
533
|
+
"author": "anjulgarg@live.com",
|
|
534
|
+
"package": "@internal/react-composites",
|
|
535
|
+
"commit": "b8389062d4d46c5a2766a462f2214feb009deb73",
|
|
536
|
+
"comment": "Bugfix for file upload button's inconsistent behavior"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"author": "anjulgarg@live.com",
|
|
540
|
+
"package": "@internal/react-composites",
|
|
541
|
+
"commit": "924823d2e13514c2134c2992aeaf6f9b570be5f6",
|
|
542
|
+
"comment": "Move file download renderer to MessageThread component"
|
|
543
|
+
},
|
|
544
|
+
{
|
|
545
|
+
"author": "2684369+JamesBurnside@users.noreply.github.com",
|
|
546
|
+
"package": "@internal/react-composites",
|
|
547
|
+
"commit": "fde859e57fba12604773a278f2dfed86352f5608",
|
|
548
|
+
"comment": "Flatten pick and omit APIs in CallWithChatComposite"
|
|
549
|
+
},
|
|
550
|
+
{
|
|
551
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
|
552
|
+
"package": "@internal/react-composites",
|
|
553
|
+
"commit": "ae665dc277b80ecbf26bc6bfd514ec3026b12ac3",
|
|
554
|
+
"comment": "Add error bar to show file download error message in the message thread."
|
|
555
|
+
},
|
|
556
|
+
{
|
|
557
|
+
"author": "anjulgarg@live.com",
|
|
558
|
+
"package": "@internal/react-composites",
|
|
559
|
+
"commit": "ebdaeadf3bba0ffa7a473fe2fef7986cafe83eb5",
|
|
560
|
+
"comment": "Reducing un-needed interfaces from File Sharing Public API"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"author": "anjulgarg@live.com",
|
|
564
|
+
"package": "@internal/react-composites",
|
|
565
|
+
"commit": "4c0a64adec1576372ecc417ab2c82d55d40b55f6",
|
|
566
|
+
"comment": "Adding gap between downloadable files and message content"
|
|
567
|
+
},
|
|
568
|
+
{
|
|
569
|
+
"author": "anjulgarg@live.com",
|
|
570
|
+
"package": "@internal/react-composites",
|
|
571
|
+
"commit": "d888514c586daf87be33c6875d8ad61b6f4c9946",
|
|
572
|
+
"comment": "Changing attach file icon position basis on form factor"
|
|
573
|
+
},
|
|
574
|
+
{
|
|
575
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
576
|
+
"package": "@internal/react-composites",
|
|
577
|
+
"commit": "f13219e2610936c3ecf7cc1f637f28eaa85dd863",
|
|
578
|
+
"comment": "Introduces number of message tracking for the chat button tooltip"
|
|
579
|
+
},
|
|
580
|
+
{
|
|
581
|
+
"author": "97124699+prabhjot-msft@users.noreply.github.com",
|
|
582
|
+
"package": "@internal/react-composites",
|
|
583
|
+
"commit": "a4d2c97cb1ca80630a538244daa97f9720972222",
|
|
584
|
+
"comment": "Added chat test setup with per user query arguments & UI tests for file download card"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"author": "anjulgarg@live.com",
|
|
588
|
+
"package": "@internal/react-composites",
|
|
589
|
+
"commit": "58fe34d53c7e37d6c4d14dab52acc4320d761846",
|
|
590
|
+
"comment": "Modifying the updateMessage chat adapter method to allow passing metadata as a parameter"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"author": "anjulgarg@live.com",
|
|
594
|
+
"package": "@internal/react-composites",
|
|
595
|
+
"commit": "d82dfc2da392d64f37cb5896fc4f7bab44ed5540",
|
|
596
|
+
"comment": "Bugfix for delay in removing file card after a message is sent"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"author": "carolinecao@microsoft.com",
|
|
600
|
+
"package": "@internal/react-composites",
|
|
601
|
+
"commit": "c214edcf472f26abc559b0c28c9dfabd81de0fac",
|
|
602
|
+
"comment": "Added resend button to contextual menu"
|
|
603
|
+
},
|
|
604
|
+
{
|
|
605
|
+
"author": "anjulgarg@live.com",
|
|
606
|
+
"package": "@internal/react-composites",
|
|
607
|
+
"commit": "1f7d42376b0ddedb7823acf6298881a30609c835",
|
|
608
|
+
"comment": "Add filesharing to callwithchat composite"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"author": "jiangnanhello@live.com",
|
|
612
|
+
"package": "@internal/calling-stateful-client",
|
|
613
|
+
"commit": "4c5abf8919f86780cb6969187620402bc5911e8b",
|
|
614
|
+
"comment": "Add telemetry for rendering problems"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"author": "jiangnanhello@live.com",
|
|
618
|
+
"package": "@internal/calling-stateful-client",
|
|
619
|
+
"commit": "763bfb6933e29401dbc5a5229ed12eff7d7ac055",
|
|
620
|
+
"comment": "Log the function called from stateful client"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"author": "anjulgarg@live.com",
|
|
624
|
+
"package": "@internal/chat-component-bindings",
|
|
625
|
+
"commit": "924823d2e13514c2134c2992aeaf6f9b570be5f6",
|
|
626
|
+
"comment": "Adding file metadata parsing to selectors"
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"author": "carolinecao@microsoft.com",
|
|
630
|
+
"package": "@internal/chat-component-bindings",
|
|
631
|
+
"commit": "b942e0172f5653433dfddf448334f4d2c7e4cd88",
|
|
632
|
+
"comment": "fetch read receipt when participant join the chat, also not show read receipt info when having more than 20 participants"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"author": "anjulgarg@live.com",
|
|
636
|
+
"package": "@internal/chat-component-bindings",
|
|
637
|
+
"commit": "58fe34d53c7e37d6c4d14dab52acc4320d761846",
|
|
638
|
+
"comment": "Modifying the updateMessage handler method to allow passing metadata as a parameter"
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"author": "jiangnanhello@live.com",
|
|
642
|
+
"package": "@internal/chat-stateful-client",
|
|
643
|
+
"commit": "763bfb6933e29401dbc5a5229ed12eff7d7ac055",
|
|
644
|
+
"comment": "Log the function called from stateful client"
|
|
645
|
+
},
|
|
646
|
+
{
|
|
647
|
+
"author": "carolinecao@microsoft.com",
|
|
648
|
+
"package": "@internal/react-components",
|
|
649
|
+
"commit": "c214edcf472f26abc559b0c28c9dfabd81de0fac",
|
|
650
|
+
"comment": "Added resend button to contextual menu"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"author": "carolinecao@microsoft.com",
|
|
654
|
+
"package": "@internal/react-components",
|
|
655
|
+
"commit": "ffc4f476e0341cfd20cbdc39449163c6f0bd4202",
|
|
656
|
+
"comment": "change color for chat bubbles : blue when successfully sent and red when failed, added failed tag"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"author": "carolinecao@microsoft.com",
|
|
660
|
+
"package": "@internal/react-components",
|
|
661
|
+
"commit": "b942e0172f5653433dfddf448334f4d2c7e4cd88",
|
|
662
|
+
"comment": "fetch read receipt when participant join the chat, also not show read receipt info when having more than 20 participant"
|
|
663
|
+
},
|
|
664
|
+
{
|
|
665
|
+
"author": "anjulgarg@live.com",
|
|
666
|
+
"package": "@internal/react-components",
|
|
667
|
+
"commit": "b8389062d4d46c5a2766a462f2214feb009deb73",
|
|
668
|
+
"comment": "Bugfix for inconsistent fileupload sendbox errors"
|
|
669
|
+
},
|
|
670
|
+
{
|
|
671
|
+
"author": "anjulgarg@live.com",
|
|
672
|
+
"package": "@internal/react-components",
|
|
673
|
+
"commit": "924823d2e13514c2134c2992aeaf6f9b570be5f6",
|
|
674
|
+
"comment": "Add default file download renderers to MessageThread"
|
|
675
|
+
},
|
|
676
|
+
{
|
|
677
|
+
"author": "anjulgarg@live.com",
|
|
678
|
+
"package": "@internal/react-components",
|
|
679
|
+
"commit": "a6b840a923d78c7dc4bf32e0a67c6aedfb4cdf1e",
|
|
680
|
+
"comment": "Preventing text wrapping in file card due to long file names"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"author": "anjulgarg@live.com",
|
|
684
|
+
"package": "@internal/react-components",
|
|
685
|
+
"commit": "2434ce64597e829dc1c5c1c963d2814185ebe97f",
|
|
686
|
+
"comment": "Bugfix for text wrapping onto next line in file card"
|
|
687
|
+
},
|
|
688
|
+
{
|
|
689
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
690
|
+
"package": "@internal/react-components",
|
|
691
|
+
"commit": "adc20a25f3437b256d9afcc1b2c36f144416f4d3",
|
|
692
|
+
"comment": "API fix: Hide FileSharing API from stable build"
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"author": "anjulgarg@live.com",
|
|
696
|
+
"package": "@internal/react-components",
|
|
697
|
+
"commit": "4c0a64adec1576372ecc417ab2c82d55d40b55f6",
|
|
698
|
+
"comment": "Making File Card consistent with Figma Designs"
|
|
699
|
+
},
|
|
700
|
+
{
|
|
701
|
+
"author": "carolinecao@microsoft.com",
|
|
702
|
+
"package": "@internal/react-components",
|
|
703
|
+
"commit": "9af6a7a6a6b0f0b5fa3847161b199c6bf8622396",
|
|
704
|
+
"comment": "calculate read number and who has read the message on hover tooltip or on click action menu"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"author": "anjulgarg@live.com",
|
|
708
|
+
"package": "@internal/react-components",
|
|
709
|
+
"commit": "b1a9409b1dc0c9cab51e915264e0626e46c18ed6",
|
|
710
|
+
"comment": "FileCard: Do not show progress bar when progress is 0"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
714
|
+
"package": "@internal/react-components",
|
|
715
|
+
"commit": "0e8d8a0e043804f2621f9c18e7c22f3056ee6802",
|
|
716
|
+
"comment": "Introduces A11y strings for aria-roles for control bar buttons."
|
|
717
|
+
}
|
|
718
|
+
],
|
|
719
|
+
"minor": [
|
|
720
|
+
{
|
|
721
|
+
"author": "82062616+prprabhu-ms@users.noreply.github.com",
|
|
722
|
+
"package": "@internal/react-composites",
|
|
723
|
+
"commit": "a92c49984340bce7274a7c5cd58591a39dd6a12b",
|
|
724
|
+
"comment": "Add useAzureCommunicationChatAdapter hook"
|
|
725
|
+
},
|
|
726
|
+
{
|
|
727
|
+
"author": "94866715+dmceachernmsft@users.noreply.github.com",
|
|
728
|
+
"package": "@internal/react-components",
|
|
729
|
+
"commit": "e96ce012ac5536fe9f04a3d79b04cd2a19b68422",
|
|
730
|
+
"comment": "Introduce strings for the new modal controls."
|
|
731
|
+
}
|
|
732
|
+
]
|
|
733
|
+
}
|
|
734
|
+
},
|
|
4
735
|
{
|
|
5
736
|
"date": "Fri, 11 Mar 2022 19:20:01 GMT",
|
|
6
737
|
"tag": "@azure/communication-react_v1.2.0",
|