@fluentui/react-image 9.0.0-nightly.d730088d7f.0 → 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 (57) hide show
  1. package/CHANGELOG.json +516 -18
  2. package/CHANGELOG.md +263 -121
  3. package/MIGRATION.md +235 -0
  4. package/README.md +4 -0
  5. package/dist/{react-image.d.ts → index.d.ts} +28 -20
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Image.js.map +1 -1
  8. package/lib/components/Image/Image.js +7 -7
  9. package/lib/components/Image/Image.js.map +1 -1
  10. package/lib/components/Image/Image.types.js.map +1 -1
  11. package/lib/components/Image/index.js.map +1 -1
  12. package/lib/components/Image/renderImage.js +7 -8
  13. package/lib/components/Image/renderImage.js.map +1 -1
  14. package/lib/components/Image/useImage.js +18 -18
  15. package/lib/components/Image/useImage.js.map +1 -1
  16. package/lib/components/Image/useImageStyles.js +39 -24
  17. package/lib/components/Image/useImageStyles.js.map +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/index.js.map +1 -1
  20. package/lib-commonjs/Image.js +1 -1
  21. package/lib-commonjs/Image.js.map +1 -1
  22. package/lib-commonjs/components/Image/Image.js +8 -8
  23. package/lib-commonjs/components/Image/Image.js.map +1 -1
  24. package/lib-commonjs/components/Image/Image.types.js.map +1 -1
  25. package/lib-commonjs/components/Image/index.js +1 -1
  26. package/lib-commonjs/components/Image/index.js.map +1 -1
  27. package/lib-commonjs/components/Image/renderImage.js +11 -14
  28. package/lib-commonjs/components/Image/renderImage.js.map +1 -1
  29. package/lib-commonjs/components/Image/useImage.js +22 -23
  30. package/lib-commonjs/components/Image/useImage.js.map +1 -1
  31. package/lib-commonjs/components/Image/useImageStyles.js +43 -26
  32. package/lib-commonjs/components/Image/useImageStyles.js.map +1 -1
  33. package/lib-commonjs/index.js +32 -2
  34. package/lib-commonjs/index.js.map +1 -1
  35. package/package.json +18 -23
  36. package/lib/Image.d.ts +0 -1
  37. package/lib/common/isConformant.d.ts +0 -4
  38. package/lib/common/isConformant.js +0 -13
  39. package/lib/common/isConformant.js.map +0 -1
  40. package/lib/components/Image/Image.d.ts +0 -6
  41. package/lib/components/Image/Image.types.d.ts +0 -29
  42. package/lib/components/Image/index.d.ts +0 -5
  43. package/lib/components/Image/renderImage.d.ts +0 -6
  44. package/lib/components/Image/useImage.d.ts +0 -7
  45. package/lib/components/Image/useImageStyles.d.ts +0 -2
  46. package/lib/index.d.ts +0 -1
  47. package/lib-commonjs/Image.d.ts +0 -1
  48. package/lib-commonjs/common/isConformant.d.ts +0 -4
  49. package/lib-commonjs/common/isConformant.js +0 -24
  50. package/lib-commonjs/common/isConformant.js.map +0 -1
  51. package/lib-commonjs/components/Image/Image.d.ts +0 -6
  52. package/lib-commonjs/components/Image/Image.types.d.ts +0 -29
  53. package/lib-commonjs/components/Image/index.d.ts +0 -5
  54. package/lib-commonjs/components/Image/renderImage.d.ts +0 -6
  55. package/lib-commonjs/components/Image/useImage.d.ts +0 -7
  56. package/lib-commonjs/components/Image/useImageStyles.d.ts +0 -2
  57. package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.md CHANGED
@@ -1,27 +1,169 @@
1
1
  # Change Log - @fluentui/react-image
2
2
 
3
- This log was last generated on Wed, 20 Oct 2021 09:19:30 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 23 May 2022 18:54:49 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.d730088d7f.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-nightly.d730088d7f.0)
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.10)
8
8
 
