@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.md CHANGED
@@ -1,12 +1,137 @@
1
1
  # Change Log - @fluentui/react-avatar
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:45:33 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 18:54:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.10)
8
+
9
+ Mon, 23 May 2022 18:54:45 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-rc.9..@fluentui/react-avatar_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - BREAKING: update string unions to use spinal-case ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by seanmonahan@microsoft.com)
15
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
16
+ - Bump @fluentui/react-badge to v9.0.0-rc.10 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
17
+ - Bump @fluentui/react-button to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
18
+ - Bump @fluentui/react-popover to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
19
+ - Bump @fluentui/react-tooltip to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
20
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
21
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
22
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
23
+
24
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.9)
25
+
26
+ Mon, 23 May 2022 12:14:00 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-rc.8..@fluentui/react-avatar_v9.0.0-rc.9)
28
+
29
+ ### Changes
30
+
31
+ - Add support for size={16} to Avatar ([PR #23003](https://github.com/microsoft/fluentui/pull/23003) by behowell@microsoft.com)
32
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
33
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
34
+ - Moving Avatar stories to stories folder. ([PR #23047](https://github.com/microsoft/fluentui/pull/23047) by esteban.230@hotmail.com)
35
+ - Bump @fluentui/react-badge to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
36
+ - Bump @fluentui/react-button to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
37
+ - Bump @fluentui/react-popover to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
38
+ - Bump @fluentui/react-tooltip to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
39
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
40
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
41
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
42
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
43
+
44
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.8)
45
+
46
+ Thu, 05 May 2022 18:26:29 GMT
47
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-rc.7..@fluentui/react-avatar_v9.0.0-rc.8)
48
+
49
+ ### Changes
50
+
51
+ - feat: ship rolluped only dts ([PR #22823](https://github.com/microsoft/fluentui/pull/22823) by martinhochel@microsoft.com)
52
+ - Bump @fluentui/react-badge to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
53
+ - Bump @fluentui/react-button to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
54
+ - Bump @fluentui/react-popover to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
55
+ - Bump @fluentui/react-tooltip to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
56
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
57
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
58
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
59
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
60
+
61
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.7)
62
+
63
+ Wed, 04 May 2022 13:26:37 GMT
64
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-rc.6..@fluentui/react-avatar_v9.0.0-rc.7)
65
+
66
+ ### Changes
67
+
68
+ - Bump @fluentui/react-badge to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
69
+ - Bump @fluentui/react-button to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
70
+ - Bump @fluentui/react-popover to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
71
+ - Bump @fluentui/react-tooltip to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
72
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
73
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
74
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
75
+
76
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.6)
77
+
78
+ Tue, 19 Apr 2022 19:17:08 GMT
79
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-rc.5..@fluentui/react-avatar_v9.0.0-rc.6)
80
+
81
+ ### Changes
82
+
83
+ - Add static classnames to Avatar ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
84
+ - Avatar: Fix style for sizes 20 and 24 to have semibold fontWeight instead of regular. ([PR #22146](https://github.com/microsoft/fluentui/pull/22146) by Humberto.Morimoto@microsoft.com)
85
+ - Removing star exports. ([PR #22113](https://github.com/microsoft/fluentui/pull/22113) by Humberto.Morimoto@microsoft.com)
86
+ - update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
87
+ - add missing dependencies ([PR #21924](https://github.com/microsoft/fluentui/pull/21924) by martinhochel@microsoft.com)
88
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
89
+ - Bump @fluentui/react-badge to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
90
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
91
+ - Bump @fluentui/react-shared-contexts to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
92
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
93
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
94
+
95
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.5)
96
+
97
+ Fri, 04 Mar 2022 05:17:33 GMT
98
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-rc.4..@fluentui/react-avatar_v9.0.0-rc.5)
99
+
100
+ ### Changes
101
+
102
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
103
+ - Bump @fluentui/react-badge to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
104
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
105
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
106
+
107
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.4)
108
+
109
+ Tue, 01 Mar 2022 02:17:40 GMT
110
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-rc.3..@fluentui/react-avatar_v9.0.0-rc.4)
111
+
112
+ ### Changes
113
+
114
+ - Bump @fluentui/react-badge to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
115
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
116
+
117
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.3)
118
+
119
+ Fri, 18 Feb 2022 13:35:28 GMT
120
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-rc.1..@fluentui/react-avatar_v9.0.0-rc.3)
121
+
122
+ ### Changes
123
+
124
+ - Hide Avatar's image if it fails to load, rather than displaying the broken image icon ([PR #21636](https://github.com/microsoft/fluentui/pull/21636) by behowell@microsoft.com)
125
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
126
+ - Update Avatar SPEC.md and MIGRATION.md ([PR #21702](https://github.com/microsoft/fluentui/pull/21702) by behowell@microsoft.com)
127
+ - Bump @fluentui/react-badge to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
128
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
129
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
130
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
131
+
7
132
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-rc.1)
8
133
 
9
- Thu, 10 Feb 2022 08:45:33 GMT
134
+ Thu, 10 Feb 2022 08:52:19 GMT
10
135
  [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
136
 
12
137
  ### Changes
@@ -16,7 +141,7 @@ Thu, 10 Feb 2022 08:45:33 GMT
16
141
  - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
17
142
  - Replace make-styles packages with griffel equivalents. ([PR #21439](https://github.com/microsoft/fluentui/pull/21439) by olfedias@microsoft.com)
18
143
  - 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)
144
+ - 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
145
  - Export the default getInitials implementation ([PR #21445](https://github.com/microsoft/fluentui/pull/21445) by behowell@microsoft.com)
21
146
  - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
22
147
  - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
@@ -39,7 +164,7 @@ Thu, 10 Feb 2022 08:45:33 GMT
39
164
 
40
165
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-beta.4)
41
166
 
42
- Thu, 25 Nov 2021 08:34:10 GMT
167
+ Thu, 25 Nov 2021 08:34:10 GMT
43
168
  [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
169
 
45
170
  ### Changes
@@ -55,7 +180,7 @@ Thu, 25 Nov 2021 08:34:10 GMT
55
180
 
56
181
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-beta.3)
57
182
 
58
- Fri, 12 Nov 2021 13:25:14 GMT
183
+ Fri, 12 Nov 2021 13:25:14 GMT
59
184
  [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
185
 
61
186
  ### Changes
@@ -72,7 +197,7 @@ Fri, 12 Nov 2021 13:25:14 GMT
72
197
 
73
198
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-beta.2)
74
199
 
75
- Wed, 27 Oct 2021 12:14:13 GMT
200
+ Wed, 27 Oct 2021 12:14:13 GMT
76
201
  [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
202
 
78
203
  ### Changes
@@ -89,7 +214,7 @@ Wed, 27 Oct 2021 12:14:13 GMT
89
214
 
90
215
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-beta.1)
91
216
 
92
- Wed, 06 Oct 2021 10:37:22 GMT
217
+ Wed, 06 Oct 2021 10:37:22 GMT
93
218
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.93..@fluentui/react-avatar_v9.0.0-beta.1)
94
219
 
95
220
  ### Changes
@@ -105,7 +230,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
105
230
 
106
231
  ## [9.0.0-alpha.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.93)
107
232
 
108
- Tue, 05 Oct 2021 12:47:58 GMT
233
+ Tue, 05 Oct 2021 12:47:58 GMT
109
234
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.92..@fluentui/react-avatar_v9.0.0-alpha.93)
110
235
 
111
236
  ### Changes
@@ -118,13 +243,13 @@ Tue, 05 Oct 2021 12:47:58 GMT
118
243
 
119
244
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.92)
120
245
 
121
- Tue, 05 Oct 2021 09:28:07 GMT
246
+ Tue, 05 Oct 2021 09:28:07 GMT
122
247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.91..@fluentui/react-avatar_v9.0.0-alpha.92)
123
248
 
