@fluentui/react-avatar 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.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 (48) hide show
  1. package/CHANGELOG.json +373 -20
  2. package/CHANGELOG.md +79 -12
  3. package/dist/react-avatar.d.ts +46 -36
  4. package/lib/components/Avatar/Avatar.js +7 -7
  5. package/lib/components/Avatar/Avatar.js.map +1 -1
  6. package/lib/components/Avatar/Avatar.types.d.ts +27 -32
  7. package/lib/components/Avatar/renderAvatar.d.ts +1 -1
  8. package/lib/components/Avatar/renderAvatar.js +11 -7
  9. package/lib/components/Avatar/renderAvatar.js.map +1 -1
  10. package/lib/components/Avatar/useAvatar.d.ts +1 -1
  11. package/lib/components/Avatar/useAvatar.js +103 -86
  12. package/lib/components/Avatar/useAvatar.js.map +1 -1
  13. package/lib/components/Avatar/useAvatarStyles.d.ts +2 -1
  14. package/lib/components/Avatar/useAvatarStyles.js +160 -102
  15. package/lib/components/Avatar/useAvatarStyles.js.map +1 -1
  16. package/lib/index.d.ts +1 -0
  17. package/lib/index.js +1 -0
  18. package/lib/index.js.map +1 -1
  19. package/lib/utils/getInitials.d.ts +6 -1
  20. package/lib/utils/getInitials.js +13 -8
  21. package/lib/utils/getInitials.js.map +1 -1
  22. package/lib-commonjs/Avatar.js +1 -1
  23. package/lib-commonjs/components/Avatar/Avatar.js +8 -8
  24. package/lib-commonjs/components/Avatar/Avatar.js.map +1 -1
  25. package/lib-commonjs/components/Avatar/Avatar.types.d.ts +27 -32
  26. package/lib-commonjs/components/Avatar/index.js +1 -1
  27. package/lib-commonjs/components/Avatar/renderAvatar.d.ts +1 -1
  28. package/lib-commonjs/components/Avatar/renderAvatar.js +15 -12
  29. package/lib-commonjs/components/Avatar/renderAvatar.js.map +1 -1
  30. package/lib-commonjs/components/Avatar/useAvatar.d.ts +1 -1
  31. package/lib-commonjs/components/Avatar/useAvatar.js +109 -93
  32. package/lib-commonjs/components/Avatar/useAvatar.js.map +1 -1
  33. package/lib-commonjs/components/Avatar/useAvatarStyles.d.ts +2 -1
  34. package/lib-commonjs/components/Avatar/useAvatarStyles.js +165 -107
  35. package/lib-commonjs/components/Avatar/useAvatarStyles.js.map +1 -1
  36. package/lib-commonjs/index.d.ts +1 -0
  37. package/lib-commonjs/index.js +3 -1
  38. package/lib-commonjs/index.js.map +1 -1
  39. package/lib-commonjs/utils/getInitials.d.ts +6 -1
  40. package/lib-commonjs/utils/getInitials.js +13 -8
  41. package/lib-commonjs/utils/getInitials.js.map +1 -1
  42. package/package.json +11 -13
  43. package/lib/common/isConformant.d.ts +0 -4
  44. package/lib/common/isConformant.js +0 -12
  45. package/lib/common/isConformant.js.map +0 -1
  46. package/lib-commonjs/common/isConformant.d.ts +0 -4
  47. package/lib-commonjs/common/isConformant.js +0 -23
  48. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,58 +2,411 @@
2
2
  "name": "@fluentui/react-avatar",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-avatar_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Thu, 10 Feb 2022 08:45:33 GMT",