9
- Wed, 20 Oct 2021 09:19:30 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-beta.1..@fluentui/react-image_v9.0.0-nightly.d730088d7f.0)
9
+ Mon, 23 May 2022 18:54:49 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-rc.9..@fluentui/react-image_v9.0.0-rc.10)
11
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by email not defined)
15
- - added styling of documentation ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by peter@draxler.ml)
16
- - Bump @fluentui/react-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
17
- - Bump @fluentui/react-utilities to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
18
- - Bump @fluentui/babel-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
19
- - Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
20
- - Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.d730088d7f.0 ([commit](https://github.com/microsoft/fluentui/commit/ec40cc4bf5af48d100161d7fc692fa8624507dee) by beachball)
14
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
15
+ - Image: Updating useImageStyles to use styles[state] pattern for props of string union types. ([PR #23121](https://github.com/microsoft/fluentui/pull/23121) by Humberto.Morimoto@microsoft.com)
16
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
17
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
18
+
19
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.9)
20
+
21
+ Mon, 23 May 2022 12:14:16 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-rc.8..@fluentui/react-image_v9.0.0-rc.9)
23
+
24
+ ### Changes
25
+
26
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
27
+ - Removing ImageCommons type. ([PR #22957](https://github.com/microsoft/fluentui/pull/22957) by Humberto.Morimoto@microsoft.com)
28
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
29
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
30
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
31
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
32
+
33
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.8)
34
+
35
+ Thu, 05 May 2022 18:26:30 GMT
36
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-rc.7..@fluentui/react-image_v9.0.0-rc.8)
37
+
38
+ ### Changes
39
+
40
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
41
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
42
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
43
+
44
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.7)
45
+
46
+ Wed, 04 May 2022 13:26:42 GMT
47
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-rc.6..@fluentui/react-image_v9.0.0-rc.7)
48
+
49
+ ### Changes
50
+
51
+ - feat: ship rolluped only dts ([PR #22708](https://github.com/microsoft/fluentui/pull/22708) by martinhochel@microsoft.com)
52
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
53
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
54
+
55
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.6)
56
+
57
+ Tue, 19 Apr 2022 19:17:24 GMT
58
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-rc.5..@fluentui/react-image_v9.0.0-rc.6)
59
+
60
+ ### Changes
61
+
62
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
63
+ - Add static classnames to Image ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
64
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
65
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
66
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
67
+
68
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.5)
69
+
70
+ Fri, 04 Mar 2022 05:17:36 GMT
71
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-rc.4..@fluentui/react-image_v9.0.0-rc.5)
72
+
73
+ ### Changes
74
+
75
+ - 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)
76
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
77
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
78
+
79
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.4)
80
+
81
+ Tue, 01 Mar 2022 02:17:40 GMT
82
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-rc.3..@fluentui/react-image_v9.0.0-rc.4)
83
+
84
+ ### Changes
85
+
86
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
87
+
88
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.3)
89
+
90
+ Fri, 18 Feb 2022 13:35:32 GMT
91
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-rc.1..@fluentui/react-image_v9.0.0-rc.3)
92
+
93
+ ### Changes
94
+
95
+ - fix: Add react-theme as dependency to react-image ([PR #21787](https://github.com/microsoft/fluentui/pull/21787) by lingfangao@hotmail.com)
96
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
97
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
98
+ - Bump @fluentui/react-theme to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
99
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
100
+
101
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-rc.1)
102
+
103
+ Thu, 10 Feb 2022 08:51:14 GMT
104
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-beta.4..@fluentui/react-image_v9.0.0-rc.1)
105
+
106
+ ### Changes
107
+
108
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
109
+ - react-image: Replacing use of functions in makeStyles with direct use of tokens. ([PR #21044](https://github.com/microsoft/fluentui/pull/21044) by Humberto.Morimoto@microsoft.com)
110
+ - use Griffel packages ([PR #21432](https://github.com/microsoft/fluentui/pull/21432) by olfedias@microsoft.com)
111
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
112
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
113
+ - 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)
114
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
115
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
116
+ - update styles to not use CSS shorthands ([PR #20818](https://github.com/microsoft/fluentui/pull/20818) by olfedias@microsoft.com)
117
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
118
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
119
+
120
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-beta.4)
121
+
122
+ Thu, 25 Nov 2021 08:34:13 GMT
123
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-beta.3..@fluentui/react-image_v9.0.0-beta.4)
124
+
125
+ ### Changes
126
+
127
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
128
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
129
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
130
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
131
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
132
+
133
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-beta.3)
134
+
135
+ Fri, 12 Nov 2021 13:25:24 GMT
136
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-beta.2..@fluentui/react-image_v9.0.0-beta.3)
137
+
138
+ ### Changes
139
+
140
+ - export static classes for components ([PR #20447](https://github.com/microsoft/fluentui/pull/20447) by olfedias@microsoft.com)
141
+ - Updated Image stories with codesandbox export comments ([PR #20369](https://github.com/microsoft/fluentui/pull/20369) by gcox@microsoft.com)
142
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
143
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
144
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
145
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
146
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
147
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
148
+
149
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-beta.2)
150
+
151
+ Wed, 27 Oct 2021 12:14:18 GMT
152
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-beta.1..@fluentui/react-image_v9.0.0-beta.2)
153
+
154
+ ### Changes
155
+
156
+ - Removed duplicate 'Image' from story names ([PR #20268](https://github.com/microsoft/fluentui/pull/20268) by gcox@microsoft.com)
157
+ - added styling of documentation ([PR #20193](https://github.com/microsoft/fluentui/pull/20193) by peter@draxler.ml)
158
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
159
+ - Bump @fluentui/react-utilities to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
160
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
161
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
162
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2 ([PR #20353](https://github.com/microsoft/fluentui/pull/20353) by beachball)
21
163
 
22
164
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-beta.1)
23
165
 
24
- Wed, 06 Oct 2021 10:37:22 GMT
166
+ Wed, 06 Oct 2021 10:37:22 GMT
25
167
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.90..@fluentui/react-image_v9.0.0-beta.1)
26
168
 
27
169
  ### Changes
@@ -35,7 +177,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
35
177
 
36
178
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.90)
37
179
 
38
- Tue, 05 Oct 2021 12:47:58 GMT
180
+ Tue, 05 Oct 2021 12:47:58 GMT
39
181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.89..@fluentui/react-image_v9.0.0-alpha.90)
40
182
 
41
183
  ### Changes
@@ -47,7 +189,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
47
189
 
48
190
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.89)
49
191
 
50
- Tue, 05 Oct 2021 09:28:07 GMT
192
+ Tue, 05 Oct 2021 09:28:07 GMT
51
193
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.88..@fluentui/react-image_v9.0.0-alpha.89)
52
194
 
53
195
  ### Changes
@@ -61,7 +203,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
61
203
 
62
204
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.88)
63
205
 
64
- Fri, 01 Oct 2021 14:13:08 GMT
206
+ Fri, 01 Oct 2021 14:13:08 GMT
65
207
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.86..@fluentui/react-image_v9.0.0-alpha.88)
66
208
 
67
209
  ### Changes
@@ -75,7 +217,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
75
217
 
76
218
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.86)
77
219
 
78
- Wed, 29 Sep 2021 08:06:11 GMT
220
+ Wed, 29 Sep 2021 08:06:11 GMT
79
221
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.85..@fluentui/react-image_v9.0.0-alpha.86)
80
222
 
81
223
  ### Changes
@@ -88,7 +230,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
88
230
 
89
231
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.85)
90
232
 
91
- Mon, 27 Sep 2021 08:06:00 GMT
233
+ Mon, 27 Sep 2021 08:06:00 GMT
92
234
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.84..@fluentui/react-image_v9.0.0-alpha.85)
93
235
 
94
236
  ### Changes
@@ -101,7 +243,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
101
243
 
102
244
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.84)
103
245
 
104
- Fri, 24 Sep 2021 09:17:17 GMT
246
+ Fri, 24 Sep 2021 09:17:17 GMT
105
247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.83..@fluentui/react-image_v9.0.0-alpha.84)
106
248
 
107
249
  ### Changes
@@ -115,7 +257,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
115
257
 
116
258
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.83)
117
259
 