124
249
  ### Changes
125
250
 
126
251
  - Adds ForwardRefComponent to components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
127
- - Fix Avatar stories after #19449 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
252
+ - Fix Avatar stories after #19449 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
128
253
  - Bump @fluentui/react-badge to v9.0.0-alpha.91 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
129
254
  - Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
130
255
  - Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
@@ -134,7 +259,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
134
259
 
135
260
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.91)
136
261
 
137
- Mon, 04 Oct 2021 08:03:04 GMT
262
+ Mon, 04 Oct 2021 08:03:04 GMT
138
263
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.90..@fluentui/react-avatar_v9.0.0-alpha.91)
139
264
 
140
265
  ### Changes
@@ -143,7 +268,7 @@ Mon, 04 Oct 2021 08:03:04 GMT
143
268
 
144
269
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.90)
145
270
 
146
- Fri, 01 Oct 2021 14:13:08 GMT
271
+ Fri, 01 Oct 2021 14:13:08 GMT
147
272
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.88..@fluentui/react-avatar_v9.0.0-alpha.90)
148
273
 
149
274
  ### Changes
@@ -159,7 +284,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
159
284
 
160
285
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.88)
161
286
 
162
- Wed, 29 Sep 2021 08:06:11 GMT
287
+ Wed, 29 Sep 2021 08:06:11 GMT
163
288
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.87..@fluentui/react-avatar_v9.0.0-alpha.88)
164
289
 
165
290
  ### Changes
@@ -173,7 +298,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
173
298
 
174
299
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.87)
175
300
 
176
- Mon, 27 Sep 2021 08:06:00 GMT
301
+ Mon, 27 Sep 2021 08:06:00 GMT
177
302
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.86..@fluentui/react-avatar_v9.0.0-alpha.87)
178
303
 
179
304
  ### Changes
@@ -188,7 +313,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
188
313
 
189
314
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.86)
190
315
 
191
- Fri, 24 Sep 2021 09:17:17 GMT
316
+ Fri, 24 Sep 2021 09:17:17 GMT
192
317
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.85..@fluentui/react-avatar_v9.0.0-alpha.86)
193
318
 
194
319
  ### Changes
@@ -203,7 +328,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
203
328
 
204
329
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.85)
205
330
 
206
- Thu, 23 Sep 2021 08:21:34 GMT
331
+ Thu, 23 Sep 2021 08:21:34 GMT
207
332
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.84..@fluentui/react-avatar_v9.0.0-alpha.85)
208
333
 
209
334
  ### Changes
@@ -218,7 +343,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
218
343
 
219
344
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.84)
220
345
 
221
- Wed, 22 Sep 2021 10:10:07 GMT
346
+ Wed, 22 Sep 2021 10:10:07 GMT
222
347
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.83..@fluentui/react-avatar_v9.0.0-alpha.84)
223
348
 
224
349
  ### Changes
@@ -233,7 +358,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
233
358
 
234
359
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.83)
235
360
 
236
- Tue, 21 Sep 2021 07:42:34 GMT
361
+ Tue, 21 Sep 2021 07:42:34 GMT
237
362
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.82..@fluentui/react-avatar_v9.0.0-alpha.83)
238
363
 
239
364
  ### Changes
@@ -248,7 +373,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
248
373
 
249
374
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.82)
250
375
 
251
- Mon, 20 Sep 2021 07:36:26 GMT
376
+ Mon, 20 Sep 2021 07:36:26 GMT
252
377
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.81..@fluentui/react-avatar_v9.0.0-alpha.82)
253
378
 
254
379
  ### Changes
@@ -257,7 +382,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
257
382
 
258
383
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.81)
259
384
 
260
- Fri, 17 Sep 2021 07:35:26 GMT
385
+ Fri, 17 Sep 2021 07:35:26 GMT
261
386
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.80..@fluentui/react-avatar_v9.0.0-alpha.81)
262
387
 
263
388
  ### Changes
@@ -266,7 +391,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
266
391
 
267
392
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.80)
268
393
 
269
- Thu, 16 Sep 2021 07:38:39 GMT
394
+ Thu, 16 Sep 2021 07:38:39 GMT
270
395
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.79..@fluentui/react-avatar_v9.0.0-alpha.80)
271
396
 
272
397
  ### Changes
@@ -275,7 +400,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
275
400
 
276
401
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.79)
277
402
 
278
- Tue, 14 Sep 2021 20:09:02 GMT
403
+ Tue, 14 Sep 2021 20:09:02 GMT
279
404
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.78..@fluentui/react-avatar_v9.0.0-alpha.79)
280
405
 
281
406
  ### Changes
@@ -284,7 +409,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
284
409
 
285
410
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.78)
286
411
 
287
- Fri, 10 Sep 2021 16:31:53 GMT
412
+ Fri, 10 Sep 2021 16:31:53 GMT
288
413
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.77..@fluentui/react-avatar_v9.0.0-alpha.78)
289
414
 