6
+ "tag": "@fluentui/react-avatar_v9.0.0-rc.1",
7
+ "version": "9.0.0-rc.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "Humberto.Morimoto@microsoft.com",
12
+ "package": "@fluentui/react-avatar",
13
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
14
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
15
+ },
16
+ {
17
+ "author": "behowell@microsoft.com",
18
+ "package": "@fluentui/react-avatar",
19
+ "commit": "9e776a0e1d1fd1fba0596c606c15007300c5d6b7",
20
+ "comment": "Make Avatar's initials be un-selectable text"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-avatar",
25
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
26
+ "comment": "update @fluentui/react-icons package"
27
+ },
28
+ {
29
+ "author": "olfedias@microsoft.com",
30
+ "package": "@fluentui/react-avatar",
31
+ "commit": "c1b4c7e724cef9f5090b076f3d45add0a40ff39a",
32
+ "comment": "Replace make-styles packages with griffel equivalents."
33
+ },
34
+ {
35
+ "author": "behowell@microsoft.com",
36
+ "package": "@fluentui/react-avatar",
37
+ "commit": "e1926bfeca2a0ae5a469133a0c8257a7e4883332",
38
+ "comment": "Update documentation stories"
39
+ },
40
+ {
41
+ "author": "behowell@microsoft.com",
42
+ "package": "@fluentui/react-avatar",
43
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
44
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
45
+ },
46
+ {
47
+ "author": "behowell@microsoft.com",
48
+ "package": "@fluentui/react-avatar",
49
+ "commit": "e8292dd620acdace35e912df8f48518d48d70e93",
50
+ "comment": "Export the default getInitials implementation"
51
+ },
52
+ {
53
+ "author": "ololubek@microsoft.com",
54
+ "package": "@fluentui/react-avatar",
55
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
56
+ "comment": "(fix): Update react-icons dependency to latest version"
57
+ },
58
+ {
59
+ "author": "mgodbolt@microsoft.com",
60
+ "package": "@fluentui/react-avatar",
61
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
62
+ "comment": "remove export of commons types"
63
+ },
64
+ {
65
+ "author": "behowell@microsoft.com",
66
+ "package": "@fluentui/react-avatar",
67
+ "commit": "9c664bfd9f7b0f6ea3b5d61d4701fb9d76667c02",
68
+ "comment": "Rename `label` slot to `initials`, remove `getInitials` prop, and improve accessibility"
69
+ },
70
+ {
71
+ "author": "behowell@microsoft.com",
72
+ "package": "@fluentui/react-avatar",
73
+ "commit": "05fb002b1d21d6de6f8e10c23a354d956c403dd5",
74
+ "comment": "Update Avatar to have role=\"img\" on the root, and other a11y fixes"
75
+ },
76
+ {
77
+ "author": "olfedias@microsoft.com",
78
+ "package": "@fluentui/react-avatar",
79
+ "commit": "f6ad9a6a84a7a9a20016c87899b36086fa031f64",
80
+ "comment": "update styles to not use CSS shorthands"
81
+ },
82
+ {
83
+ "author": "Humberto.Morimoto@microsoft.com",
84
+ "package": "@fluentui/react-avatar",
85
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
86
+ "comment": "Updating based on changes to composition types."
87
+ },
88
+ {
89
+ "author": "behowell@microsoft.com",
90
+ "package": "@fluentui/react-avatar",
91
+ "commit": "9e4b8b8608dafd7a3a699b0ba5c87d02a0e9445f",
92
+ "comment": "Fix Avatar's high contrast border on Windows"
93
+ },
94
+ {
95
+ "author": "Humberto.Morimoto@microsoft.com",
96
+ "package": "@fluentui/react-avatar",
97
+ "commit": "67bd80940951777ee8454f424f7a64018d9267d2",
98
+ "comment": "react-avatar: Replacing use of functions in makeStyles with direct use of tokens."
99
+ },
100
+ {
101
+ "author": "Humberto.Morimoto@microsoft.com",
102
+ "package": "@fluentui/react-avatar",
103
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
104
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
105
+ },
106
+ {
107
+ "author": "lingfangao@hotmail.com",
108
+ "package": "@fluentui/react-avatar",
109
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
110
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
111
+ },
112
+ {
113
+ "author": "behowell@microsoft.com",
114
+ "package": "@fluentui/react-avatar",
115
+ "commit": "d7ba6e9316046628032e497d4a6d50c4c4c55afa",
116
+ "comment": "Remove `glow` and `ring-glow` from activeAppearance, as their visuals are not yet finalized."
117
+ },
118
+ {
119
+ "author": "behowell@microsoft.com",
120
+ "package": "@fluentui/react-avatar",
121
+ "commit": "c9789297011ee8f956e9ee5f338bd1da4abbca87",
122
+ "comment": "Update Avatar to use resizable icons"
123
+ },
124
+ {
125
+ "author": "behowell@microsoft.com",
126
+ "package": "@fluentui/react-avatar",
127
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
128
+ "comment": "Remove component's shorthandProps array"
129
+ },
130
+ {
131
+ "author": "behowell@microsoft.com",
132
+ "package": "@fluentui/react-avatar",
133
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
134
+ "comment": "Refactor component Slot typings"
135
+ },
136
+ {
137
+ "author": "beachball",
138
+ "package": "@fluentui/react-avatar",
139
+ "comment": "Bump @fluentui/react-badge to v9.0.0-rc.1",
140
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
141
+ },
142
+ {
143
+ "author": "beachball",
144
+ "package": "@fluentui/react-avatar",
145
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.1",
146
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
147
+ },
148
+ {
149
+ "author": "beachball",
150
+ "package": "@fluentui/react-avatar",
151
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
152
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
153
+ },
154
+ {
155
+ "author": "beachball",
156
+ "package": "@fluentui/react-avatar",
157
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
158
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
159
+ }
160
+ ],
161
+ "none": [
162
+ {
163
+ "author": "bsunderhus@microsoft.com",
164
+ "package": "@fluentui/react-avatar",
165
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
166
+ "comment": "Updates components with nullRender changes"
167
+ },
168
+ {
169
+ "author": "martinhochel@microsoft.com",
170
+ "package": "@fluentui/react-avatar",
171
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
172
+ "comment": "chore: use storybook runner for all vNext packages"
173
+ },
174
+ {
175
+ "author": "olfedias@microsoft.com",
176
+ "package": "@fluentui/react-avatar",
177
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
178
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
179
+ },
180
+ {
181
+ "author": "tkrasniqi@microsoft.com",
182
+ "package": "@fluentui/react-avatar",
183
+ "commit": "324980bcd7a0fda592fad173fa212bb6a316cc0e",
184
+ "comment": "Migration to new dx"
185
+ }
186
+ ]
187
+ }
188
+ },
189
+ {
190
+ "date": "Thu, 25 Nov 2021 08:34:10 GMT",
191
+ "tag": "@fluentui/react-avatar_v9.0.0-beta.4",
192
+ "version": "9.0.0-beta.4",
193
+ "comments": {
194
+ "none": [
195
+ {
196
+ "author": "lingfangao@hotmail.com",
197
+ "package": "@fluentui/react-avatar",
198
+ "commit": "48e52fc91e41ab721c9842f8f68ac84ad569a851",
199
+ "comment": "Update snapshots from presence badge changes"
200
+ }
201
+ ],
202
+ "prerelease": [
203
+ {
204
+ "author": "ololubek@microsoft.com",
205
+ "package": "@fluentui/react-avatar",
206
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
207
+ "comment": "update react-icons dependency"
208
+ },
209
+ {
210
+ "author": "beachball",
211
+ "package": "@fluentui/react-avatar",
212
+ "comment": "Bump @fluentui/react-badge to v9.0.0-beta.4",
213
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
214
+ },
215
+ {
216
+ "author": "beachball",
217
+ "package": "@fluentui/react-avatar",
218
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
219
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
220
+ },
221
+ {
222
+ "author": "beachball",
223
+ "package": "@fluentui/react-avatar",
224
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.4",
225
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
226
+ },
227
+ {
228
+ "author": "beachball",
229
+ "package": "@fluentui/react-avatar",
230
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
231
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
232
+ },
233
+ {
234
+ "author": "beachball",
235
+ "package": "@fluentui/react-avatar",
236
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
237
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
238
+ },
239
+ {
240
+ "author": "beachball",
241
+ "package": "@fluentui/react-avatar",
242
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
243
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
244
+ },
245
+ {
246
+ "author": "beachball",
247
+ "package": "@fluentui/react-avatar",
248
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
249
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
250
+ }
251
+ ]
252
+ }
253
+ },
254
+ {
255
+ "date": "Fri, 12 Nov 2021 13:25:14 GMT",
256
+ "tag": "@fluentui/react-avatar_v9.0.0-beta.3",
257
+ "version": "9.0.0-beta.3",
258
+ "comments": {
259
+ "none": [
260
+ {
261
+ "author": "lingfangao@hotmail.com",
262
+ "package": "@fluentui/react-avatar",
263
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
264
+ "comment": "Remove beta release tag"
265
+ },
266
+ {
267
+ "author": "me@levithomason.com",
268
+ "package": "@fluentui/react-avatar",
269
+ "commit": "cdbe0769d2a6ee91a98a3e62c6ac9329a714355c",
270
+ "comment": "Docs update"
271
+ },
272
+ {
273
+ "author": "mgodbolt@microsoft.com",
274
+ "package": "@fluentui/react-avatar",
275
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
276
+ "comment": "update docs descriptions"
277
+ },
278
+ {
279
+ "author": "me@levithomason.com",
280
+ "package": "@fluentui/react-avatar",
281
+ "commit": "88568113e0d36674210fe3323af7e9dcaa998a45",
282
+ "comment": "Storybook stories"
283
+ }
284
+ ],
285
+ "prerelease": [
286
+ {
287
+ "author": "gcox@microsoft.com",
288
+ "package": "@fluentui/react-avatar",
289
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
290
+ "comment": "Updated beta and RC components to ES2019"
291
+ },
292
+ {
293
+ "author": "olfedias@microsoft.com",
294
+ "package": "@fluentui/react-avatar",
295
+ "commit": "e42f50656c1b703d88c398b114f225ba5f1f5f22",
296
+ "comment": "export static classes for components"
297
+ },
298
+ {
299
+ "author": "beachball",
300
+ "package": "@fluentui/react-avatar",
301
+ "comment": "Bump @fluentui/react-badge to v9.0.0-beta.3",
302
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
303
+ },
304
+ {
305
+ "author": "beachball",
306
+ "package": "@fluentui/react-avatar",
307
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
308
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
309
+ },
310
+ {
311
+ "author": "beachball",
312
+ "package": "@fluentui/react-avatar",
313
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.3",
314
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
315
+ },
316
+ {
317
+ "author": "beachball",
318
+ "package": "@fluentui/react-avatar",
319
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
320
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
321
+ },
322
+ {
323
+ "author": "beachball",
324
+ "package": "@fluentui/react-avatar",
325
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
326
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
327
+ },
328
+ {
329
+ "author": "beachball",
330
+ "package": "@fluentui/react-avatar",
331
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
332
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
333
+ },
334
+ {
335
+ "author": "beachball",
336
+ "package": "@fluentui/react-avatar",
337
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
338
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
339
+ }
340
+ ]
341
+ }
342
+ },
343
+ {
344
+ "date": "Wed, 27 Oct 2021 12:14:13 GMT",
345
+ "tag": "@fluentui/react-avatar_v9.0.0-beta.2",
346
+ "version": "9.0.0-beta.2",
347
+ "comments": {
348
+ "none": [
349
+ {
350
+ "author": "olfedias@microsoft.com",
351
+ "package": "@fluentui/react-avatar",
352
+ "commit": "193af6527f202f11efdd71da7581cc6e76ca2925",
353
+ "comment": "remove unused story file"
354
+ }
355
+ ],
356
+ "prerelease": [
357
+ {
358
+ "author": "gcox@microsoft.com",
359
+ "package": "@fluentui/react-avatar",
360
+ "commit": "31aa6d40ed6b3b411318d94fa56d4963b20b6e55",
361
+ "comment": "Removed duplicate 'Avatar' from story names"
362
+ },
363
+ {
364
+ "author": "peter@draxler.ml",
12
365
  "package": "@fluentui/react-avatar",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
366
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
367
+ "comment": "added styling of documentation"
15
368
  },
16
369
  {
17
370
  "author": "beachball",
18
371
  "package": "@fluentui/react-avatar",
19
- "comment": "Bump @fluentui/react-badge to v9.0.0-nightly.f81b28ceb3.1",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
372
+ "comment": "Bump @fluentui/react-badge to v9.0.0-beta.2",
373
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
21
374
  },
22
375
  {
23
376
  "author": "beachball",
24
377
  "package": "@fluentui/react-avatar",
25
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1",
26
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
378
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
379
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
380
  },
28
381
  {
29
382
  "author": "beachball",
30
383
  "package": "@fluentui/react-avatar",
31
- "comment": "Bump @fluentui/react-theme to v9.0.0-nightly.f81b28ceb3.1",
32
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
384
+ "comment": "Bump @fluentui/react-theme to v9.0.0-beta.2",
385
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
386
  },
34
387
  {
35
388
  "author": "beachball",
36
389
  "package": "@fluentui/react-avatar",
37
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1",
38
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
390
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
391
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
392
  },
40
393
  {
41
394
  "author": "beachball",
42
395
  "package": "@fluentui/react-avatar",
43
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1",
44
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
396
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
397
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
398
  },
46
399
  {
47
400
  "author": "beachball",
48
401
  "package": "@fluentui/react-avatar",
49
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1",
50
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
402
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
403
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
51
404
  },
52
405
  {
53
406
  "author": "beachball",
54
407
  "package": "@fluentui/react-avatar",
55
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1",
56
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
408
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
409
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
57
410
  }
58
411
  ]
59
412
  }
package/CHANGELOG.md CHANGED
@@ -1,24 +1,91 @@
1
1
  # Change Log - @fluentui/react-avatar
2
2
 
3
- This log was last generated on Tue, 19 Oct 2021 12:39:14 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Feb 2022 08:45:33 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.f81b28ceb3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-nightly.f81b28ceb3.1)
7
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.1)
8
8
 