118
- Thu, 23 Sep 2021 08:21:34 GMT
260
+ Thu, 23 Sep 2021 08:21:34 GMT
119
261
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.82..@fluentui/react-image_v9.0.0-alpha.83)
120
262
 
121
263
  ### Changes
@@ -128,7 +270,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
128
270
 
129
271
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.82)
130
272
 
131
- Wed, 22 Sep 2021 10:10:07 GMT
273
+ Wed, 22 Sep 2021 10:10:07 GMT
132
274
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.81..@fluentui/react-image_v9.0.0-alpha.82)
133
275
 
134
276
  ### Changes
@@ -141,7 +283,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
141
283
 
142
284
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.81)
143
285
 
144
- Tue, 21 Sep 2021 07:42:34 GMT
286
+ Tue, 21 Sep 2021 07:42:34 GMT
145
287
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.80..@fluentui/react-image_v9.0.0-alpha.81)
146
288
 
147
289
  ### Changes
@@ -154,7 +296,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
154
296
 
155
297
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.80)
156
298
 
157
- Mon, 20 Sep 2021 07:36:26 GMT
299
+ Mon, 20 Sep 2021 07:36:26 GMT
158
300
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.79..@fluentui/react-image_v9.0.0-alpha.80)
159
301
 
160
302
  ### Changes
@@ -164,7 +306,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
164
306
 
165
307
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.79)
166
308
 
167
- Fri, 17 Sep 2021 07:35:26 GMT
309
+ Fri, 17 Sep 2021 07:35:26 GMT
168
310
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.78..@fluentui/react-image_v9.0.0-alpha.79)
169
311
 
170
312
  ### Changes
@@ -173,7 +315,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
173
315
 
174
316
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.78)
175
317
 
176
- Thu, 16 Sep 2021 07:38:39 GMT
318
+ Thu, 16 Sep 2021 07:38:39 GMT
177
319
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.77..@fluentui/react-image_v9.0.0-alpha.78)
178
320
 
179
321
  ### Changes
@@ -183,7 +325,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
183
325
 
184
326
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.77)
185
327
 
186
- Tue, 14 Sep 2021 20:09:02 GMT
328
+ Tue, 14 Sep 2021 20:09:02 GMT
187
329
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.76..@fluentui/react-image_v9.0.0-alpha.77)
188
330
 
189
331
  ### Changes
@@ -193,7 +335,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
193
335
 
194
336
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.76)
195
337
 
196
- Fri, 10 Sep 2021 16:31:53 GMT
338
+ Fri, 10 Sep 2021 16:31:53 GMT
197
339
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.75..@fluentui/react-image_v9.0.0-alpha.76)
198
340
 
199
341
  ### Changes
@@ -203,7 +345,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
203
345
 
204
346
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.75)
205
347
 
206
- Fri, 10 Sep 2021 07:39:51 GMT
348
+ Fri, 10 Sep 2021 07:39:51 GMT
207
349
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.74..@fluentui/react-image_v9.0.0-alpha.75)
208
350
 
209
351
  ### Changes
@@ -212,7 +354,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
212
354
 
213
355
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.74)
214
356
 
215
- Mon, 06 Sep 2021 07:34:53 GMT
357
+ Mon, 06 Sep 2021 07:34:53 GMT
216
358
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.73..@fluentui/react-image_v9.0.0-alpha.74)
217
359
 
218
360
  ### Changes
@@ -221,7 +363,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
221
363
 
222
364
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.73)
223
365
 
224
- Thu, 02 Sep 2021 07:36:46 GMT
366
+ Thu, 02 Sep 2021 07:36:46 GMT
225
367
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.72..@fluentui/react-image_v9.0.0-alpha.73)
226
368
 
227
369
  ### Patches
@@ -234,7 +376,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
234
376
 
235
377
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.72)
236
378
 
237
- Wed, 01 Sep 2021 07:39:56 GMT
379
+ Wed, 01 Sep 2021 07:39:56 GMT
238
380
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.71..@fluentui/react-image_v9.0.0-alpha.72)
239
381
 
240
382
  ### Changes
@@ -243,7 +385,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
243
385
 
244
386
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.71)
245
387
 
246
- Tue, 31 Aug 2021 07:37:47 GMT
388
+ Tue, 31 Aug 2021 07:37:47 GMT
247
389
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.70..@fluentui/react-image_v9.0.0-alpha.71)
248
390
 
249
391
  ### Changes
@@ -252,7 +394,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
252
394
 
253
395
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.70)
254
396
 
255
- Fri, 27 Aug 2021 07:33:32 GMT
397
+ Fri, 27 Aug 2021 07:33:32 GMT
256
398
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.69..@fluentui/react-image_v9.0.0-alpha.70)
257
399
 
258
400
  ### Changes
@@ -261,7 +403,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
261
403
 
262
404
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.69)
263
405
 
264
- Thu, 26 Aug 2021 07:35:43 GMT
406
+ Thu, 26 Aug 2021 07:35:43 GMT
265
407
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.68..@fluentui/react-image_v9.0.0-alpha.69)
266
408
 
267
409
  ### Changes
@@ -270,7 +412,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
270
412
 
271
413
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.68)
272
414
 
273
- Tue, 24 Aug 2021 07:34:48 GMT
415
+ Tue, 24 Aug 2021 07:34:48 GMT
274
416
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.67..@fluentui/react-image_v9.0.0-alpha.68)
275
417
 
276
418
  ### Changes
@@ -279,7 +421,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
279
421
 
280
422
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.67)
281
423
 
282
- Fri, 20 Aug 2021 07:37:28 GMT
424
+ Fri, 20 Aug 2021 07:37:28 GMT
283
425
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.66..@fluentui/react-image_v9.0.0-alpha.67)
284
426
 
285
427
  ### Changes
@@ -288,7 +430,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
288
430
 
289
431
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.66)
290
432
 
291
- Thu, 19 Aug 2021 07:41:35 GMT
433
+ Thu, 19 Aug 2021 07:41:35 GMT
292
434
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.65..@fluentui/react-image_v9.0.0-alpha.66)
293
435
 
294
436
  ### Changes
@@ -297,7 +439,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
297
439
 
298
440
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.65)
299
441
 