290
415
  ### Changes
@@ -294,7 +419,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
294
419
 
295
420
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.77)
296
421
 
297
- Fri, 10 Sep 2021 07:39:51 GMT
422
+ Fri, 10 Sep 2021 07:39:51 GMT
298
423
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.76..@fluentui/react-avatar_v9.0.0-alpha.77)
299
424
 
300
425
  ### Changes
@@ -303,7 +428,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
303
428
 
304
429
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.76)
305
430
 
306
- Mon, 06 Sep 2021 07:34:53 GMT
431
+ Mon, 06 Sep 2021 07:34:53 GMT
307
432
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.75..@fluentui/react-avatar_v9.0.0-alpha.76)
308
433
 
309
434
  ### Changes
@@ -312,7 +437,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
312
437
 
313
438
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.75)
314
439
 
315
- Thu, 02 Sep 2021 07:36:46 GMT
440
+ Thu, 02 Sep 2021 07:36:46 GMT
316
441
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.74..@fluentui/react-avatar_v9.0.0-alpha.75)
317
442
 
318
443
  ### Patches
@@ -325,7 +450,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
325
450
 
326
451
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.74)
327
452
 
328
- Wed, 01 Sep 2021 07:39:56 GMT
453
+ Wed, 01 Sep 2021 07:39:56 GMT
329
454
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.73..@fluentui/react-avatar_v9.0.0-alpha.74)
330
455
 
331
456
  ### Changes
@@ -334,7 +459,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
334
459
 
335
460
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.73)
336
461
 
337
- Tue, 31 Aug 2021 07:37:47 GMT
462
+ Tue, 31 Aug 2021 07:37:47 GMT
338
463
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.72..@fluentui/react-avatar_v9.0.0-alpha.73)
339
464
 
340
465
  ### Changes
@@ -343,7 +468,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
343
468
 
344
469
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.72)
345
470
 
346
- Mon, 30 Aug 2021 07:35:05 GMT
471
+ Mon, 30 Aug 2021 07:35:05 GMT
347
472
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.71..@fluentui/react-avatar_v9.0.0-alpha.72)
348
473
 
349
474
  ### Changes
@@ -352,7 +477,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
352
477
 
353
478
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.71)
354
479
 
355
- Fri, 27 Aug 2021 07:33:32 GMT
480
+ Fri, 27 Aug 2021 07:33:32 GMT
356
481
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.70..@fluentui/react-avatar_v9.0.0-alpha.71)
357
482
 
358
483
  ### Changes
@@ -361,7 +486,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
361
486
 
362
487
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.70)
363
488
 
364
- Thu, 26 Aug 2021 07:35:43 GMT
489
+ Thu, 26 Aug 2021 07:35:43 GMT
365
490
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.69..@fluentui/react-avatar_v9.0.0-alpha.70)
366
491
 
367
492
  ### Changes
@@ -370,7 +495,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
370
495
 
371
496
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.69)
372
497
 
373
- Fri, 20 Aug 2021 07:37:28 GMT
498
+ Fri, 20 Aug 2021 07:37:28 GMT
374
499
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.68..@fluentui/react-avatar_v9.0.0-alpha.69)
375
500
 
376
501
  ### Changes
@@ -379,7 +504,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
379
504
 
380
505
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.68)
381
506
 
382
- Thu, 19 Aug 2021 07:41:35 GMT
507
+ Thu, 19 Aug 2021 07:41:35 GMT
383
508
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.67..@fluentui/react-avatar_v9.0.0-alpha.68)
384
509
 
385
510
  ### Changes
@@ -388,7 +513,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
388
513
 
389
514
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.67)
390
515
 
391
- Fri, 13 Aug 2021 07:36:34 GMT
516
+ Fri, 13 Aug 2021 07:36:34 GMT
392
517
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.66..@fluentui/react-avatar_v9.0.0-alpha.67)
393
518
 
394
519
  ### Changes
@@ -397,7 +522,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
397
522
 
398
523
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.66)
399
524
 
400
- Wed, 11 Aug 2021 07:34:54 GMT
525
+ Wed, 11 Aug 2021 07:34:54 GMT
401
526
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.65..@fluentui/react-avatar_v9.0.0-alpha.66)
402
527
 
403
528
  ### Changes
@@ -406,7 +531,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
406
531
 
407
532
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.65)
408
533
 
409
- Fri, 06 Aug 2021 07:35:14 GMT
534
+ Fri, 06 Aug 2021 07:35:14 GMT
410
535
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.64..@fluentui/react-avatar_v9.0.0-alpha.65)
411
536
 
412
537
  ### Changes
@@ -415,7 +540,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
415
540
 
416
541
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.64)
417
542
 
418
- Thu, 05 Aug 2021 07:34:24 GMT
543
+ Thu, 05 Aug 2021 07:34:24 GMT
419
544
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.63..@fluentui/react-avatar_v9.0.0-alpha.64)
420
545
 
421
546
  ### Changes
@@ -424,7 +549,7 @@ Thu, 05 Aug 2021 07:34:24 GMT
424
549
 
425
550
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.63)
426
551
 
427
- Tue, 03 Aug 2021 07:39:30 GMT
552
+ Tue, 03 Aug 2021 07:39:30 GMT
428
553
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.62..@fluentui/react-avatar_v9.0.0-alpha.63)
429
554
 
430
555
  ### Patches
@@ -439,7 +564,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
439
564
 
440
565
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.62)
441
566
 
442
- Mon, 02 Aug 2021 07:36:20 GMT
567
+ Mon, 02 Aug 2021 07:36:20 GMT
443
568
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.61..@fluentui/react-avatar_v9.0.0-alpha.62)
444
569
 
445
570
  ### Changes
@@ -448,7 +573,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
448
573
 
449
574
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.61)
450
575
 
451
- Mon, 26 Jul 2021 07:37:30 GMT
576
+ Mon, 26 Jul 2021 07:37:30 GMT
452
577
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.60..@fluentui/react-avatar_v9.0.0-alpha.61)
453
578
 
454
579
  ### Changes
@@ -457,7 +582,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
457
582
 
458
583
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.60)
459
584
 
460
- Fri, 23 Jul 2021 07:38:19 GMT
585
+ Fri, 23 Jul 2021 07:38:19 GMT
461
586
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.59..@fluentui/react-avatar_v9.0.0-alpha.60)
462
587
 
