@fluentui/react-image 9.0.0-alpha.9 → 9.0.0-alpha.90

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 (80) hide show
  1. package/CHANGELOG.json +2081 -1
  2. package/CHANGELOG.md +814 -2
  3. package/README.md +42 -4
  4. package/Spec.md +173 -0
  5. package/dist/react-image.d.ts +28 -24
  6. package/lib/Image.js.map +1 -1
  7. package/lib/common/isConformant.d.ts +4 -0
  8. package/lib/common/isConformant.js +13 -0
  9. package/lib/common/isConformant.js.map +1 -0
  10. package/lib/components/Image/Image.d.ts +6 -3
  11. package/lib/components/Image/Image.js +8 -4
  12. package/lib/components/Image/Image.js.map +1 -1
  13. package/lib/components/Image/Image.types.d.ts +14 -20
  14. package/lib/components/Image/Image.types.js +1 -0
  15. package/lib/components/Image/Image.types.js.map +1 -1
  16. package/lib/components/Image/index.js +1 -0
  17. package/lib/components/Image/index.js.map +1 -1
  18. package/lib/components/Image/renderImage.js +7 -2
  19. package/lib/components/Image/renderImage.js.map +1 -1
  20. package/lib/components/Image/useImage.d.ts +3 -2
  21. package/lib/components/Image/useImage.js +25 -26
  22. package/lib/components/Image/useImage.js.map +1 -1
  23. package/lib/components/Image/useImageStyles.d.ts +1 -2
  24. package/lib/components/Image/useImageStyles.js +64 -76
  25. package/lib/components/Image/useImageStyles.js.map +1 -1
  26. package/lib/index.js.map +1 -1
  27. package/lib/tsdoc-metadata.json +1 -1
  28. package/lib-commonjs/Image.js +7 -2
  29. package/lib-commonjs/Image.js.map +1 -1
  30. package/lib-commonjs/common/isConformant.d.ts +4 -0
  31. package/lib-commonjs/common/isConformant.js +24 -0
  32. package/lib-commonjs/common/isConformant.js.map +1 -0
  33. package/lib-commonjs/components/Image/Image.d.ts +6 -3
  34. package/lib-commonjs/components/Image/Image.js +22 -9
  35. package/lib-commonjs/components/Image/Image.js.map +1 -1
  36. package/lib-commonjs/components/Image/Image.types.d.ts +14 -20
  37. package/lib-commonjs/components/Image/Image.types.js +4 -1
  38. package/lib-commonjs/components/Image/Image.types.js.map +1 -1
  39. package/lib-commonjs/components/Image/index.js +12 -2
  40. package/lib-commonjs/components/Image/index.js.map +1 -1
  41. package/lib-commonjs/components/Image/renderImage.js +23 -7
  42. package/lib-commonjs/components/Image/renderImage.js.map +1 -1
  43. package/lib-commonjs/components/Image/useImage.d.ts +3 -2
  44. package/lib-commonjs/components/Image/useImage.js +35 -27
  45. package/lib-commonjs/components/Image/useImage.js.map +1 -1
  46. package/lib-commonjs/components/Image/useImageStyles.d.ts +1 -2
  47. package/lib-commonjs/components/Image/useImageStyles.js +73 -78
  48. package/lib-commonjs/components/Image/useImageStyles.js.map +1 -1
  49. package/lib-commonjs/index.js +7 -2
  50. package/lib-commonjs/index.js.map +1 -1
  51. package/package.json +16 -17
  52. package/config/api-extractor.json +0 -3
  53. package/config/tests.js +0 -6
  54. package/etc/react-image.api.md +0 -45
  55. package/just.config.ts +0 -3
  56. package/lib-amd/Image.d.ts +0 -1
  57. package/lib-amd/Image.js +0 -6
  58. package/lib-amd/Image.js.map +0 -1
  59. package/lib-amd/components/Image/Image.d.ts +0 -3
  60. package/lib-amd/components/Image/Image.js +0 -11
  61. package/lib-amd/components/Image/Image.js.map +0 -1
  62. package/lib-amd/components/Image/Image.types.d.ts +0 -35
  63. package/lib-amd/components/Image/Image.types.js +0 -5
  64. package/lib-amd/components/Image/Image.types.js.map +0 -1
  65. package/lib-amd/components/Image/index.d.ts +0 -5
  66. package/lib-amd/components/Image/index.js +0 -9
  67. package/lib-amd/components/Image/index.js.map +0 -1
  68. package/lib-amd/components/Image/renderImage.d.ts +0 -6
  69. package/lib-amd/components/Image/renderImage.js +0 -13
  70. package/lib-amd/components/Image/renderImage.js.map +0 -1
  71. package/lib-amd/components/Image/useImage.d.ts +0 -6
  72. package/lib-amd/components/Image/useImage.js +0 -30
  73. package/lib-amd/components/Image/useImage.js.map +0 -1
  74. package/lib-amd/components/Image/useImageStyles.d.ts +0 -3
  75. package/lib-amd/components/Image/useImageStyles.js +0 -82
  76. package/lib-amd/components/Image/useImageStyles.js.map +0 -1
  77. package/lib-amd/index.d.ts +0 -1
  78. package/lib-amd/index.js +0 -6
  79. package/lib-amd/index.js.map +0 -1
  80. package/src/components/Image/Image.types.ts +0 -43