300
- Fri, 13 Aug 2021 07:36:34 GMT
442
+ Fri, 13 Aug 2021 07:36:34 GMT
301
443
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.64..@fluentui/react-image_v9.0.0-alpha.65)
302
444
 
303
445
  ### Changes
@@ -306,7 +448,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
306
448
 
307
449
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.64)
308
450
 
309
- Wed, 11 Aug 2021 07:34:54 GMT
451
+ Wed, 11 Aug 2021 07:34:54 GMT
310
452
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.63..@fluentui/react-image_v9.0.0-alpha.64)
311
453
 
312
454
  ### Changes
@@ -315,7 +457,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
315
457
 
316
458
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.63)
317
459
 
318
- Fri, 06 Aug 2021 07:35:14 GMT
460
+ Fri, 06 Aug 2021 07:35:14 GMT
319
461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.62..@fluentui/react-image_v9.0.0-alpha.63)
320
462
 
321
463
  ### Changes
@@ -324,7 +466,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
324
466
 
325
467
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.62)
326
468
 
327
- Tue, 03 Aug 2021 07:39:30 GMT
469
+ Tue, 03 Aug 2021 07:39:30 GMT
328
470
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.61..@fluentui/react-image_v9.0.0-alpha.62)
329
471
 
330
472
  ### Patches
@@ -339,7 +481,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
339
481
 
340
482
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.61)
341
483
 
342
- Mon, 02 Aug 2021 07:36:20 GMT
484
+ Mon, 02 Aug 2021 07:36:20 GMT
343
485
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.60..@fluentui/react-image_v9.0.0-alpha.61)
344
486
 
345
487
  ### Changes
@@ -348,7 +490,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
348
490
 
349
491
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.60)
350
492
 
351
- Mon, 26 Jul 2021 07:37:30 GMT
493
+ Mon, 26 Jul 2021 07:37:30 GMT
352
494
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.59..@fluentui/react-image_v9.0.0-alpha.60)
353
495
 
354
496
  ### Changes
@@ -357,7 +499,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
357
499
 
358
500
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.59)
359
501
 
360
- Fri, 23 Jul 2021 07:38:19 GMT
502
+ Fri, 23 Jul 2021 07:38:19 GMT
361
503
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.58..@fluentui/react-image_v9.0.0-alpha.59)
362
504
 
363
505
  ### Changes
@@ -366,7 +508,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
366
508
 
367
509
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.58)
368
510
 
369
- Thu, 22 Jul 2021 07:36:55 GMT
511
+ Thu, 22 Jul 2021 07:36:55 GMT
370
512
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.57..@fluentui/react-image_v9.0.0-alpha.58)
371
513
 
372
514
  ### Changes
@@ -375,7 +517,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
375
517
 
376
518
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.57)
377
519
 
378
- Tue, 20 Jul 2021 22:23:17 GMT
520
+ Tue, 20 Jul 2021 22:23:17 GMT
379
521
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.56..@fluentui/react-image_v9.0.0-alpha.57)
380
522
 
381
523
  ### Changes
@@ -384,7 +526,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
384
526
 
385
527
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.56)
386
528
 
387
- Fri, 16 Jul 2021 22:53:17 GMT
529
+ Fri, 16 Jul 2021 22:53:17 GMT
388
530
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.55..@fluentui/react-image_v9.0.0-alpha.56)
389
531
 
390
532
  ### Changes
@@ -393,7 +535,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
393
535
 
394
536
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.55)
395
537
 
396
- Thu, 15 Jul 2021 07:36:18 GMT
538
+ Thu, 15 Jul 2021 07:36:18 GMT
397
539
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.54..@fluentui/react-image_v9.0.0-alpha.55)
398
540
 
399
541
  ### Changes
@@ -402,7 +544,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
402
544
 
403
545
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.54)
404
546
 
405
- Tue, 13 Jul 2021 22:32:58 GMT
547
+ Tue, 13 Jul 2021 22:32:58 GMT
406
548
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.53..@fluentui/react-image_v9.0.0-alpha.54)
407
549
 
408
550
  ### Patches
@@ -411,7 +553,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
411
553
 
412
554
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.53)
413
555
 
414
- Tue, 13 Jul 2021 07:35:36 GMT
556
+ Tue, 13 Jul 2021 07:35:36 GMT
415
557
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.52..@fluentui/react-image_v9.0.0-alpha.53)
416
558
 
417
559
  ### Changes
@@ -420,7 +562,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
420
562
 
421
563
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.52)
422
564
 
423
- Fri, 09 Jul 2021 07:39:31 GMT
565
+ Fri, 09 Jul 2021 07:39:31 GMT
424
566
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.51..@fluentui/react-image_v9.0.0-alpha.52)
425
567
 
426
568
  ### Patches
@@ -435,7 +577,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
435
577
 
436
578
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.51)
437
579
 
438
- Fri, 02 Jul 2021 23:15:55 GMT
580
+ Fri, 02 Jul 2021 23:15:55 GMT
439
581
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.50..@fluentui/react-image_v9.0.0-alpha.51)
440
582
 
441
583
  ### Changes
@@ -444,7 +586,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
444
586
 
445
587
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.50)
446
588
 
447
- Fri, 02 Jul 2021 07:37:06 GMT
589
+ Fri, 02 Jul 2021 07:37:06 GMT
448
590
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.49..@fluentui/react-image_v9.0.0-alpha.50)
449
591
 
450
592
  ### Changes
@@ -453,7 +595,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
453
595
 
454
596
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.49)
455
597
 
456
- Thu, 01 Jul 2021 07:35:05 GMT
598
+ Thu, 01 Jul 2021 07:35:05 GMT
457
599
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.48..@fluentui/react-image_v9.0.0-alpha.49)
458
600
 
459
601
  ### Changes
@@ -462,7 +604,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
462
604
 
463
605
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.48)
464
606
 
465
- Wed, 30 Jun 2021 07:38:35 GMT
607
+ Wed, 30 Jun 2021 07:38:35 GMT
466
608
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.47..@fluentui/react-image_v9.0.0-alpha.48)
467
609
 
468
610
  ### Changes
@@ -471,7 +613,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
471
613
 
472
614
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.47)
473
615
 