463
588
  ### Changes
@@ -466,7 +591,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
466
591
 
467
592
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.59)
468
593
 
469
- Thu, 22 Jul 2021 07:36:55 GMT
594
+ Thu, 22 Jul 2021 07:36:55 GMT
470
595
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.58..@fluentui/react-avatar_v9.0.0-alpha.59)
471
596
 
472
597
  ### Changes
@@ -475,7 +600,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
475
600
 
476
601
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.58)
477
602
 
478
- Tue, 20 Jul 2021 22:23:17 GMT
603
+ Tue, 20 Jul 2021 22:23:17 GMT
479
604
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.57..@fluentui/react-avatar_v9.0.0-alpha.58)
480
605
 
481
606
  ### Changes
@@ -484,7 +609,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
484
609
 
485
610
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.57)
486
611
 
487
- Fri, 16 Jul 2021 22:53:17 GMT
612
+ Fri, 16 Jul 2021 22:53:17 GMT
488
613
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.56..@fluentui/react-avatar_v9.0.0-alpha.57)
489
614
 
490
615
  ### Changes
@@ -493,7 +618,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
493
618
 
494
619
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.56)
495
620
 
496
- Thu, 15 Jul 2021 07:36:18 GMT
621
+ Thu, 15 Jul 2021 07:36:18 GMT
497
622
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.55..@fluentui/react-avatar_v9.0.0-alpha.56)
498
623
 
499
624
  ### Changes
@@ -502,7 +627,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
502
627
 
503
628
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.55)
504
629
 
505
- Tue, 13 Jul 2021 22:32:58 GMT
630
+ Tue, 13 Jul 2021 22:32:58 GMT
506
631
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.54..@fluentui/react-avatar_v9.0.0-alpha.55)
507
632
 
508
633
  ### Patches
@@ -511,7 +636,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
511
636
 
512
637
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.54)
513
638
 
514
- Tue, 13 Jul 2021 07:35:36 GMT
639
+ Tue, 13 Jul 2021 07:35:36 GMT
515
640
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.53..@fluentui/react-avatar_v9.0.0-alpha.54)
516
641
 
517
642
  ### Changes
@@ -520,7 +645,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
520
645
 
521
646
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.53)
522
647
 
523
- Fri, 09 Jul 2021 07:39:31 GMT
648
+ Fri, 09 Jul 2021 07:39:31 GMT
524
649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.52..@fluentui/react-avatar_v9.0.0-alpha.53)
525
650
 
526
651
  ### Patches
@@ -535,7 +660,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
535
660
 
536
661
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.52)
537
662
 
538
- Fri, 02 Jul 2021 23:15:55 GMT
663
+ Fri, 02 Jul 2021 23:15:55 GMT
539
664
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.51..@fluentui/react-avatar_v9.0.0-alpha.52)
540
665
 
541
666
  ### Changes
@@ -544,7 +669,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
544
669
 
545
670
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.51)
546
671
 
547
- Fri, 02 Jul 2021 07:37:06 GMT
672
+ Fri, 02 Jul 2021 07:37:06 GMT
548
673
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.50..@fluentui/react-avatar_v9.0.0-alpha.51)
549
674
 
550
675
  ### Changes
@@ -553,7 +678,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
553
678
 
554
679
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.50)
555
680
 
556
- Thu, 01 Jul 2021 07:35:05 GMT
681
+ Thu, 01 Jul 2021 07:35:05 GMT
557
682
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.49..@fluentui/react-avatar_v9.0.0-alpha.50)
558
683
 
559
684
  ### Changes
@@ -562,7 +687,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
562
687
 
563
688
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.49)
564
689
 
565
- Wed, 30 Jun 2021 07:38:35 GMT
690
+ Wed, 30 Jun 2021 07:38:35 GMT
566
691
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.48..@fluentui/react-avatar_v9.0.0-alpha.49)
567
692
 
568
693
  ### Changes
@@ -571,7 +696,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
571
696
 
572
697
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.48)
573
698
 
574
- Tue, 29 Jun 2021 07:33:32 GMT
699
+ Tue, 29 Jun 2021 07:33:32 GMT
575
700
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.47..@fluentui/react-avatar_v9.0.0-alpha.48)
576
701
 
577
702
  ### Changes
@@ -580,7 +705,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
580
705
 
581
706
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.47)
582
707
 
583
- Tue, 22 Jun 2021 07:35:11 GMT
708
+ Tue, 22 Jun 2021 07:35:11 GMT
584
709
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.46..@fluentui/react-avatar_v9.0.0-alpha.47)
585
710
 
586
711
  ### Changes
@@ -589,7 +714,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
589
714
 
590
715
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.46)
591
716
 
592
- Tue, 15 Jun 2021 07:40:20 GMT
717
+ Tue, 15 Jun 2021 07:40:20 GMT
593
718
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.45..@fluentui/react-avatar_v9.0.0-alpha.46)
594
719
 
595
720
  ### Changes
@@ -598,7 +723,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
598
723
 
599
724
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.45)
600
725
 
601
- Mon, 07 Jun 2021 07:38:15 GMT
726
+ Mon, 07 Jun 2021 07:38:15 GMT
602
727
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.44..@fluentui/react-avatar_v9.0.0-alpha.45)
603
728
 
604
729
  ### Patches
@@ -613,7 +738,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
613
738
 
614
739
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.44)
615
740
 
616
- Fri, 04 Jun 2021 07:37:23 GMT
741
+ Fri, 04 Jun 2021 07:37:23 GMT
617
742
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.43..@fluentui/react-avatar_v9.0.0-alpha.44)
618
743
 
619
744
  ### Changes
@@ -622,7 +747,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
622
747
 
623
748
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.43)
624
749
 
625
- Thu, 03 Jun 2021 07:36:03 GMT
750
+ Thu, 03 Jun 2021 07:36:03 GMT
626
751
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.42..@fluentui/react-avatar_v9.0.0-alpha.43)
627
752
 
628
753
  ### Changes
@@ -631,7 +756,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
631
756
 
632
757
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.42)
633
758
 
634
- Wed, 02 Jun 2021 07:37:15 GMT
759
+ Wed, 02 Jun 2021 07:37:15 GMT
635
760
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.41..@fluentui/react-avatar_v9.0.0-alpha.42)
636
761
 
637
762
  ### Changes
@@ -640,7 +765,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
640
765
 
641
766
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.41)
642
767
 
