@fluentui/react-avatar 9.0.0-rc.1 → 9.0.0-rc.10

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 (89) hide show
  1. package/CHANGELOG.json +481 -1
  2. package/CHANGELOG.md +250 -125
  3. package/MIGRATION.md +71 -66
  4. package/SPEC-AvatarGroup.md +185 -0
  5. package/SPEC.md +160 -135
  6. package/dist/index.d.ts +242 -0
  7. package/{lib → dist}/tsdoc-metadata.json +0 -0
  8. package/lib/Avatar.js.map +1 -1
  9. package/lib/AvatarGroup.js +2 -0
  10. package/lib/AvatarGroup.js.map +1 -0
  11. package/lib/components/Avatar/Avatar.js.map +1 -1
  12. package/lib/components/Avatar/Avatar.types.js.map +1 -1
  13. package/lib/components/Avatar/index.js.map +1 -1
  14. package/lib/components/Avatar/renderAvatar.js.map +1 -1
  15. package/lib/components/Avatar/useAvatar.js +18 -6
  16. package/lib/components/Avatar/useAvatar.js.map +1 -1
  17. package/lib/components/Avatar/useAvatarStyles.js +31 -16
  18. package/lib/components/Avatar/useAvatarStyles.js.map +1 -1
  19. package/lib/components/AvatarGroup/AvatarGroup.js +15 -0
  20. package/lib/components/AvatarGroup/AvatarGroup.js.map +1 -0
  21. package/lib/components/AvatarGroup/AvatarGroup.strings.js +4 -0
  22. package/lib/components/AvatarGroup/AvatarGroup.strings.js.map +1 -0
  23. package/lib/components/AvatarGroup/AvatarGroup.types.js +2 -0
  24. package/lib/components/AvatarGroup/AvatarGroup.types.js.map +1 -0
  25. package/lib/components/AvatarGroup/index.js +6 -0
  26. package/lib/components/AvatarGroup/index.js.map +1 -0
  27. package/lib/components/AvatarGroup/renderAvatarGroup.js +16 -0
  28. package/lib/components/AvatarGroup/renderAvatarGroup.js.map +1 -0
  29. package/lib/components/AvatarGroup/useAvatarGroup.js +51 -0
  30. package/lib/components/AvatarGroup/useAvatarGroup.js.map +1 -0
  31. package/lib/components/AvatarGroup/useAvatarGroupStyles.js +37 -0
  32. package/lib/components/AvatarGroup/useAvatarGroupStyles.js.map +1 -0
  33. package/lib/index.js +3 -2
  34. package/lib/index.js.map +1 -1
  35. package/lib/utils/getInitials.js +14 -12
  36. package/lib/utils/getInitials.js.map +1 -1
  37. package/lib/utils/index.js.map +1 -1
  38. package/lib-commonjs/Avatar.js.map +1 -1
  39. package/lib-commonjs/AvatarGroup.js +10 -0
  40. package/lib-commonjs/AvatarGroup.js.map +1 -0
  41. package/lib-commonjs/components/Avatar/Avatar.js.map +1 -1
  42. package/lib-commonjs/components/Avatar/Avatar.types.js.map +1 -1
  43. package/lib-commonjs/components/Avatar/index.js.map +1 -1
  44. package/lib-commonjs/components/Avatar/renderAvatar.js.map +1 -1
  45. package/lib-commonjs/components/Avatar/useAvatar.js +19 -6
  46. package/lib-commonjs/components/Avatar/useAvatar.js.map +1 -1
  47. package/lib-commonjs/components/Avatar/useAvatarStyles.js +32 -17
  48. package/lib-commonjs/components/Avatar/useAvatarStyles.js.map +1 -1
  49. package/lib-commonjs/components/AvatarGroup/AvatarGroup.js +26 -0
  50. package/lib-commonjs/components/AvatarGroup/AvatarGroup.js.map +1 -0
  51. package/lib-commonjs/components/AvatarGroup/AvatarGroup.strings.js +10 -0
  52. package/lib-commonjs/components/AvatarGroup/AvatarGroup.strings.js.map +1 -0
  53. package/lib-commonjs/components/AvatarGroup/AvatarGroup.types.js +6 -0
  54. package/lib-commonjs/components/AvatarGroup/AvatarGroup.types.js.map +1 -0
  55. package/lib-commonjs/components/AvatarGroup/index.js +18 -0
  56. package/lib-commonjs/components/AvatarGroup/index.js.map +1 -0
  57. package/lib-commonjs/components/AvatarGroup/renderAvatarGroup.js +27 -0
  58. package/lib-commonjs/components/AvatarGroup/renderAvatarGroup.js.map +1 -0
  59. package/lib-commonjs/components/AvatarGroup/useAvatarGroup.js +64 -0
  60. package/lib-commonjs/components/AvatarGroup/useAvatarGroup.js.map +1 -0
  61. package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.js +47 -0
  62. package/lib-commonjs/components/AvatarGroup/useAvatarGroupStyles.js.map +1 -0
  63. package/lib-commonjs/index.js +73 -3
  64. package/lib-commonjs/index.js.map +1 -1
  65. package/lib-commonjs/utils/getInitials.js +14 -12
  66. package/lib-commonjs/utils/getInitials.js.map +1 -1
  67. package/lib-commonjs/utils/index.js.map +1 -1
  68. package/package.json +22 -21
  69. package/dist/react-avatar.d.ts +0 -142
  70. package/lib/Avatar.d.ts +0 -1
  71. package/lib/components/Avatar/Avatar.d.ts +0 -3
  72. package/lib/components/Avatar/Avatar.types.d.ts +0 -107
  73. package/lib/components/Avatar/index.d.ts +0 -5
  74. package/lib/components/Avatar/renderAvatar.d.ts +0 -2
  75. package/lib/components/Avatar/useAvatar.d.ts +0 -3
  76. package/lib/components/Avatar/useAvatarStyles.d.ts +0 -3
  77. package/lib/index.d.ts +0 -2
  78. package/lib/utils/getInitials.d.ts +0 -14
  79. package/lib/utils/index.d.ts +0 -1
  80. package/lib-commonjs/Avatar.d.ts +0 -1
  81. package/lib-commonjs/components/Avatar/Avatar.d.ts +0 -3
  82. package/lib-commonjs/components/Avatar/Avatar.types.d.ts +0 -107
  83. package/lib-commonjs/components/Avatar/index.d.ts +0 -5
  84. package/lib-commonjs/components/Avatar/renderAvatar.d.ts +0 -2
  85. package/lib-commonjs/components/Avatar/useAvatar.d.ts +0 -3
  86. package/lib-commonjs/components/Avatar/useAvatarStyles.d.ts +0 -3
  87. package/lib-commonjs/index.d.ts +0 -2
  88. package/lib-commonjs/utils/getInitials.d.ts +0 -14
  89. package/lib-commonjs/utils/index.d.ts +0 -1