474
- Tue, 29 Jun 2021 07:33:32 GMT
616
+ Tue, 29 Jun 2021 07:33:32 GMT
475
617
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.46..@fluentui/react-image_v9.0.0-alpha.47)
476
618
 
477
619
  ### Changes
@@ -480,7 +622,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
480
622
 
481
623
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.46)
482
624
 
483
- Tue, 22 Jun 2021 07:35:11 GMT
625
+ Tue, 22 Jun 2021 07:35:11 GMT
484
626
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.45..@fluentui/react-image_v9.0.0-alpha.46)
485
627
 
486
628
  ### Changes
@@ -489,7 +631,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
489
631
 
490
632
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.45)
491
633
 
492
- Tue, 15 Jun 2021 07:40:20 GMT
634
+ Tue, 15 Jun 2021 07:40:20 GMT
493
635
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.44..@fluentui/react-image_v9.0.0-alpha.45)
494
636
 
495
637
  ### Changes
@@ -498,7 +640,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
498
640
 
499
641
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.44)
500
642
 
501
- Mon, 07 Jun 2021 07:38:15 GMT
643
+ Mon, 07 Jun 2021 07:38:15 GMT
502
644
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.43..@fluentui/react-image_v9.0.0-alpha.44)
503
645
 
504
646
  ### Patches
@@ -513,7 +655,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
513
655
 
514
656
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.43)
515
657
 
516
- Fri, 04 Jun 2021 07:37:23 GMT
658
+ Fri, 04 Jun 2021 07:37:23 GMT
517
659
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.42..@fluentui/react-image_v9.0.0-alpha.43)
518
660
 
519
661
  ### Changes
@@ -522,7 +664,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
522
664
 
523
665
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.42)
524
666
 
525
- Thu, 03 Jun 2021 07:36:03 GMT
667
+ Thu, 03 Jun 2021 07:36:03 GMT
526
668
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.41..@fluentui/react-image_v9.0.0-alpha.42)
527
669
 
528
670
  ### Changes
@@ -531,7 +673,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
531
673
 
532
674
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.41)
533
675
 
534
- Wed, 02 Jun 2021 07:37:15 GMT
676
+ Wed, 02 Jun 2021 07:37:15 GMT
535
677
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.40..@fluentui/react-image_v9.0.0-alpha.41)
536
678
 
537
679
  ### Changes
@@ -540,7 +682,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
540
682
 
541
683
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.40)
542
684
 
543
- Wed, 26 May 2021 07:35:43 GMT
685
+ Wed, 26 May 2021 07:35:43 GMT
544
686
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.39..@fluentui/react-image_v9.0.0-alpha.40)
545
687
 
546
688
  ### Changes
@@ -549,7 +691,7 @@ Wed, 26 May 2021 07:35:43 GMT
549
691
 
550
692
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.39)
551
693
 
552
- Fri, 21 May 2021 07:34:54 GMT
694
+ Fri, 21 May 2021 07:34:54 GMT
553
695
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.38..@fluentui/react-image_v9.0.0-alpha.39)
554
696
 
555
697
  ### Changes
@@ -558,7 +700,7 @@ Fri, 21 May 2021 07:34:54 GMT
558
700
 
559
701
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.38)
560
702
 
561
- Thu, 20 May 2021 07:41:54 GMT
703
+ Thu, 20 May 2021 07:41:54 GMT
562
704
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.37..@fluentui/react-image_v9.0.0-alpha.38)
563
705
 
564
706
  ### Patches
@@ -573,7 +715,7 @@ Thu, 20 May 2021 07:41:54 GMT
573
715
 
574
716
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.37)
575
717
 
576
- Wed, 19 May 2021 07:34:20 GMT
718
+ Wed, 19 May 2021 07:34:20 GMT
577
719
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.36..@fluentui/react-image_v9.0.0-alpha.37)
578
720
 
579
721
  ### Patches
@@ -586,7 +728,7 @@ Wed, 19 May 2021 07:34:20 GMT
586
728
 
587
729
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.36)
588
730
 
589
- Tue, 18 May 2021 07:34:38 GMT
731
+ Tue, 18 May 2021 07:34:38 GMT
590
732
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.35..@fluentui/react-image_v9.0.0-alpha.36)
591
733
 
592
734
  ### Changes
@@ -595,7 +737,7 @@ Tue, 18 May 2021 07:34:38 GMT
595
737
 
596
738
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.35)
597
739
 
598
- Thu, 13 May 2021 07:36:55 GMT
740
+ Thu, 13 May 2021 07:36:55 GMT
599
741
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.34..@fluentui/react-image_v9.0.0-alpha.35)
600
742
 
601
743
  ### Changes
@@ -604,7 +746,7 @@ Thu, 13 May 2021 07:36:55 GMT
604
746
 
605
747
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.34)
606
748
 
607
- Wed, 12 May 2021 07:36:20 GMT
749
+ Wed, 12 May 2021 07:36:20 GMT
608
750
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.33..@fluentui/react-image_v9.0.0-alpha.34)
609
751
 
610
752
  ### Changes
@@ -613,7 +755,7 @@ Wed, 12 May 2021 07:36:20 GMT
613
755
 
614
756
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.33)
615
757
 
616
- Mon, 10 May 2021 07:36:07 GMT
758
+ Mon, 10 May 2021 07:36:07 GMT
617
759
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.32..@fluentui/react-image_v9.0.0-alpha.33)
618
760
 
619
761
  ### Changes
@@ -622,7 +764,7 @@ Mon, 10 May 2021 07:36:07 GMT
622
764
 
623
765
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.32)
624
766
 
625
- Wed, 05 May 2021 07:36:50 GMT
767
+ Wed, 05 May 2021 07:36:50 GMT
626
768
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.31..@fluentui/react-image_v9.0.0-alpha.32)
627
769
 
628
770
  ### Changes
@@ -631,7 +773,7 @@ Wed, 05 May 2021 07:36:50 GMT
631
773
 
632
774
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.31)
633
775
 
634
- Mon, 03 May 2021 07:45:19 GMT
776
+ Mon, 03 May 2021 07:45:19 GMT
635
777
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.30..@fluentui/react-image_v9.0.0-alpha.31)
636
778
 