643
- Mon, 31 May 2021 07:33:15 GMT
768
+ Mon, 31 May 2021 07:33:15 GMT
644
769
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.40..@fluentui/react-avatar_v9.0.0-alpha.41)
645
770
 
646
771
  ### Changes
@@ -649,7 +774,7 @@ Mon, 31 May 2021 07:33:15 GMT
649
774
 
650
775
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.40)
651
776
 
652
- Wed, 26 May 2021 07:35:43 GMT
777
+ Wed, 26 May 2021 07:35:43 GMT
653
778
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.39..@fluentui/react-avatar_v9.0.0-alpha.40)
654
779
 
655
780
  ### Changes
@@ -658,7 +783,7 @@ Wed, 26 May 2021 07:35:43 GMT
658
783
 
659
784
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.39)
660
785
 
661
- Fri, 21 May 2021 07:34:54 GMT
786
+ Fri, 21 May 2021 07:34:54 GMT
662
787
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.38..@fluentui/react-avatar_v9.0.0-alpha.39)
663
788
 
664
789
  ### Changes
@@ -667,7 +792,7 @@ Fri, 21 May 2021 07:34:54 GMT
667
792
 
668
793
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.38)
669
794
 
670
- Thu, 20 May 2021 07:41:54 GMT
795
+ Thu, 20 May 2021 07:41:54 GMT
671
796
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.37..@fluentui/react-avatar_v9.0.0-alpha.38)
672
797
 
673
798
  ### Patches
@@ -682,7 +807,7 @@ Thu, 20 May 2021 07:41:54 GMT
682
807
 
683
808
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.37)
684
809
 
685
- Wed, 19 May 2021 07:34:20 GMT
810
+ Wed, 19 May 2021 07:34:20 GMT
686
811
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.36..@fluentui/react-avatar_v9.0.0-alpha.37)
687
812
 
688
813
  ### Patches
@@ -695,7 +820,7 @@ Wed, 19 May 2021 07:34:20 GMT
695
820
 
696
821
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.36)
697
822
 
698
- Tue, 18 May 2021 07:34:38 GMT
823
+ Tue, 18 May 2021 07:34:38 GMT
699
824
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.35..@fluentui/react-avatar_v9.0.0-alpha.36)
700
825
 
701
826
  ### Changes
@@ -704,7 +829,7 @@ Tue, 18 May 2021 07:34:38 GMT
704
829
 
705
830
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.35)
706
831
 
707
- Thu, 13 May 2021 07:36:55 GMT
832
+ Thu, 13 May 2021 07:36:55 GMT
708
833
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.34..@fluentui/react-avatar_v9.0.0-alpha.35)
709
834
 
710
835
  ### Changes
@@ -713,7 +838,7 @@ Thu, 13 May 2021 07:36:55 GMT
713
838
 
714
839
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.34)
715
840
 
716
- Wed, 12 May 2021 07:36:20 GMT
841
+ Wed, 12 May 2021 07:36:20 GMT
717
842
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.33..@fluentui/react-avatar_v9.0.0-alpha.34)
718
843
 
719
844
  ### Changes
@@ -722,7 +847,7 @@ Wed, 12 May 2021 07:36:20 GMT
722
847
 
723
848
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.33)
724
849
 
725
- Mon, 10 May 2021 07:36:07 GMT
850
+ Mon, 10 May 2021 07:36:07 GMT
726
851
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.32..@fluentui/react-avatar_v9.0.0-alpha.33)
727
852
 
728
853
  ### Changes
@@ -731,7 +856,7 @@ Mon, 10 May 2021 07:36:07 GMT
731
856
 
732
857
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.32)
733
858
 
734
- Wed, 05 May 2021 07:36:50 GMT
859
+ Wed, 05 May 2021 07:36:50 GMT
735
860
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.31..@fluentui/react-avatar_v9.0.0-alpha.32)
736
861
 
737
862
  ### Changes
@@ -740,7 +865,7 @@ Wed, 05 May 2021 07:36:50 GMT
740
865
 
741
866
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.31)
742
867
 
743
- Mon, 03 May 2021 07:45:19 GMT
868
+ Mon, 03 May 2021 07:45:19 GMT
744
869
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.30..@fluentui/react-avatar_v9.0.0-alpha.31)
745
870
 
746
871
  ### Changes
@@ -749,7 +874,7 @@ Mon, 03 May 2021 07:45:19 GMT
749
874
 
750
875
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.30)
751
876
 
752
- Fri, 30 Apr 2021 07:42:23 GMT
877
+ Fri, 30 Apr 2021 07:42:23 GMT
753
878
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.29..@fluentui/react-avatar_v9.0.0-alpha.30)
754
879
 
755
880
  ### Patches
@@ -764,7 +889,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
764
889
 
765
890
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.29)
766
891
 
767
- Tue, 27 Apr 2021 07:34:03 GMT
892
+ Tue, 27 Apr 2021 07:34:03 GMT
768
893
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.28..@fluentui/react-avatar_v9.0.0-alpha.29)
769
894
 
770
895
  ### Changes
@@ -773,7 +898,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
773
898
 
774
899
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.28)
775
900
 
776
- Mon, 26 Apr 2021 07:34:31 GMT
901
+ Mon, 26 Apr 2021 07:34:31 GMT
777
902
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.27..@fluentui/react-avatar_v9.0.0-alpha.28)
778
903
 
779
904
  ### Changes
@@ -782,7 +907,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
782
907
 
783
908
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.27)
784
909
 
785
- Fri, 23 Apr 2021 07:37:10 GMT
910
+ Fri, 23 Apr 2021 07:37:10 GMT
786
911
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.26..@fluentui/react-avatar_v9.0.0-alpha.27)
787
912
 
788
913
  ### Patches
@@ -797,7 +922,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
797
922
 
798
923
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.26)
799
924
 
800
- Thu, 22 Apr 2021 07:33:28 GMT
925
+ Thu, 22 Apr 2021 07:33:28 GMT
801
926
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.25..@fluentui/react-avatar_v9.0.0-alpha.26)
802
927
 
803
928
  ### Changes
@@ -806,7 +931,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
806
931
 
807
932
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.25)
808
933
 
809
- Wed, 21 Apr 2021 07:31:50 GMT
934
+ Wed, 21 Apr 2021 07:31:50 GMT
810
935
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.24..@fluentui/react-avatar_v9.0.0-alpha.25)
811
936
 