9
- Tue, 19 Oct 2021 12:39:14 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-beta.1..@fluentui/react-avatar_v9.0.0-nightly.f81b28ceb3.1)
9
+ Thu, 10 Feb 2022 08:45:33 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-beta.4..@fluentui/react-avatar_v9.0.0-rc.1)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by email not defined)
15
- - Bump @fluentui/react-badge to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
16
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
17
- - Bump @fluentui/react-theme to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
18
- - Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
19
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
20
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
21
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
14
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
15
+ - Make Avatar's initials be un-selectable text ([PR #21638](https://github.com/microsoft/fluentui/pull/21638) by behowell@microsoft.com)
16
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
17
+ - Replace make-styles packages with griffel equivalents. ([PR #21439](https://github.com/microsoft/fluentui/pull/21439) by olfedias@microsoft.com)
18
+ - Update documentation stories ([PR #21519](https://github.com/microsoft/fluentui/pull/21519) by behowell@microsoft.com)
19
+ - BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
20
+ - Export the default getInitials implementation ([PR #21445](https://github.com/microsoft/fluentui/pull/21445) by behowell@microsoft.com)
21
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
22
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
23
+ - Rename `label` slot to `initials`, remove `getInitials` prop, and improve accessibility ([PR #21346](https://github.com/microsoft/fluentui/pull/21346) by behowell@microsoft.com)
24
+ - Update Avatar to have role="img" on the root, and other a11y fixes ([PR #21526](https://github.com/microsoft/fluentui/pull/21526) by behowell@microsoft.com)
25
+ - update styles to not use CSS shorthands ([PR #20801](https://github.com/microsoft/fluentui/pull/20801) by olfedias@microsoft.com)
26
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
27
+ - Fix Avatar's high contrast border on Windows ([PR #21637](https://github.com/microsoft/fluentui/pull/21637) by behowell@microsoft.com)
28
+ - react-avatar: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21037](https://github.com/microsoft/fluentui/pull/21037) by Humberto.Morimoto@microsoft.com)
29
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
30
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
31
+ - Remove `glow` and `ring-glow` from activeAppearance, as their visuals are not yet finalized. ([PR #21480](https://github.com/microsoft/fluentui/pull/21480) by behowell@microsoft.com)
32
+ - Update Avatar to use resizable icons ([PR #21160](https://github.com/microsoft/fluentui/pull/21160) by behowell@microsoft.com)
33
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
34
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
35
+ - Bump @fluentui/react-badge to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
36
+ - Bump @fluentui/react-theme to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
37
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
38
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
39
+
40
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-beta.4)
41
+
42
+ Thu, 25 Nov 2021 08:34:10 GMT
43
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-beta.3..@fluentui/react-avatar_v9.0.0-beta.4)
44
+
45
+ ### Changes
46
+
47
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
48
+ - Bump @fluentui/react-badge to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
49
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
50
+ - Bump @fluentui/react-theme to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
51
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
52
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
53
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
54
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
55
+
56
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-beta.3)
57
+
58
+ Fri, 12 Nov 2021 13:25:14 GMT
59
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-beta.2..@fluentui/react-avatar_v9.0.0-beta.3)
60
+
61
+ ### Changes
62
+
63
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
64
+ - export static classes for components ([PR #20453](https://github.com/microsoft/fluentui/pull/20453) by olfedias@microsoft.com)
65
+ - Bump @fluentui/react-badge to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
66
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
67
+ - Bump @fluentui/react-theme to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
68
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
69
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
70
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
71
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
72
+
73
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-beta.2)
74
+
75
+ Wed, 27 Oct 2021 12:14:13 GMT
76
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-beta.1..@fluentui/react-avatar_v9.0.0-beta.2)
77
+
78
+ ### Changes
79
+
80
+ - Removed duplicate 'Avatar' from story names ([PR #20264](https://github.com/microsoft/fluentui/pull/20264) by gcox@microsoft.com)
81
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
82
+ - Bump @fluentui/react-badge to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
83
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
84
+ - Bump @fluentui/react-theme to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
85
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
86
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
87
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
88
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
22
89
 
23
90
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-beta.1)
24
91