637
779
  ### Changes
@@ -640,7 +782,7 @@ Mon, 03 May 2021 07:45:19 GMT
640
782
 
641
783
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.30)
642
784
 
643
- Fri, 30 Apr 2021 07:42:23 GMT
785
+ Fri, 30 Apr 2021 07:42:23 GMT
644
786
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.29..@fluentui/react-image_v9.0.0-alpha.30)
645
787
 
646
788
  ### Patches
@@ -655,7 +797,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
655
797
 
656
798
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.29)
657
799
 
658
- Tue, 27 Apr 2021 07:34:03 GMT
800
+ Tue, 27 Apr 2021 07:34:03 GMT
659
801
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.28..@fluentui/react-image_v9.0.0-alpha.29)
660
802
 
661
803
  ### Changes
@@ -664,7 +806,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
664
806
 
665
807
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.28)
666
808
 
667
- Mon, 26 Apr 2021 07:34:31 GMT
809
+ Mon, 26 Apr 2021 07:34:31 GMT
668
810
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.27..@fluentui/react-image_v9.0.0-alpha.28)
669
811
 
670
812
  ### Changes
@@ -673,7 +815,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
673
815
 
674
816
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.27)
675
817
 
676
- Fri, 23 Apr 2021 07:37:10 GMT
818
+ Fri, 23 Apr 2021 07:37:10 GMT
677
819
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.26..@fluentui/react-image_v9.0.0-alpha.27)
678
820
 
679
821
  ### Patches
@@ -688,7 +830,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
688
830
 
689
831
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.26)
690
832
 
691
- Thu, 22 Apr 2021 07:33:28 GMT
833
+ Thu, 22 Apr 2021 07:33:28 GMT
692
834
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.25..@fluentui/react-image_v9.0.0-alpha.26)
693
835
 
694
836
  ### Changes
@@ -697,7 +839,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
697
839
 
698
840
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.25)
699
841
 
700
- Wed, 21 Apr 2021 07:31:50 GMT
842
+ Wed, 21 Apr 2021 07:31:50 GMT
701
843
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.24..@fluentui/react-image_v9.0.0-alpha.25)
702
844
 
703
845
  ### Changes
@@ -706,7 +848,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
706
848
 
707
849
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.24)
708
850
 
709
- Tue, 20 Apr 2021 07:31:35 GMT
851
+ Tue, 20 Apr 2021 07:31:35 GMT
710
852
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.23..@fluentui/react-image_v9.0.0-alpha.24)
711
853
 
712
854
  ### Changes
@@ -715,7 +857,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
715
857
 
716
858
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.23)
717
859
 
718
- Fri, 16 Apr 2021 18:08:21 GMT
860
+ Fri, 16 Apr 2021 18:08:21 GMT
719
861
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.22..@fluentui/react-image_v9.0.0-alpha.23)
720
862
 
721
863
  ### Changes
@@ -724,7 +866,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
724
866
 
725
867
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.22)
726
868
 
727
- Wed, 14 Apr 2021 07:34:12 GMT
869
+ Wed, 14 Apr 2021 07:34:12 GMT
728
870
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.21..@fluentui/react-image_v9.0.0-alpha.22)
729
871
 
730
872
  ### Changes
@@ -733,7 +875,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
733
875
 
734
876
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.21)
735
877
 
736
- Fri, 09 Apr 2021 07:31:06 GMT
878
+ Fri, 09 Apr 2021 07:31:06 GMT
737
879
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.20..@fluentui/react-image_v9.0.0-alpha.21)
738
880
 
739
881
  ### Changes
@@ -742,7 +884,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
742
884
 
743
885
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.20)
744
886
 
745
- Thu, 08 Apr 2021 07:33:06 GMT
887
+ Thu, 08 Apr 2021 07:33:06 GMT
746
888
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.19..@fluentui/react-image_v9.0.0-alpha.20)
747
889
 
748
890
  ### Changes
@@ -751,7 +893,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
751
893
 
752
894
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.19)
753
895
 
754
- Thu, 01 Apr 2021 20:13:37 GMT
896
+ Thu, 01 Apr 2021 20:13:37 GMT
755
897
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.18..@fluentui/react-image_v9.0.0-alpha.19)
756
898
 
757
899
  ### Changes
@@ -760,7 +902,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
760
902
 
761
903
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.18)
762
904
 
763
- Wed, 31 Mar 2021 00:53:43 GMT
905
+ Wed, 31 Mar 2021 00:53:43 GMT
764
906
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.17..@fluentui/react-image_v9.0.0-alpha.18)
765
907
 
766
908
  ### Patches
@@ -775,7 +917,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
775
917
 
776
918
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.17)
777
919
 
778
- Tue, 30 Mar 2021 07:34:45 GMT
920
+ Tue, 30 Mar 2021 07:34:45 GMT
779
921
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.16..@fluentui/react-image_v9.0.0-alpha.17)
780
922
 
781
923
  ### Changes
@@ -784,7 +926,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
784
926
 
785
927
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.16)
786
928
 
787
- Fri, 26 Mar 2021 07:32:34 GMT
929
+ Fri, 26 Mar 2021 07:32:34 GMT
788
930
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.15..@fluentui/react-image_v9.0.0-alpha.16)
789
931
 
790
932
  ### Changes
@@ -793,7 +935,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
793
935
 
794
936
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.15)
795
937
 
796
- Thu, 25 Mar 2021 07:33:24 GMT
938
+ Thu, 25 Mar 2021 07:33:24 GMT
797
939
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.14..@fluentui/react-image_v9.0.0-alpha.15)
798
940
 
799
941
  ### Changes
@@ -802,7 +944,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
802
944
 
803
945
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.14)
804
946
 
805
- Tue, 23 Mar 2021 07:31:43 GMT
947
+ Tue, 23 Mar 2021 07:31:43 GMT
806
948
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.13..@fluentui/react-image_v9.0.0-alpha.14)
807
949
 
808
950
  ### Changes
@@ -811,7 +953,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
811
953
 
812
954
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.13)
813
955
 