812
937
  ### Changes
@@ -815,7 +940,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
815
940
 
816
941
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.24)
817
942
 
818
- Tue, 20 Apr 2021 07:31:35 GMT
943
+ Tue, 20 Apr 2021 07:31:35 GMT
819
944
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.23..@fluentui/react-avatar_v9.0.0-alpha.24)
820
945
 
821
946
  ### Changes
@@ -824,7 +949,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
824
949
 
825
950
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.23)
826
951
 
827
- Fri, 16 Apr 2021 18:08:21 GMT
952
+ Fri, 16 Apr 2021 18:08:21 GMT
828
953
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.22..@fluentui/react-avatar_v9.0.0-alpha.23)
829
954
 
830
955
  ### Changes
@@ -833,7 +958,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
833
958
 
834
959
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.22)
835
960
 
836
- Wed, 14 Apr 2021 07:34:12 GMT
961
+ Wed, 14 Apr 2021 07:34:12 GMT
837
962
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.21..@fluentui/react-avatar_v9.0.0-alpha.22)
838
963
 
839
964
  ### Changes
@@ -842,7 +967,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
842
967
 
843
968
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.21)
844
969
 
845
- Fri, 09 Apr 2021 07:31:06 GMT
970
+ Fri, 09 Apr 2021 07:31:06 GMT
846
971
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.20..@fluentui/react-avatar_v9.0.0-alpha.21)
847
972
 
848
973
  ### Changes
@@ -851,7 +976,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
851
976
 
852
977
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.20)
853
978
 
854
- Thu, 08 Apr 2021 07:33:06 GMT
979
+ Thu, 08 Apr 2021 07:33:06 GMT
855
980
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.19..@fluentui/react-avatar_v9.0.0-alpha.20)
856
981
 
857
982
  ### Changes
@@ -860,7 +985,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
860
985
 
861
986
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.19)
862
987
 
863
- Thu, 01 Apr 2021 20:13:37 GMT
988
+ Thu, 01 Apr 2021 20:13:37 GMT
864
989
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.18..@fluentui/react-avatar_v9.0.0-alpha.19)
865
990
 
866
991
  ### Changes
@@ -869,7 +994,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
869
994
 
870
995
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.18)
871
996
 
872
- Wed, 31 Mar 2021 00:53:43 GMT
997
+ Wed, 31 Mar 2021 00:53:43 GMT
873
998
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.17..@fluentui/react-avatar_v9.0.0-alpha.18)
874
999
 
875
1000
  ### Patches
@@ -885,7 +1010,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
885
1010
 
886
1011
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.17)
887
1012
 
888
- Tue, 30 Mar 2021 07:34:45 GMT
1013
+ Tue, 30 Mar 2021 07:34:45 GMT
889
1014
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.16..@fluentui/react-avatar_v9.0.0-alpha.17)
890
1015
 
891
1016
  ### Changes
@@ -894,7 +1019,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
894
1019
 
895
1020
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.16)
896
1021
 
897
- Fri, 26 Mar 2021 07:32:34 GMT
1022
+ Fri, 26 Mar 2021 07:32:34 GMT
898
1023
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.15..@fluentui/react-avatar_v9.0.0-alpha.16)
899
1024
 
900
1025
  ### Changes
@@ -903,7 +1028,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
903
1028
 
904
1029
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.15)
905
1030
 
906
- Thu, 25 Mar 2021 07:33:24 GMT
1031
+ Thu, 25 Mar 2021 07:33:24 GMT
907
1032
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.14..@fluentui/react-avatar_v9.0.0-alpha.15)
908
1033
 
909
1034
  ### Changes
@@ -912,7 +1037,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
912
1037
 
913
1038
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.14)
914
1039
 
915
- Wed, 24 Mar 2021 07:32:21 GMT
1040
+ Wed, 24 Mar 2021 07:32:21 GMT
916
1041
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.13..@fluentui/react-avatar_v9.0.0-alpha.14)
917
1042
 
918
1043
  ### Changes
@@ -921,7 +1046,7 @@ Wed, 24 Mar 2021 07:32:21 GMT
921
1046
 
922
1047
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.13)
923
1048
 
924
- Tue, 23 Mar 2021 07:31:43 GMT
1049
+ Tue, 23 Mar 2021 07:31:43 GMT
925
1050
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.12..@fluentui/react-avatar_v9.0.0-alpha.13)
926
1051
 
927
1052
  ### Changes
@@ -930,7 +1055,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
930
1055
 
931
1056
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.12)
932
1057
 
933
- Thu, 18 Mar 2021 20:15:34 GMT
1058
+ Thu, 18 Mar 2021 20:15:34 GMT
934
1059
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.11..@fluentui/react-avatar_v9.0.0-alpha.12)
935
1060
 
936
1061
  ### Changes
@@ -939,7 +1064,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
939
1064
 
940
1065
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.11)
941
1066
 
942
- Tue, 16 Mar 2021 07:32:44 GMT
1067
+ Tue, 16 Mar 2021 07:32:44 GMT
943
1068
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.10..@fluentui/react-avatar_v9.0.0-alpha.11)
944
1069
 
945
1070
  ### Patches
@@ -948,7 +1073,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
948
1073
 
949
1074
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.10)
950
1075
 
951
- Mon, 15 Mar 2021 07:36:20 GMT
1076
+ Mon, 15 Mar 2021 07:36:20 GMT
952
1077
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.9..@fluentui/react-avatar_v9.0.0-alpha.10)
953
1078
 
954
1079
  ### Changes
@@ -957,7 +1082,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
957
1082
 
958
1083
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.9)
959
1084
 
960
- Fri, 12 Mar 2021 20:04:27 GMT
1085
+ Fri, 12 Mar 2021 20:04:27 GMT
961
1086
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.8..@fluentui/react-avatar_v9.0.0-alpha.9)
962
1087
 
963
1088
  ### Patches
@@ -970,7 +1095,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
970
1095
 
971
1096
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.8)
972
1097
 
973
- Wed, 10 Mar 2021 07:34:39 GMT
1098
+ Wed, 10 Mar 2021 07:34:39 GMT
974
1099
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.7..@fluentui/react-avatar_v9.0.0-alpha.8)
975
1100
 
976
1101
  ### Changes
@@ -979,7 +1104,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
979
1104
 
980
1105
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.7)
981
1106
 