package/CHANGELOG.md CHANGED
@@ -1,12 +1,824 @@
1
1
  # Change Log - @fluentui/react-image
2
2
 
3
- This log was last generated on Fri, 12 Mar 2021 20:00:36 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 05 Oct 2021 12:47:00 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.90)
8
+
9
+ Tue, 05 Oct 2021 12:47:00 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.89..@fluentui/react-image_v9.0.0-alpha.90)
11
+
12
+ ### Changes
13
+
14
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.78 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
15
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.60 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
16
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
17
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22 ([PR #20108](https://github.com/microsoft/fluentui/pull/20108) by beachball)
18
+
19
+ ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.89)
20
+
21
+ Tue, 05 Oct 2021 09:28:07 GMT
22
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.88..@fluentui/react-image_v9.0.0-alpha.89)
23
+
24
+ ### Changes
25
+
26
+ - Adds ForwardRefComponent to react-image components declaration ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by bsunderhus@microsoft.com)
27
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.77 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
28
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.56 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
29
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.59 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
30
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
31
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21 ([PR #20081](https://github.com/microsoft/fluentui/pull/20081) by beachball)
32
+
33
+ ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.88)
34
+
35
+ Fri, 01 Oct 2021 14:13:08 GMT
36
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.86..@fluentui/react-image_v9.0.0-alpha.88)
37
+
38
+ ### Changes
39
+
40
+ - Bump v9 prerelease versions to rerelease ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by lingfangao@hotmail.com)
41
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.76 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
42
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.55 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
43
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.58 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
44
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
45
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20 ([PR #20069](https://github.com/microsoft/fluentui/pull/20069) by beachball)
46
+
47
+ ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.86)
48
+
49
+ Wed, 29 Sep 2021 08:06:11 GMT
50
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.85..@fluentui/react-image_v9.0.0-alpha.86)
51
+
52
+ ### Changes
53
+
54
+ - Updated ImageProps for consistency ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by gcox@microsoft.com)
55
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.74 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
56
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.56 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
57
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
58
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18 ([PR #19660](https://github.com/microsoft/fluentui/pull/19660) by beachball)
59
+
60
+ ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.85)
61
+
62
+ Mon, 27 Sep 2021 08:06:00 GMT
63
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.84..@fluentui/react-image_v9.0.0-alpha.85)
64
+
65
+ ### Changes
66
+
67
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.73 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
68
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.53 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
69
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.55 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
70
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
71
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17 ([PR #19981](https://github.com/microsoft/fluentui/pull/19981) by beachball)
72
+
73
+ ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.84)
74
+
75
+ Fri, 24 Sep 2021 09:17:17 GMT
76
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.83..@fluentui/react-image_v9.0.0-alpha.84)
77
+
78
+ ### Changes
79
+
80
+ - Added shadow prop ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by tkrasniqi@microsoft.com)
81
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.72 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
82
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.52 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
83
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.54 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
84
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
85
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16 ([PR #19950](https://github.com/microsoft/fluentui/pull/19950) by beachball)
86
+
87
+ ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.83)
88
+
89
+ Thu, 23 Sep 2021 08:21:34 GMT
90
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.82..@fluentui/react-image_v9.0.0-alpha.83)
91
+
92
+ ### Changes
93
+
94
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.71 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
95
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.51 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
96
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.53 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
97
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
98
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15 ([commit](https://github.com/microsoft/fluentui/commit/95682da34c48813f7658032ae490d21d2f363b90) by beachball)
99
+
100
+ ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.82)
101
+
102
+ Wed, 22 Sep 2021 10:10:07 GMT
103
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.81..@fluentui/react-image_v9.0.0-alpha.82)
104
+
105
+ ### Changes
106
+
107
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.70 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
108
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.50 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
109
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.52 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
110
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
111
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14 ([commit](https://github.com/microsoft/fluentui/commit/bc3f1ec72fc7784a558b0dd6598ee0662f4649c1) by beachball)
112
+
113
+ ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.81)
114
+
115
+ Tue, 21 Sep 2021 07:42:34 GMT
116
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.80..@fluentui/react-image_v9.0.0-alpha.81)
117
+
118
+ ### Changes
119
+
120
+ - Updating to types over interfaces ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by gcox@microsoft.com)
121
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.69 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
122
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.51 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
123
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
124
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13 ([PR #19865](https://github.com/microsoft/fluentui/pull/19865) by beachball)
125
+
126
+ ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.80)
127
+
128
+ Mon, 20 Sep 2021 07:36:26 GMT
129
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.79..@fluentui/react-image_v9.0.0-alpha.80)
130
+
131
+ ### Changes
132
+
133
+ - Removed conditional adding of aria-hidden ([PR #19844](https://github.com/microsoft/fluentui/pull/19844) by tkrasniqi@microsoft.com)
134
+ - Bump @fluentui/react-image to v9.0.0-alpha.80 ([PR #19844](https://github.com/microsoft/fluentui/pull/19844) by lingfangao@hotmail.com)
135
+
136
+ ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.79)
137
+
138
+ Fri, 17 Sep 2021 07:35:26 GMT
139
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.78..@fluentui/react-image_v9.0.0-alpha.79)
140
+
141
+ ### Changes
142
+
143
+ - Bump @fluentui/react-image to v9.0.0-alpha.79 ([PR #19840](https://github.com/microsoft/fluentui/pull/19840) by Humberto.Morimoto@microsoft.com)
144
+
145
+ ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.78)
146
+
147
+ Thu, 16 Sep 2021 07:38:39 GMT
148
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.77..@fluentui/react-image_v9.0.0-alpha.78)
149
+
150
+ ### Changes
151
+
152
+ - Fix typings in React.forwardRef ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
153
+ - Bump @fluentui/react-image to v9.0.0-alpha.78 ([PR #19815](https://github.com/microsoft/fluentui/pull/19815) by behowell@microsoft.com)
154
+
155
+ ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.77)
156
+
157
+ Tue, 14 Sep 2021 20:09:02 GMT
158
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.76..@fluentui/react-image_v9.0.0-alpha.77)
159
+
160
+ ### Changes
161
+
162
+ - Migrate to simplified slots ([PR #19155](https://github.com/microsoft/fluentui/pull/19155) by tkrasniqi@microsoft.com)
163
+ - Bump @fluentui/react-image to v9.0.0-alpha.77 ([PR #19155](https://github.com/microsoft/fluentui/pull/19155) by bsunderhus@microsoft.com)
164
+
165
+ ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.76)
166
+
167
+ Fri, 10 Sep 2021 16:31:53 GMT
168
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.75..@fluentui/react-image_v9.0.0-alpha.76)
169
+
170
+ ### Changes
171
+
172
+ - chore(v9): Move all internal v9 dependencies from caret to fixed version ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
173
+ - Bump @fluentui/react-image to v9.0.0-alpha.76 ([PR #19748](https://github.com/microsoft/fluentui/pull/19748) by lingfangao@hotmail.com)
174
+
175
+ ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.75)
176
+
177
+ Fri, 10 Sep 2021 07:39:51 GMT
178
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.74..@fluentui/react-image_v9.0.0-alpha.75)
179
+
180
+ ### Changes
181
+
182
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.45 ([PR #19642](https://github.com/microsoft/fluentui/pull/19642) by behowell@microsoft.com)
183
+
184
+ ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.74)
185
+
186
+ Mon, 06 Sep 2021 07:34:53 GMT
187
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.73..@fluentui/react-image_v9.0.0-alpha.74)
188
+
189
+ ### Changes
190
+
191
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.44 ([PR #19640](https://github.com/microsoft/fluentui/pull/19640) by lingfangao@hotmail.com)
192
+
193
+ ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.73)
194
+
195
+ Thu, 02 Sep 2021 07:36:46 GMT
196
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.72..@fluentui/react-image_v9.0.0-alpha.73)
197
+
198
+ ### Patches
199
+
200
+ - Bump @fluentui/react-conformance to v0.4.5 ([PR #19590](https://github.com/microsoft/fluentui/pull/19590) by olfedias@microsoft.com)
201
+
202
+ ### Changes
203
+
204
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.43 ([PR #19065](https://github.com/microsoft/fluentui/pull/19065) by olfedias@microsoft.com)
205
+
206
+ ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.72)
207
+
208
+ Wed, 01 Sep 2021 07:39:56 GMT
209
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.71..@fluentui/react-image_v9.0.0-alpha.72)
210
+
211
+ ### Changes
212
+
213
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.43 ([PR #19483](https://github.com/microsoft/fluentui/pull/19483) by bsunderhus@microsoft.com)
214
+
215
+ ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.71)
216
+
217
+ Tue, 31 Aug 2021 07:37:47 GMT
218
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.70..@fluentui/react-image_v9.0.0-alpha.71)
219
+
220
+ ### Changes
221
+
222
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.42 ([PR #19556](https://github.com/microsoft/fluentui/pull/19556) by lingfan.gao@microsoft.com)
223
+
224
+ ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.70)
225
+
226
+ Fri, 27 Aug 2021 07:33:32 GMT
227
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.69..@fluentui/react-image_v9.0.0-alpha.70)
228
+
229
+ ### Changes
230
+
231
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.40 ([PR #19462](https://github.com/microsoft/fluentui/pull/19462) by olfedias@microsoft.com)
232
+
233
+ ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.69)
234
+
235
+ Thu, 26 Aug 2021 07:35:43 GMT
236
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.68..@fluentui/react-image_v9.0.0-alpha.69)
237
+
238
+ ### Changes
239
+
240
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.39 ([PR #19486](https://github.com/microsoft/fluentui/pull/19486) by martinhochel@microsoft.com)
241
+
242
+ ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.68)
243
+
244
+ Tue, 24 Aug 2021 07:34:48 GMT
245
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.67..@fluentui/react-image_v9.0.0-alpha.68)
246
+
247
+ ### Changes
248
+
249
+ - Updating TypeScript type-only imports/exports to use import/export syntax. ([PR #19474](https://github.com/microsoft/fluentui/pull/19474) by dzearing@hotmail.com)
250
+
251
+ ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.67)
252
+
253
+ Fri, 20 Aug 2021 07:37:28 GMT
254
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.66..@fluentui/react-image_v9.0.0-alpha.67)
255
+
256
+ ### Changes
257
+
258
+ - Update .npmignore ([PR #19441](https://github.com/microsoft/fluentui/pull/19441) by elcraig@microsoft.com)
259
+
260
+ ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.66)
261
+
262
+ Thu, 19 Aug 2021 07:41:35 GMT
263
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.65..@fluentui/react-image_v9.0.0-alpha.66)
264
+
265
+ ### Changes
266
+
267
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.39 ([PR #19273](https://github.com/microsoft/fluentui/pull/19273) by bsunderhus@microsoft.com)
268
+
269
+ ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.65)
270
+
271
+ Fri, 13 Aug 2021 07:36:34 GMT
272
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.64..@fluentui/react-image_v9.0.0-alpha.65)
273
+
274
+ ### Changes
275
+
276
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32 ([PR #19341](https://github.com/microsoft/fluentui/pull/19341) by olfedias@microsoft.com)
277
+
278
+ ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.64)
279
+
280
+ Wed, 11 Aug 2021 07:34:54 GMT
281
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.63..@fluentui/react-image_v9.0.0-alpha.64)
282
+
283
+ ### Changes
284
+
285
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.35 ([PR #19256](https://github.com/microsoft/fluentui/pull/19256) by olfedias@microsoft.com)
286
+
287
+ ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.63)
288
+
289
+ Fri, 06 Aug 2021 07:35:14 GMT
290
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.62..@fluentui/react-image_v9.0.0-alpha.63)
291
+
292
+ ### Changes
293
+
294
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.34 ([PR #19281](https://github.com/microsoft/fluentui/pull/19281) by jspurlin@microsoft.com)
295
+
296
+ ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.62)
297
+
298
+ Tue, 03 Aug 2021 07:39:30 GMT
299
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.61..@fluentui/react-image_v9.0.0-alpha.62)
300
+
301
+ ### Patches
302
+
303
+ - Bump @fluentui/eslint-plugin to v1.3.3 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
304
+ - Bump @fluentui/react-conformance to v0.4.4 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
305
+ - Bump @fluentui/scripts to v1.0.0 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
306
+
307
+ ### Changes
308
+
309
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.33 ([PR #19169](https://github.com/microsoft/fluentui/pull/19169) by behowell@microsoft.com)
310
+
311
+ ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.61)
312
+
313
+ Mon, 02 Aug 2021 07:36:20 GMT
314
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.60..@fluentui/react-image_v9.0.0-alpha.61)
315
+
316
+ ### Changes
317
+
318
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.36 ([PR #19204](https://github.com/microsoft/fluentui/pull/19204) by lingfan.gao@microsoft.com)
319
+
320
+ ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.60)
321
+
322
+ Mon, 26 Jul 2021 07:37:30 GMT
323
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.59..@fluentui/react-image_v9.0.0-alpha.60)
324
+
325
+ ### Changes
326
+
327
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.31 ([PR #19060](https://github.com/microsoft/fluentui/pull/19060) by miroslav.stastny@microsoft.com)
328
+
329
+ ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.59)
330
+
331
+ Fri, 23 Jul 2021 07:38:19 GMT
332
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.58..@fluentui/react-image_v9.0.0-alpha.59)
333
+
334
+ ### Changes
335
+
336
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.30 ([PR #19041](https://github.com/microsoft/fluentui/pull/19041) by miroslav.stastny@microsoft.com)
337
+
338
+ ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.58)
339
+
340
+ Thu, 22 Jul 2021 07:36:55 GMT
341
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.57..@fluentui/react-image_v9.0.0-alpha.58)
342
+
343
+ ### Changes
344
+
345
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.29 ([PR #19038](https://github.com/microsoft/fluentui/pull/19038) by lingfan.gao@microsoft.com)
346
+
347
+ ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.57)
348
+
349
+ Tue, 20 Jul 2021 22:23:17 GMT
350
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.56..@fluentui/react-image_v9.0.0-alpha.57)
351
+
352
+ ### Changes
353
+
354
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.28 ([PR #18998](https://github.com/microsoft/fluentui/pull/18998) by olfedias@microsoft.com)
355
+
356
+ ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.56)
357
+
358
+ Fri, 16 Jul 2021 22:53:17 GMT
359
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.55..@fluentui/react-image_v9.0.0-alpha.56)
360
+
361
+ ### Changes
362
+
363
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.26 ([PR #18973](https://github.com/microsoft/fluentui/pull/18973) by olfedias@microsoft.com)
364
+
365
+ ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.55)
366
+
367
+ Thu, 15 Jul 2021 07:36:18 GMT
368
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.54..@fluentui/react-image_v9.0.0-alpha.55)
369
+
370
+ ### Changes
371
+
372
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.33 ([PR #18861](https://github.com/microsoft/fluentui/pull/18861) by bsunderhus@microsoft.com)
373
+
374
+ ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.54)
375
+
376
+ Tue, 13 Jul 2021 22:32:58 GMT
377
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.53..@fluentui/react-image_v9.0.0-alpha.54)
378
+
379
+ ### Patches
380
+
381
+ - Bump @fluentui/react-conformance to v0.4.3 ([PR #18925](https://github.com/microsoft/fluentui/pull/18925) by elcraig@microsoft.com)
382
+
383
+ ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.53)
384
+
385
+ Tue, 13 Jul 2021 07:35:36 GMT
386
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.52..@fluentui/react-image_v9.0.0-alpha.53)
387
+
388
+ ### Changes
389
+
390
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.24 ([PR #18560](https://github.com/microsoft/fluentui/pull/18560) by behowell@microsoft.com)
391
+
392
+ ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.52)
393
+
394
+ Fri, 09 Jul 2021 07:39:31 GMT
395
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.51..@fluentui/react-image_v9.0.0-alpha.52)
396
+
397
+ ### Patches
398
+
399
+ - Bump @fluentui/eslint-plugin to v1.3.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
400
+ - Bump @fluentui/react-conformance to v0.4.2 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
401
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
402
+
403
+ ### Changes
404
+
405
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.23 ([PR #18808](https://github.com/microsoft/fluentui/pull/18808) by martinhochel@microsoft.com)
406
+
407
+ ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.51)
408
+
409
+ Fri, 02 Jul 2021 23:15:55 GMT
410
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.50..@fluentui/react-image_v9.0.0-alpha.51)
411
+
412
+ ### Changes
413
+
414
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.22 ([PR #18816](https://github.com/microsoft/fluentui/pull/18816) by olfedias@microsoft.com)
415
+
416
+ ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.50)
417
+
418
+ Fri, 02 Jul 2021 07:37:06 GMT
419
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.49..@fluentui/react-image_v9.0.0-alpha.50)
420
+
421
+ ### Changes
422
+
423
+ - Rename typings and getSlots to have the Compat Suffix ([PR #18796](https://github.com/microsoft/fluentui/pull/18796) by bsunderhus@microsoft.com)
424
+
425
+ ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.49)
426
+
427
+ Thu, 01 Jul 2021 07:35:05 GMT
428
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.48..@fluentui/react-image_v9.0.0-alpha.49)
429
+
430
+ ### Changes
431
+
432
+ - Fixing bug in start script of converged packages. ([PR #18768](https://github.com/microsoft/fluentui/pull/18768) by Humberto.Morimoto@microsoft.com)
433
+
434
+ ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.48)
435
+
436
+ Wed, 30 Jun 2021 07:38:35 GMT
437
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.47..@fluentui/react-image_v9.0.0-alpha.48)
438
+
439
+ ### Changes
440
+
441
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.19 ([PR #18695](https://github.com/microsoft/fluentui/pull/18695) by tristan.watanabe@gmail.com)
442
+
443
+ ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.47)
444
+
445
+ Tue, 29 Jun 2021 07:33:32 GMT
446
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.46..@fluentui/react-image_v9.0.0-alpha.47)
447
+
448
+ ### Changes
449
+
450
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.18 ([PR #18169](https://github.com/microsoft/fluentui/pull/18169) by olfedias@microsoft.com)
451
+
452
+ ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.46)
453
+
454
+ Tue, 22 Jun 2021 07:35:11 GMT
455
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.45..@fluentui/react-image_v9.0.0-alpha.46)
456
+
457
+ ### Changes
458
+
459
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.17 ([PR #18397](https://github.com/microsoft/fluentui/pull/18397) by olfedias@microsoft.com)
460
+
461
+ ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.45)
462
+
463
+ Tue, 15 Jun 2021 07:40:20 GMT
464
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.44..@fluentui/react-image_v9.0.0-alpha.45)
465
+
466
+ ### Changes
467
+
468
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.29 ([PR #18521](https://github.com/microsoft/fluentui/pull/18521) by behowell@microsoft.com)
469
+
470
+ ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.44)
471
+
472
+ Mon, 07 Jun 2021 07:38:15 GMT
473
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.43..@fluentui/react-image_v9.0.0-alpha.44)
474
+
475
+ ### Patches
476
+
477
+ - Bump @fluentui/eslint-plugin to v1.3.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
478
+ - Bump @fluentui/react-conformance to v0.4.1 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
479
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
480
+
481
+ ### Changes
482
+
483
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.15 ([PR #18437](https://github.com/microsoft/fluentui/pull/18437) by martinhochel@microsoft.com)
484
+
485
+ ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.43)
486
+
487
+ Fri, 04 Jun 2021 07:37:23 GMT
488
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.42..@fluentui/react-image_v9.0.0-alpha.43)
489
+
490
+ ### Changes
491
+
492
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16 ([PR #18168](https://github.com/microsoft/fluentui/pull/18168) by Humberto.Morimoto@microsoft.com)
493
+
494
+ ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.42)
495
+
496
+ Thu, 03 Jun 2021 07:36:03 GMT
497
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.41..@fluentui/react-image_v9.0.0-alpha.42)
498
+
499
+ ### Changes
500
+
501
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.13 ([PR #18401](https://github.com/microsoft/fluentui/pull/18401) by martinhochel@microsoft.com)
502
+
503
+ ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.41)
504
+
505
+ Wed, 02 Jun 2021 07:37:15 GMT
506
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.40..@fluentui/react-image_v9.0.0-alpha.41)
507
+
508
+ ### Changes
509
+
510
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.12 ([PR #18404](https://github.com/microsoft/fluentui/pull/18404) by bsunderhus@microsoft.com)
511
+
512
+ ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.40)
513
+
514
+ Wed, 26 May 2021 07:35:43 GMT
515
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.39..@fluentui/react-image_v9.0.0-alpha.40)
516
+
517
+ ### Changes
518
+
519
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.25 ([PR #18323](https://github.com/microsoft/fluentui/pull/18323) by lingfan.gao@microsoft.com)
520
+
521
+ ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.39)
522
+
523
+ Fri, 21 May 2021 07:34:54 GMT
524
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.38..@fluentui/react-image_v9.0.0-alpha.39)
525
+
526
+ ### Changes
527
+
528
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.24 ([PR #18259](https://github.com/microsoft/fluentui/pull/18259) by behowell@microsoft.com)
529
+
530
+ ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.38)
531
+
532
+ Thu, 20 May 2021 07:41:54 GMT
533
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.37..@fluentui/react-image_v9.0.0-alpha.38)
534
+
535
+ ### Patches
536
+
537
+ - Bump @fluentui/eslint-plugin to v1.3.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
538
+ - Bump @fluentui/react-conformance to v0.4.0 ([PR #17577](https://github.com/microsoft/fluentui/pull/17577) by elcraig@microsoft.com)
539
+ - Bump @fluentui/scripts to v1.0.0 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
540
+
541
+ ### Changes
542
+
543
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.10 ([PR #18024](https://github.com/microsoft/fluentui/pull/18024) by elcraig@microsoft.com)
544
+
545
+ ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.37)
546
+
547
+ Wed, 19 May 2021 07:34:20 GMT
548
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.36..@fluentui/react-image_v9.0.0-alpha.37)
549
+
550
+ ### Patches
551
+
552
+ - Bump @fluentui/react-conformance to v0.3.1 ([PR #18194](https://github.com/microsoft/fluentui/pull/18194) by martinhochel@microsoft.com)
553
+
554
+ ### Changes
555
+
556
+ - chore: add more Babel plugins ([PR #18037](https://github.com/microsoft/fluentui/pull/18037) by olfedias@microsoft.com)
557
+
558
+ ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.36)
559
+
560
+ Tue, 18 May 2021 07:34:38 GMT
561
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.35..@fluentui/react-image_v9.0.0-alpha.36)
562
+
563
+ ### Changes
564
+
565
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.8 ([PR #18171](https://github.com/microsoft/fluentui/pull/18171) by olfedias@microsoft.com)
566
+
567
+ ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.35)
568
+
569
+ Thu, 13 May 2021 07:36:55 GMT
570
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.34..@fluentui/react-image_v9.0.0-alpha.35)
571
+
572
+ ### Changes
573
+
574
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.7 ([PR #18039](https://github.com/microsoft/fluentui/pull/18039) by olfedias@microsoft.com)
575
+
576
+ ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.34)
577
+
578
+ Wed, 12 May 2021 07:36:20 GMT
579
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.33..@fluentui/react-image_v9.0.0-alpha.34)
580
+
581
+ ### Changes
582
+
583
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.6 ([PR #18097](https://github.com/microsoft/fluentui/pull/18097) by olfedias@microsoft.com)
584
+
585
+ ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.33)
586
+
587
+ Mon, 10 May 2021 07:36:07 GMT
588
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.32..@fluentui/react-image_v9.0.0-alpha.33)
589
+
590
+ ### Changes
591
+
592
+ - Bump @fluentui/babel-make-styles to v9.0.0-alpha.5 ([PR #18095](https://github.com/microsoft/fluentui/pull/18095) by olfedias@microsoft.com)
593
+
594
+ ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.32)
595
+
596
+ Wed, 05 May 2021 07:36:50 GMT
597
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.31..@fluentui/react-image_v9.0.0-alpha.32)
598
+
599
+ ### Changes
600
+
601
+ - transform styles with Babel plugin ([PR #16534](https://github.com/microsoft/fluentui/pull/16534) by olfedias@microsoft.com)
602
+
603
+ ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.31)
604
+
605
+ Mon, 03 May 2021 07:45:19 GMT
606
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.30..@fluentui/react-image_v9.0.0-alpha.31)
607
+
608
+ ### Changes
609
+
610
+ - Bump @fluentui/react-utilities to v9.0.0-alpha.21 ([PR #18005](https://github.com/microsoft/fluentui/pull/18005) by lingfan.gao@microsoft.com)
611
+
612
+ ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.30)
613
+
614
+ Fri, 30 Apr 2021 07:42:23 GMT
615
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.29..@fluentui/react-image_v9.0.0-alpha.30)
616
+
617
+ ### Patches
618
+
619
+ - Bump @fluentui/eslint-plugin to v1.2.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
620
+ - Bump @fluentui/react-conformance to v0.3.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
621
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
622
+
623
+ ### Changes
624
+
625
+ - Upgrade to ts 4.0 ([PR #17932](https://github.com/microsoft/fluentui/pull/17932) by joschect@microsoft.com)
626
+
627
+ ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.29)
628
+
629
+ Tue, 27 Apr 2021 07:34:03 GMT
630
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.28..@fluentui/react-image_v9.0.0-alpha.29)
631
+
632
+ ### Changes
633
+
634
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.5 ([PR #17922](https://github.com/microsoft/fluentui/pull/17922) by bsunderhus@microsoft.com)
635
+
636
+ ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.28)
637
+
638
+ Mon, 26 Apr 2021 07:34:31 GMT
639
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.27..@fluentui/react-image_v9.0.0-alpha.28)
640
+
641
+ ### Changes
642
+
643
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.4 ([PR #17936](https://github.com/microsoft/fluentui/pull/17936) by bsunderhus@microsoft.com)
644
+
645
+ ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.27)
646
+
647
+ Fri, 23 Apr 2021 07:37:10 GMT
648
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.26..@fluentui/react-image_v9.0.0-alpha.27)
649
+
650
+ ### Patches
651
+
652
+ - Bump @fluentui/eslint-plugin to v1.1.1 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
653
+ - Bump @fluentui/react-conformance to v0.2.6 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
654
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17894](https://github.com/microsoft/fluentui/pull/17894) by olfedias@microsoft.com)
655
+
656
+ ### Changes
657
+
658
+ - remove polyfill for objectFit ([PR #17896](https://github.com/microsoft/fluentui/pull/17896) by olfedias@microsoft.com)
659
+
660
+ ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.26)
661
+
662
+ Thu, 22 Apr 2021 07:33:28 GMT
663
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.25..@fluentui/react-image_v9.0.0-alpha.26)
664
+
665
+ ### Changes
666
+
667
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2 ([PR #17826](https://github.com/microsoft/fluentui/pull/17826) by bsunderhus@microsoft.com)
668
+
669
+ ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.25)
670
+
671
+ Wed, 21 Apr 2021 07:31:50 GMT
672
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.24..@fluentui/react-image_v9.0.0-alpha.25)
673
+
674
+ ### Changes
675
+
676
+ - Rename ax() to mergeClasses() ([PR #17875](https://github.com/microsoft/fluentui/pull/17875) by miroslav.stastny@microsoft.com)
677
+
678
+ ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.24)
679
+
680
+ Tue, 20 Apr 2021 07:31:35 GMT
681
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.23..@fluentui/react-image_v9.0.0-alpha.24)
682
+
683
+ ### Changes
684
+
685
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.23 ([PR #17855](https://github.com/microsoft/fluentui/pull/17855) by lingfan.gao@microsoft.com)
686
+
687
+ ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.23)
688
+
689
+ Fri, 16 Apr 2021 18:08:21 GMT
690
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.22..@fluentui/react-image_v9.0.0-alpha.23)
691
+
692
+ ### Changes
693
+
694
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.22 ([PR #17840](https://github.com/microsoft/fluentui/pull/17840) by bsunderhus@microsoft.com)
695
+
696
+ ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.22)
697
+
698
+ Wed, 14 Apr 2021 07:34:12 GMT
699
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.21..@fluentui/react-image_v9.0.0-alpha.22)
700
+
701
+ ### Changes
702
+
703
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.21 ([PR #17707](https://github.com/microsoft/fluentui/pull/17707) by bsunderhus@microsoft.com)
704
+
705
+ ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.21)
706
+
707
+ Fri, 09 Apr 2021 07:31:06 GMT
708
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.20..@fluentui/react-image_v9.0.0-alpha.21)
709
+
710
+ ### Changes
711
+
712
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.20 ([PR #17670](https://github.com/microsoft/fluentui/pull/17670) by olfedias@microsoft.com)
713
+
714
+ ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.20)
715
+
716
+ Thu, 08 Apr 2021 07:33:06 GMT
717
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.19..@fluentui/react-image_v9.0.0-alpha.20)
718
+
719
+ ### Changes
720
+
721
+ - use ax() instead of useAx() ([PR #17713](https://github.com/microsoft/fluentui/pull/17713) by olfedias@microsoft.com)
722
+
723
+ ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.19)
724
+
725
+ Thu, 01 Apr 2021 20:13:37 GMT
726
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.18..@fluentui/react-image_v9.0.0-alpha.19)
727
+
728
+ ### Changes
729
+
730
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.18 ([PR #17651](https://github.com/microsoft/fluentui/pull/17651) by bsunderhus@microsoft.com)
731
+
732
+ ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.18)
733
+
734
+ Wed, 31 Mar 2021 00:53:43 GMT
735
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.17..@fluentui/react-image_v9.0.0-alpha.18)
736
+
737
+ ### Patches
738
+
739
+ - Bump @fluentui/eslint-plugin to v1.1.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
740
+ - Bump @fluentui/react-conformance to v0.2.5 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
741
+ - Bump @fluentui/scripts to v1.0.0 ([PR #17568](https://github.com/microsoft/fluentui/pull/17568) by elcraig@microsoft.com)
742
+
743
+ ### Changes
744
+
745
+ - Fix type errors caught by makeMergeProps improvements ([PR #17508](https://github.com/microsoft/fluentui/pull/17508) by behowell@microsoft.com)
746
+
747
+ ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.17)
748
+
749
+ Tue, 30 Mar 2021 07:34:45 GMT
750
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.16..@fluentui/react-image_v9.0.0-alpha.17)
751
+
752
+ ### Changes
753
+
754
+ - chore: restore "sideEffects" to enable treeshaking ([PR #17584](https://github.com/microsoft/fluentui/pull/17584) by olfedias@microsoft.com)
755
+
756
+ ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.16)
757
+
758
+ Fri, 26 Mar 2021 07:32:34 GMT
759
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.15..@fluentui/react-image_v9.0.0-alpha.16)
760
+
761
+ ### Changes
762
+
763
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.15 ([PR #17524](https://github.com/microsoft/fluentui/pull/17524) by lingfan.gao@microsoft.com)
764
+
765
+ ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.15)
766
+
767
+ Thu, 25 Mar 2021 07:33:24 GMT
768
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.14..@fluentui/react-image_v9.0.0-alpha.15)
769
+
770
+ ### Changes
771
+
772
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.14 ([PR #17539](https://github.com/microsoft/fluentui/pull/17539) by olfedias@microsoft.com)
773
+
774
+ ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.14)
775
+
776
+ Tue, 23 Mar 2021 07:31:43 GMT
777
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.13..@fluentui/react-image_v9.0.0-alpha.14)
778
+
779
+ ### Changes
780
+
781
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.13 ([PR #17339](https://github.com/microsoft/fluentui/pull/17339) by lingfan.gao@microsoft.com)
782
+
783
+ ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.13)
784
+
785
+ Fri, 19 Mar 2021 07:32:43 GMT
786
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.12..@fluentui/react-image_v9.0.0-alpha.13)
787
+
788
+ ### Changes
789
+
790
+ - react-image - Updates styles from makeStylesCompat to makeStyles ([PR #17441](https://github.com/microsoft/fluentui/pull/17441) by bsunderhus@microsoft.com)
791
+
792
+ ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.12)
793
+
794
+ Thu, 18 Mar 2021 20:15:34 GMT
795
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.11..@fluentui/react-image_v9.0.0-alpha.12)
796
+
797
+ ### Changes
798
+
799
+ - Bump @fluentui/react-make-styles to v9.0.0-alpha.12 ([PR #17387](https://github.com/microsoft/fluentui/pull/17387) by lingfan.gao@microsoft.com)
800
+
801
+ ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.11)
802
+
803
+ Tue, 16 Mar 2021 07:32:44 GMT
804
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.10..@fluentui/react-image_v9.0.0-alpha.11)
805
+
806
+ ### Patches
807
+
808
+ - Bump @fluentui/react-conformance to v0.2.4 ([PR #17418](https://github.com/microsoft/fluentui/pull/17418) by elcraig@microsoft.com)
809
+
810
+ ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.10)
811
+
812
+ Mon, 15 Mar 2021 07:36:20 GMT
813
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.9..@fluentui/react-image_v9.0.0-alpha.10)
814
+
815
+ ### Changes
816
+
817
+ - Remove set-version references ([PR #17381](https://github.com/microsoft/fluentui/pull/17381) by elcraig@microsoft.com)
818
+
7
819
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-image_v9.0.0-alpha.9)
8
820
 
9
- Fri, 12 Mar 2021 20:00:36 GMT
821
+ Fri, 12 Mar 2021 20:04:27 GMT
10
822
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-image_v9.0.0-alpha.8..@fluentui/react-image_v9.0.0-alpha.9)
11
823
 
12
824
  ### Patches