814
- Fri, 19 Mar 2021 07:32:43 GMT
956
+ Fri, 19 Mar 2021 07:32:43 GMT
815
957
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.12..@fluentui/react-image_v9.0.0-alpha.13)
816
958
 
817
959
  ### Changes
@@ -820,7 +962,7 @@ Fri, 19 Mar 2021 07:32:43 GMT
820
962
 
821
963
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.12)
822
964
 
823
- Thu, 18 Mar 2021 20:15:34 GMT
965
+ Thu, 18 Mar 2021 20:15:34 GMT
824
966
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.11..@fluentui/react-image_v9.0.0-alpha.12)
825
967
 
826
968
  ### Changes
@@ -829,7 +971,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
829
971
 
830
972
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.11)
831
973
 
832
- Tue, 16 Mar 2021 07:32:44 GMT
974
+ Tue, 16 Mar 2021 07:32:44 GMT
833
975
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.10..@fluentui/react-image_v9.0.0-alpha.11)
834
976
 
835
977
  ### Patches
@@ -838,7 +980,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
838
980
 
839
981
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.10)
840
982
 
841
- Mon, 15 Mar 2021 07:36:20 GMT
983
+ Mon, 15 Mar 2021 07:36:20 GMT
842
984
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.9..@fluentui/react-image_v9.0.0-alpha.10)
843
985
 
844
986
  ### Changes
@@ -847,7 +989,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
847
989
 
848
990
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.9)
849
991
 
850
- Fri, 12 Mar 2021 20:04:27 GMT
992
+ Fri, 12 Mar 2021 20:04:27 GMT
851
993
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.8..@fluentui/react-image_v9.0.0-alpha.9)
852
994
 
853
995
  ### Patches
@@ -860,7 +1002,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
860
1002
 
861
1003
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.8)
862
1004
 
863
- Wed, 10 Mar 2021 07:34:39 GMT
1005
+ Wed, 10 Mar 2021 07:34:39 GMT
864
1006
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.7..@fluentui/react-image_v9.0.0-alpha.8)
865
1007
 
866
1008
  ### Changes
@@ -869,7 +1011,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
869
1011
 
870
1012
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.7)
871
1013
 
872
- Fri, 05 Mar 2021 20:30:59 GMT
1014
+ Fri, 05 Mar 2021 20:30:59 GMT
873
1015
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.6..@fluentui/react-image_v9.0.0-alpha.7)
874
1016
 
875
1017
  ### Changes
@@ -878,7 +1020,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
878
1020
 
879
1021
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.6)
880
1022
 
881
- Wed, 03 Mar 2021 00:10:09 GMT
1023
+ Wed, 03 Mar 2021 00:10:09 GMT
882
1024
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.5..@fluentui/react-image_v9.0.0-alpha.6)
883
1025
 
884
1026
  ### Changes
@@ -887,7 +1029,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
887
1029
 
888
1030
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.5)
889
1031
 
890
- Tue, 02 Mar 2021 07:24:27 GMT
1032
+ Tue, 02 Mar 2021 07:24:27 GMT
891
1033
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.4..@fluentui/react-image_v9.0.0-alpha.5)
892
1034
 
893
1035
  ### Changes
@@ -896,7 +1038,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
896
1038
 
897
1039
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.4)
898
1040
 
899
- Fri, 26 Feb 2021 01:16:27 GMT
1041
+ Fri, 26 Feb 2021 01:16:27 GMT
900
1042
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.3..@fluentui/react-image_v9.0.0-alpha.4)
901
1043
 
902
1044
  ### Patches
@@ -912,7 +1054,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
912
1054
 
913
1055
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.3)
914
1056
 
915
- Thu, 25 Feb 2021 20:16:39 GMT
1057
+ Thu, 25 Feb 2021 20:16:39 GMT
916
1058
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.2..@fluentui/react-image_v9.0.0-alpha.3)
917
1059
 
918
1060
  ### Changes
@@ -921,7 +1063,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
921
1063
 
922
1064
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.2)
923
1065
 
924
- Thu, 25 Feb 2021 01:15:27 GMT
1066
+ Thu, 25 Feb 2021 01:15:27 GMT
925
1067
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.1..@fluentui/react-image_v9.0.0-alpha.2)
926
1068
 
927
1069
  ### Patches
@@ -930,7 +1072,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
930
1072
 
931
1073
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.1)
932
1074
 
933
- Wed, 24 Feb 2021 00:05:29 GMT
1075
+ Wed, 24 Feb 2021 00:05:29 GMT
934
1076
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.8.0..@fluentui/react-image_v9.0.0-alpha.1)
935
1077
 
936
1078
  ### Changes
@@ -939,7 +1081,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
939
1081
 
940
1082
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.8.0)
941
1083
 
942
- Mon, 22 Feb 2021 12:26:22 GMT
1084
+ Mon, 22 Feb 2021 12:26:22 GMT
943
1085
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.7.2..@fluentui/react-image_v0.8.0)
944
1086
 
945
1087
  ### Minor changes
@@ -952,7 +1094,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
952
1094
 
953
1095
  ## [0.7.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.7.2)
954
1096
 
955
- Thu, 18 Feb 2021 19:38:50 GMT
1097
+ Thu, 18 Feb 2021 19:38:50 GMT
956
1098
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.7.1..@fluentui/react-image_v0.7.2)
957
1099
 
958
1100
  ### Patches
@@ -966,7 +1108,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
966
1108
 
967
1109
  ## [0.7.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.7.1)
968
1110
 
969
- Thu, 18 Feb 2021 12:27:34 GMT
1111
+ Thu, 18 Feb 2021 12:27:34 GMT
970
1112
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.7.0..@fluentui/react-image_v0.7.1)
971
1113
 
972
1114
  ### Patches
@@ -984,7 +1126,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
984
1126
 
985
1127
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.7.0)
986
1128
 
987
- Wed, 17 Feb 2021 12:21:39 GMT
1129
+ Wed, 17 Feb 2021 12:21:39 GMT
988
1130
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.23..@fluentui/react-image_v0.7.0)
989
1131
 
990
1132
  ### Minor changes
@@ -993,7 +1135,7 @@ Wed, 17 Feb 2021 12:21:39 GMT
993
1135
 