982
- Fri, 05 Mar 2021 20:30:59 GMT
1107
+ Fri, 05 Mar 2021 20:30:59 GMT
983
1108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.6..@fluentui/react-avatar_v9.0.0-alpha.7)
984
1109
 
985
1110
  ### Changes
@@ -988,7 +1113,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
988
1113
 
989
1114
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.6)
990
1115
 
991
- Wed, 03 Mar 2021 00:10:09 GMT
1116
+ Wed, 03 Mar 2021 00:10:09 GMT
992
1117
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.5..@fluentui/react-avatar_v9.0.0-alpha.6)
993
1118
 
994
1119
  ### Patches
@@ -1001,7 +1126,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1001
1126
 
1002
1127
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.5)
1003
1128
 
1004
- Tue, 02 Mar 2021 07:24:27 GMT
1129
+ Tue, 02 Mar 2021 07:24:27 GMT
1005
1130
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.4..@fluentui/react-avatar_v9.0.0-alpha.5)
1006
1131
 
1007
1132
  ### Changes
@@ -1011,7 +1136,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1011
1136
 
1012
1137
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.4)
1013
1138
 
1014
- Fri, 26 Feb 2021 01:16:27 GMT
1139
+ Fri, 26 Feb 2021 01:16:27 GMT
1015
1140
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.3..@fluentui/react-avatar_v9.0.0-alpha.4)
1016
1141
 
1017
1142
  ### Patches
@@ -1029,7 +1154,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1029
1154
 
1030
1155
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.3)
1031
1156
 
1032
- Thu, 25 Feb 2021 20:16:39 GMT
1157
+ Thu, 25 Feb 2021 20:16:39 GMT
1033
1158
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.2..@fluentui/react-avatar_v9.0.0-alpha.3)
1034
1159
 
1035
1160
  ### Changes
@@ -1038,7 +1163,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1038
1163
 
1039
1164
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.2)
1040
1165
 
1041
- Thu, 25 Feb 2021 01:15:27 GMT
1166
+ Thu, 25 Feb 2021 01:15:27 GMT
1042
1167
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v9.0.0-alpha.1..@fluentui/react-avatar_v9.0.0-alpha.2)
1043
1168
 
1044
1169
  ### Patches
@@ -1047,7 +1172,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1047
1172
 
1048
1173
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v9.0.0-alpha.1)
1049
1174
 
1050
- Wed, 24 Feb 2021 00:05:29 GMT
1175
+ Wed, 24 Feb 2021 00:05:29 GMT
1051
1176
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.12.0..@fluentui/react-avatar_v9.0.0-alpha.1)
1052
1177
 
1053
1178
  ### Changes
@@ -1058,7 +1183,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1058
1183
 
1059
1184
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.12.0)
1060
1185
 
1061
- Mon, 22 Feb 2021 12:26:22 GMT
1186
+ Mon, 22 Feb 2021 12:26:22 GMT
1062
1187
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.11.1..@fluentui/react-avatar_v0.12.0)
1063
1188
 
1064
1189
  ### Minor changes
@@ -1078,7 +1203,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1078
1203
 
1079
1204
  ## [0.11.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.11.1)
1080
1205
 
1081
- Thu, 18 Feb 2021 19:38:50 GMT
1206
+ Thu, 18 Feb 2021 19:38:50 GMT
1082
1207
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.11.0..@fluentui/react-avatar_v0.11.1)
1083
1208
 
1084
1209
  ### Patches
@@ -1095,7 +1220,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1095
1220
 
1096
1221
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.11.0)
1097
1222
 
1098
- Thu, 18 Feb 2021 12:27:34 GMT
1223
+ Thu, 18 Feb 2021 12:27:34 GMT
1099
1224
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.10.1..@fluentui/react-avatar_v0.11.0)
1100
1225
 
1101
1226
  ### Minor changes
@@ -1120,7 +1245,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1120
1245
 
1121
1246
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.10.1)
1122
1247
 
1123
- Wed, 17 Feb 2021 12:21:39 GMT
1248
+ Wed, 17 Feb 2021 12:21:39 GMT
1124
1249
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.10.0..@fluentui/react-avatar_v0.10.1)
1125
1250
 
1126
1251
  ### Patches
@@ -1129,7 +1254,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
1129
1254
 
1130
1255
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.10.0)
1131
1256
 
1132
- Mon, 15 Feb 2021 12:22:00 GMT
1257
+ Mon, 15 Feb 2021 12:22:00 GMT
1133
1258
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.10.0..@fluentui/react-avatar_v0.10.0)
1134
1259
 
1135
1260
  ### Changes
@@ -1142,7 +1267,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1142
1267
 
1143
1268
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.10.0)
1144
1269
 
1145
- Fri, 12 Feb 2021 12:26:20 GMT
1270
+ Fri, 12 Feb 2021 12:26:20 GMT
1146
1271
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.9.1..@fluentui/react-avatar_v0.10.0)
1147
1272
 
1148
1273
  ### Minor changes
@@ -1159,7 +1284,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1159
1284
 
1160
1285
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.9.1)
1161
1286
 
1162
- Thu, 11 Feb 2021 00:58:10 GMT
1287
+ Thu, 11 Feb 2021 00:58:10 GMT
1163
1288
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.9.1..@fluentui/react-avatar_v0.9.1)
1164
1289
 
1165
1290
  ### Changes
@@ -1172,7 +1297,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1172
1297
 
1173
1298
  ## [0.9.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.9.1)
1174
1299
 
1175
- Tue, 09 Feb 2021 00:56:52 GMT
1300
+ Tue, 09 Feb 2021 00:56:52 GMT
1176
1301
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.9.0..@fluentui/react-avatar_v0.9.1)
1177
1302
 
1178
1303
  ### Patches
@@ -1185,7 +1310,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1185
1310
 
1186
1311
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.9.0)
1187
1312
 
1188
- Mon, 08 Feb 2021 12:23:08 GMT
1313
+ Mon, 08 Feb 2021 12:23:08 GMT
1189
1314
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.9.0..@fluentui/react-avatar_v0.9.0)
1190
1315
 
1191
1316
  ### Changes
@@ -1194,7 +1319,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1194
1319
 
1195
1320
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.9.0)
1196
1321
 
1197
- Wed, 03 Feb 2021 05:51:40 GMT
1322
+ Wed, 03 Feb 2021 05:51:40 GMT
1198
1323
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.3..@fluentui/react-avatar_v0.9.0)
1199
1324
 