package/CHANGELOG.json CHANGED
@@ -2,7 +2,487 @@
2
2
  "name": "@fluentui/react-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 10 Feb 2022 08:45:33 GMT",
5
+ "date": "Mon, 23 May 2022 18:54:45 GMT",
6
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.10",
7
+ "version": "9.0.0-rc.10",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "seanmonahan@microsoft.com",
12
+ "package": "@fluentui/react-avatar",
13
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
14
+ "comment": "BREAKING: update string unions to use spinal-case"
15
+ },
16
+ {
17
+ "author": "esteban.230@hotmail.com",
18
+ "package": "@fluentui/react-avatar",
19
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
20
+ "comment": "Removing <componentName>ClassName exports."
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-avatar",
25
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.10",
26
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-avatar",
31
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.11",
32
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-avatar",
37
+ "comment": "Bump @fluentui/react-popover to v9.0.0-rc.11",
38
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-avatar",
43
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.11",
44
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-avatar",
49
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
50
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-avatar",
55
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.9",
56
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-avatar",
61
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
62
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Mon, 23 May 2022 12:14:00 GMT",
69
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.9",
70
+ "version": "9.0.0-rc.9",
71
+ "comments": {
72
+ "prerelease": [
73
+ {
74
+ "author": "behowell@microsoft.com",
75
+ "package": "@fluentui/react-avatar",
76
+ "commit": "f57165a466c9d62226af2d49928f6eb797c20432",
77
+ "comment": "Add support for size={16} to Avatar"
78
+ },
79
+ {
80
+ "author": "olfedias@microsoft.com",
81
+ "package": "@fluentui/react-avatar",
82
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
83
+ "comment": "chore: Update Griffel to latest version"
84
+ },
85
+ {
86
+ "author": "olfedias@microsoft.com",
87
+ "package": "@fluentui/react-avatar",
88
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
89
+ "comment": "chore: Update Griffel to latest version"
90
+ },
91
+ {
92
+ "author": "esteban.230@hotmail.com",
93
+ "package": "@fluentui/react-avatar",
94
+ "commit": "72684d3d57ee3cb0d7012a31559b8a2b7ad36849",
95
+ "comment": "Moving Avatar stories to stories folder."
96
+ },
97
+ {
98
+ "author": "beachball",
99
+ "package": "@fluentui/react-avatar",
100
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.9",
101
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
102
+ },
103
+ {
104
+ "author": "beachball",
105
+ "package": "@fluentui/react-avatar",
106
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.10",
107
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
108
+ },
109
+ {
110
+ "author": "beachball",
111
+ "package": "@fluentui/react-avatar",
112
+ "comment": "Bump @fluentui/react-popover to v9.0.0-rc.10",
113
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
114
+ },
115
+ {
116
+ "author": "beachball",
117
+ "package": "@fluentui/react-avatar",
118
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.10",
119
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
120
+ },
121
+ {
122
+ "author": "beachball",
123
+ "package": "@fluentui/react-avatar",
124
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
125
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
126
+ },
127
+ {
128
+ "author": "beachball",
129
+ "package": "@fluentui/react-avatar",
130
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.8",
131
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
132
+ },
133
+ {
134
+ "author": "beachball",
135
+ "package": "@fluentui/react-avatar",
136
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
137
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
138
+ },
139
+ {
140
+ "author": "beachball",
141
+ "package": "@fluentui/react-avatar",
142
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
143
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
144
+ }
145
+ ],
146
+ "none": [
147
+ {
148
+ "author": "sarah.higley@microsoft.com",
149
+ "package": "@fluentui/react-avatar",
150
+ "commit": "59ea4de9c55cfaca51bac4a07e1e03fb60939a15",
151
+ "comment": "remove commons type from avatar and avatargroup"
152
+ }
153
+ ]
154
+ }
155
+ },
156
+ {
157
+ "date": "Thu, 05 May 2022 18:26:29 GMT",
158
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.8",
159
+ "version": "9.0.0-rc.8",
160
+ "comments": {
161
+ "prerelease": [
162
+ {
163
+ "author": "martinhochel@microsoft.com",
164
+ "package": "@fluentui/react-avatar",
165
+ "commit": "e465622ca241f3dd0534da50823a51e7311fd9ef",
166
+ "comment": "feat: ship rolluped only dts"
167
+ },
168
+ {
169
+ "author": "beachball",
170
+ "package": "@fluentui/react-avatar",
171
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.8",
172
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
173
+ },
174
+ {
175
+ "author": "beachball",
176
+ "package": "@fluentui/react-avatar",
177
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.9",
178
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
179
+ },
180
+ {
181
+ "author": "beachball",
182
+ "package": "@fluentui/react-avatar",
183
+ "comment": "Bump @fluentui/react-popover to v9.0.0-rc.9",
184
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
185
+ },
186
+ {
187
+ "author": "beachball",
188
+ "package": "@fluentui/react-avatar",
189
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.9",
190
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
191
+ },
192
+ {
193
+ "author": "beachball",
194
+ "package": "@fluentui/react-avatar",
195
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
196
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
197
+ },
198
+ {
199
+ "author": "beachball",
200
+ "package": "@fluentui/react-avatar",
201
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.7",
202
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
203
+ },
204
+ {
205
+ "author": "beachball",
206
+ "package": "@fluentui/react-avatar",
207
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
208
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
209
+ },
210
+ {
211
+ "author": "beachball",
212
+ "package": "@fluentui/react-avatar",
213
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
214
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
215
+ }
216
+ ]
217
+ }
218
+ },
219
+ {
220
+ "date": "Wed, 04 May 2022 13:26:37 GMT",
221
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.7",
222
+ "version": "9.0.0-rc.7",
223
+ "comments": {
224
+ "none": [
225
+ {
226
+ "author": "tristan.watanabe@gmail.com",
227
+ "package": "@fluentui/react-avatar",
228
+ "commit": "e791a91f5f02b6dc19f178543b6a6b95d49edb46",
229
+ "comment": "react-avatar: Move to new common folder."
230
+ },
231
+ {
232
+ "author": "esteban.230@hotmail.com",
233
+ "package": "@fluentui/react-avatar",
234
+ "commit": "2a852c82989e92d10a979979c16be97c30a51027",
235
+ "comment": "Adding AvatarGroup spec to react-avatar."
236
+ }
237
+ ],
238
+ "prerelease": [
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-avatar",
242
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.7",
243
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
244
+ },
245
+ {
246
+ "author": "beachball",
247
+ "package": "@fluentui/react-avatar",
248
+ "comment": "Bump @fluentui/react-button to v9.0.0-rc.8",
249
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
250
+ },
251
+ {
252
+ "author": "beachball",
253
+ "package": "@fluentui/react-avatar",
254
+ "comment": "Bump @fluentui/react-popover to v9.0.0-rc.8",
255
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
256
+ },
257
+ {
258
+ "author": "beachball",
259
+ "package": "@fluentui/react-avatar",
260
+ "comment": "Bump @fluentui/react-tooltip to v9.0.0-rc.8",
261
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
262
+ },
263
+ {
264
+ "author": "beachball",
265
+ "package": "@fluentui/react-avatar",
266
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
267
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
268
+ },
269
+ {
270
+ "author": "beachball",
271
+ "package": "@fluentui/react-avatar",
272
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.6",
273
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
274
+ },
275
+ {
276
+ "author": "beachball",
277
+ "package": "@fluentui/react-avatar",
278
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
279
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
280
+ }
281
+ ]
282
+ }
283
+ },
284
+ {
285
+ "date": "Tue, 19 Apr 2022 19:17:08 GMT",
286
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.6",
287
+ "version": "9.0.0-rc.6",
288
+ "comments": {
289
+ "none": [
290
+ {
291
+ "author": "elcraig@microsoft.com",
292
+ "package": "@fluentui/react-avatar",
293
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
294
+ "comment": "Update React dev deps and hoist them to the repo root"
295
+ },
296
+ {
297
+ "author": "email not defined",
298
+ "package": "@fluentui/react-avatar",
299
+ "commit": "83f32d33d0750e9afad10b98a98040c70919f7cf",
300
+ "comment": "Added AvatarGroup component to react-avatar"
301
+ },
302
+ {
303
+ "author": "mgodbolt@microsoft.com",
304
+ "package": "@fluentui/react-avatar",
305
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
306
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
307
+ }
308
+ ],
309
+ "prerelease": [
310
+ {
311
+ "author": "seanmonahan@microsoft.com",
312
+ "package": "@fluentui/react-avatar",
313
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
314
+ "comment": "Add static classnames to Avatar"
315
+ },
316
+ {
317
+ "author": "Humberto.Morimoto@microsoft.com",
318
+ "package": "@fluentui/react-avatar",
319
+ "commit": "b819815318c0089f48416dc023567578efb31a46",
320
+ "comment": "Avatar: Fix style for sizes 20 and 24 to have semibold fontWeight instead of regular."
321
+ },
322
+ {
323
+ "author": "Humberto.Morimoto@microsoft.com",
324
+ "package": "@fluentui/react-avatar",
325
+ "commit": "3c919593c36ada045063934822a779e23259f06a",
326
+ "comment": "Removing star exports."
327
+ },
328
+ {
329
+ "author": "seanmonahan@microsoft.com",
330
+ "package": "@fluentui/react-avatar",
331
+ "commit": "bea6aecfed8612f7b0664ab8bac77c5fccee1efb",
332
+ "comment": "update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10"
333
+ },
334
+ {
335
+ "author": "martinhochel@microsoft.com",
336
+ "package": "@fluentui/react-avatar",
337
+ "commit": "8722596e561b57decfe9aa79121db844737102ff",
338
+ "comment": "add missing dependencies"
339
+ },
340
+ {
341
+ "author": "olfedias@microsoft.com",
342
+ "package": "@fluentui/react-avatar",
343
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
344
+ "comment": "chore: Update Griffel to latest version"
345
+ },
346
+ {
347
+ "author": "beachball",
348
+ "package": "@fluentui/react-avatar",
349
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.6",
350
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
351
+ },
352
+ {
353
+ "author": "beachball",
354
+ "package": "@fluentui/react-avatar",
355
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
356
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
357
+ },
358
+ {
359
+ "author": "beachball",
360
+ "package": "@fluentui/react-avatar",
361
+ "comment": "Bump @fluentui/react-shared-contexts to v9.0.0-rc.5",
362
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
363
+ },
364
+ {
365
+ "author": "beachball",
366
+ "package": "@fluentui/react-avatar",
367
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
368
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
369
+ },
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-avatar",
373
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
374
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
375
+ }
376
+ ]
377
+ }
378
+ },
379
+ {
380
+ "date": "Fri, 04 Mar 2022 05:17:33 GMT",
381
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.5",
382
+ "version": "9.0.0-rc.5",
383
+ "comments": {
384
+ "prerelease": [
385
+ {
386
+ "author": "dzearing@microsoft.com",
387
+ "package": "@fluentui/react-avatar",
388
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
389
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
390
+ },
391
+ {
392
+ "author": "beachball",
393
+ "package": "@fluentui/react-avatar",
394
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.5",
395
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
396
+ },
397
+ {
398
+ "author": "beachball",
399
+ "package": "@fluentui/react-avatar",
400
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
401
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
402
+ },
403
+ {
404
+ "author": "beachball",
405
+ "package": "@fluentui/react-avatar",
406
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
407
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
408
+ }
409
+ ]
410
+ }
411
+ },
412
+ {
413
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
414
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.4",
415
+ "version": "9.0.0-rc.4",
416
+ "comments": {
417
+ "prerelease": [
418
+ {
419
+ "author": "beachball",
420
+ "package": "@fluentui/react-avatar",
421
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.4",
422
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
423
+ },
424
+ {
425
+ "author": "beachball",
426
+ "package": "@fluentui/react-avatar",
427
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
428
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
429
+ }
430
+ ]
431
+ }
432
+ },
433
+ {
434
+ "date": "Fri, 18 Feb 2022 13:35:28 GMT",
435
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.3",
436
+ "version": "9.0.0-rc.3",
437
+ "comments": {
438
+ "prerelease": [
439
+ {
440
+ "author": "behowell@microsoft.com",
441
+ "package": "@fluentui/react-avatar",
442
+ "commit": "36b34c86e38b362cfda7deb3840f6fac2a860931",
443
+ "comment": "Hide Avatar's image if it fails to load, rather than displaying the broken image icon"
444
+ },
445
+ {
446
+ "author": "lingfangao@hotmail.com",
447
+ "package": "@fluentui/react-avatar",
448
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
449
+ "comment": "fix: Source maps contain original source code"
450
+ },
451
+ {
452
+ "author": "behowell@microsoft.com",
453
+ "package": "@fluentui/react-avatar",
454
+ "commit": "d80c90385389e1e4eee52400dd7cf4b4dbe067fd",
455
+ "comment": "Update Avatar SPEC.md and MIGRATION.md"
456
+ },
457
+ {
458
+ "author": "beachball",
459
+ "package": "@fluentui/react-avatar",
460
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.3",
461
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
462
+ },
463
+ {
464
+ "author": "beachball",
465
+ "package": "@fluentui/react-avatar",
466
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
467
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
468
+ },
469
+ {
470
+ "author": "beachball",
471
+ "package": "@fluentui/react-avatar",
472
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
473
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
474
+ },
475
+ {
476
+ "author": "beachball",
477
+ "package": "@fluentui/react-avatar",
478
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
479
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
480
+ }
481
+ ]
482
+ }
483
+ },
484
+ {
485
+ "date": "Thu, 10 Feb 2022 08:52:19 GMT",
6
486
  "tag": "@fluentui/react-avatar_v9.0.0-rc.1",
7
487
  "version": "9.0.0-rc.1",
8
488
  "comments": {