994
1136
  ## [0.6.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.23)
995
1137
 
996
- Mon, 15 Feb 2021 12:22:00 GMT
1138
+ Mon, 15 Feb 2021 12:22:00 GMT
997
1139
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.22..@fluentui/react-image_v0.6.23)
998
1140
 
999
1141
  ### Patches
@@ -1008,7 +1150,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1008
1150
 
1009
1151
  ## [0.6.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.22)
1010
1152
 
1011
- Fri, 12 Feb 2021 12:26:20 GMT
1153
+ Fri, 12 Feb 2021 12:26:20 GMT
1012
1154
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.21..@fluentui/react-image_v0.6.22)
1013
1155
 
1014
1156
  ### Patches
@@ -1021,7 +1163,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1021
1163
 
1022
1164
  ## [0.6.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.21)
1023
1165
 
1024
- Thu, 11 Feb 2021 00:58:10 GMT
1166
+ Thu, 11 Feb 2021 00:58:10 GMT
1025
1167
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.21..@fluentui/react-image_v0.6.21)
1026
1168
 
1027
1169
  ### Changes
@@ -1033,7 +1175,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1033
1175
 
1034
1176
  ## [0.6.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.21)
1035
1177
 
1036
- Tue, 09 Feb 2021 00:56:52 GMT
1178
+ Tue, 09 Feb 2021 00:56:52 GMT
1037
1179
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.20..@fluentui/react-image_v0.6.21)
1038
1180
 
1039
1181
  ### Patches
@@ -1046,7 +1188,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1046
1188
 
1047
1189
  ## [0.6.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.20)
1048
1190
 
1049
- Mon, 08 Feb 2021 12:23:08 GMT
1191
+ Mon, 08 Feb 2021 12:23:08 GMT
1050
1192
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.20..@fluentui/react-image_v0.6.20)
1051
1193
 
1052
1194
  ### Changes
@@ -1055,7 +1197,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1055
1197
 
1056
1198
  ## [0.6.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.20)
1057
1199
 
1058
- Tue, 02 Feb 2021 12:21:54 GMT
1200
+ Tue, 02 Feb 2021 12:21:54 GMT
1059
1201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.19..@fluentui/react-image_v0.6.20)
1060
1202
 
1061
1203
  ### Patches
@@ -1064,7 +1206,7 @@ Tue, 02 Feb 2021 12:21:54 GMT
1064
1206
 
1065
1207
  ## [0.6.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.19)
1066
1208
 
1067
- Mon, 01 Feb 2021 12:23:48 GMT
1209
+ Mon, 01 Feb 2021 12:23:48 GMT
1068
1210
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.19-15..@fluentui/react-image_v0.6.19)
1069
1211
 
1070
1212
  ### Patches
@@ -1074,7 +1216,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
1074
1216
 
1075
1217
  ## [0.6.19-15](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.19-15)
1076
1218
 
1077
- Thu, 28 Jan 2021 12:25:56 GMT
1219
+ Thu, 28 Jan 2021 12:25:56 GMT
1078
1220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.19-14..@fluentui/react-image_v0.6.19-15)
1079
1221
 
1080
1222
  ### Changes
@@ -1083,16 +1225,16 @@ Thu, 28 Jan 2021 12:25:56 GMT
1083
1225
 
1084
1226
  ## [0.6.19-14](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.19-14)
1085
1227
 
1086
- Thu, 21 Jan 2021 12:36:12 GMT
1228
+ Thu, 21 Jan 2021 12:36:12 GMT
1087
1229
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.18..@fluentui/react-image_v0.6.19-14)
1088
1230
 
1089
1231
  ### Changes
1090
1232
 
1091
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1233
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1092
1234
 
1093
1235
  ## [0.6.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.18)
1094
1236
 
1095
- Fri, 23 Oct 2020 23:25:40 GMT
1237
+ Fri, 23 Oct 2020 23:25:40 GMT
1096
1238
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.17..@fluentui/react-image_v0.6.18)
1097
1239
 
1098
1240
  ### Patches
@@ -1101,7 +1243,7 @@ Fri, 23 Oct 2020 23:25:40 GMT
1101
1243
 
1102
1244
  ## [0.6.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.17)
1103
1245
 
1104
- Fri, 23 Oct 2020 03:26:15 GMT
1246
+ Fri, 23 Oct 2020 03:26:15 GMT
1105
1247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.9..@fluentui/react-image_v0.6.17)
1106
1248
 
1107
1249
  ### Patches
@@ -1111,7 +1253,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
1111
1253
 
1112
1254
  ## [0.6.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.9)
1113
1255
 
1114
- Fri, 25 Sep 2020 12:25:17 GMT
1256
+ Fri, 25 Sep 2020 12:25:17 GMT
1115
1257
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.6.1..@fluentui/react-image_v0.6.9)
1116
1258
 
1117
1259
  ### Patches
@@ -1120,7 +1262,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
1120
1262
 
1121
1263
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.6.0)
1122
1264
 
1123
- Tue, 15 Sep 2020 12:26:06 GMT
1265
+ Tue, 15 Sep 2020 12:26:06 GMT
1124
1266
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.4.2..@fluentui/react-image_v0.6.0)
1125
1267
 
1126
1268
  ### Minor changes
@@ -1129,7 +1271,7 @@ Tue, 15 Sep 2020 12:26:06 GMT
1129
1271
 
1130
1272
  ## [0.4.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.4.2)
1131
1273
 
1132
- Tue, 25 Aug 2020 12:36:19 GMT
1274
+ Tue, 25 Aug 2020 12:36:19 GMT
1133
1275
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.3.0..@fluentui/react-image_v0.4.2)
1134
1276
 
1135
1277
  ### Patches
@@ -1138,7 +1280,7 @@ Tue, 25 Aug 2020 12:36:19 GMT
1138
1280
 
1139
1281
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v0.3.0)
1140
1282
 
1141
- Tue, 18 Aug 2020 07:58:00 GMT
1283
+ Tue, 18 Aug 2020 07:58:00 GMT
1142
1284
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v0.1.1..@fluentui/react-image_v0.3.0)
1143
1285
 
1144
1286
  ### Minor changes