1200
1325
  ### Minor changes
@@ -1203,7 +1328,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1203
1328
 
1204
1329
  ## [0.8.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.3)
1205
1330
 
1206
- Tue, 02 Feb 2021 12:21:54 GMT
1331
+ Tue, 02 Feb 2021 12:21:54 GMT
1207
1332
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.2..@fluentui/react-avatar_v0.8.3)
1208
1333
 
1209
1334
  ### Patches
@@ -1212,7 +1337,7 @@ Tue, 02 Feb 2021 12:21:54 GMT
1212
1337
 
1213
1338
  ## [0.8.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.2)
1214
1339
 
1215
- Mon, 01 Feb 2021 12:23:48 GMT
1340
+ Mon, 01 Feb 2021 12:23:48 GMT
1216
1341
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.2-18..@fluentui/react-avatar_v0.8.2)
1217
1342
 
1218
1343
  ### Patches
@@ -1222,7 +1347,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
1222
1347
 
1223
1348
  ## [0.8.2-18](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.2-18)
1224
1349
 
1225
- Fri, 29 Jan 2021 12:21:00 GMT
1350
+ Fri, 29 Jan 2021 12:21:00 GMT
1226
1351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.2-17..@fluentui/react-avatar_v0.8.2-18)
1227
1352
 
1228
1353
  ### Changes
@@ -1231,7 +1356,7 @@ Fri, 29 Jan 2021 12:21:00 GMT
1231
1356
 
1232
1357
  ## [0.8.2-17](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.2-17)
1233
1358
 
1234
- Thu, 28 Jan 2021 12:25:56 GMT
1359
+ Thu, 28 Jan 2021 12:25:56 GMT
1235
1360
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.2-15..@fluentui/react-avatar_v0.8.2-17)
1236
1361
 
1237
1362
  ### Changes
@@ -1241,16 +1366,16 @@ Thu, 28 Jan 2021 12:25:56 GMT
1241
1366
 
1242
1367
  ## [0.8.2-15](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.2-15)
1243
1368
 
1244
- Thu, 21 Jan 2021 12:36:12 GMT
1369
+ Thu, 21 Jan 2021 12:36:12 GMT
1245
1370
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.2-12..@fluentui/react-avatar_v0.8.2-15)
1246
1371
 
1247
1372
  ### Changes
1248
1373
 
1249
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1374
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1250
1375
 
1251
1376
  ## [0.8.2-12](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.2-12)
1252
1377
 
1253
- Tue, 08 Dec 2020 12:28:09 GMT
1378
+ Tue, 08 Dec 2020 12:28:09 GMT
1254
1379
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.2-7..@fluentui/react-avatar_v0.8.2-12)
1255
1380
 
1256
1381
  ### Changes
@@ -1259,7 +1384,7 @@ Tue, 08 Dec 2020 12:28:09 GMT
1259
1384
 
1260
1385
  ## [0.8.2-7](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.2-7)
1261
1386
 
1262
- Wed, 18 Nov 2020 12:30:07 GMT
1387
+ Wed, 18 Nov 2020 12:30:07 GMT
1263
1388
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.1..@fluentui/react-avatar_v0.8.2-7)
1264
1389
 
1265
1390
  ### Changes
@@ -1268,7 +1393,7 @@ Wed, 18 Nov 2020 12:30:07 GMT
1268
1393
 
1269
1394
  ## [0.8.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.1)
1270
1395
 
1271
- Fri, 23 Oct 2020 23:25:40 GMT
1396
+ Fri, 23 Oct 2020 23:25:40 GMT
1272
1397
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.8.0..@fluentui/react-avatar_v0.8.1)
1273
1398
 
1274
1399
  ### Patches
@@ -1277,7 +1402,7 @@ Fri, 23 Oct 2020 23:25:40 GMT
1277
1402
 
1278
1403
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.8.0)
1279
1404
 
1280
- Fri, 23 Oct 2020 03:26:15 GMT
1405
+ Fri, 23 Oct 2020 03:26:15 GMT
1281
1406
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.6.4..@fluentui/react-avatar_v0.8.0)
1282
1407
 
1283
1408
  ### Minor changes
@@ -1294,7 +1419,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
1294
1419
 
1295
1420
  ## [0.6.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.6.4)
1296
1421
 
1297
- Fri, 25 Sep 2020 12:25:17 GMT
1422
+ Fri, 25 Sep 2020 12:25:17 GMT
1298
1423
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.6.0..@fluentui/react-avatar_v0.6.4)
1299
1424
 
1300
1425
  ### Patches
@@ -1304,7 +1429,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
1304
1429
 
1305
1430
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.6.0)
1306
1431
 
1307
- Mon, 21 Sep 2020 12:22:29 GMT
1432
+ Mon, 21 Sep 2020 12:22:29 GMT
1308
1433
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.5.0..@fluentui/react-avatar_v0.6.0)
1309
1434
 
1310
1435
  ### Minor changes
@@ -1313,7 +1438,7 @@ Mon, 21 Sep 2020 12:22:29 GMT
1313
1438
 
1314
1439
  ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.5.0)
1315
1440
 
1316
- Tue, 15 Sep 2020 12:26:06 GMT
1441
+ Tue, 15 Sep 2020 12:26:06 GMT
1317
1442
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.4.0..@fluentui/react-avatar_v0.5.0)
1318
1443
 
1319
1444
  ### Minor changes
@@ -1322,7 +1447,7 @@ Tue, 15 Sep 2020 12:26:06 GMT
1322
1447
 
1323
1448
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.4.0)
1324
1449
 
1325
- Mon, 07 Sep 2020 12:26:26 GMT
1450
+ Mon, 07 Sep 2020 12:26:26 GMT
1326
1451
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.3.1..@fluentui/react-avatar_v0.4.0)
1327
1452
 
1328
1453
  ### Minor changes
@@ -1331,7 +1456,7 @@ Mon, 07 Sep 2020 12:26:26 GMT
1331
1456
 
1332
1457
  ## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-avatar_v0.3.1)
1333
1458
 
1334
- Mon, 31 Aug 2020 12:25:46 GMT
1459
+ Mon, 31 Aug 2020 12:25:46 GMT
1335
1460
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-avatar_v0.1.1..@fluentui/react-avatar_v0.3.1)
1336
1461
 
1337
1462
  ### Patches