@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.json CHANGED
@@ -2,7 +2,2087 @@
2
2
  "name": "@fluentui/react-image",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 12 Mar 2021 20:00:36 GMT",
5
+ "date": "Tue, 05 Oct 2021 12:47:00 GMT",
6
+ "tag": "@fluentui/react-image_v9.0.0-alpha.90",
7
+ "version": "9.0.0-alpha.90",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "beachball",
12
+ "package": "@fluentui/react-image",
13
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
14
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-image",
19
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
20
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-image",
25
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
26
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-image",
31
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
32
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
39
+ "tag": "@fluentui/react-image_v9.0.0-alpha.89",
40
+ "version": "9.0.0-alpha.89",
41
+ "comments": {
42
+ "prerelease": [
43
+ {
44
+ "author": "bsunderhus@microsoft.com",
45
+ "package": "@fluentui/react-image",
46
+ "comment": "Adds ForwardRefComponent to react-image components declaration",
47
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-image",
52
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
53
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-image",
58
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
59
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
60
+ },
61
+ {
62
+ "author": "beachball",
63
+ "package": "@fluentui/react-image",
64
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
65
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
66
+ },
67
+ {
68
+ "author": "beachball",
69
+ "package": "@fluentui/react-image",
70
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
71
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
72
+ },
73
+ {
74
+ "author": "beachball",
75
+ "package": "@fluentui/react-image",
76
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
77
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
78
+ }
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
84
+ "tag": "@fluentui/react-image_v9.0.0-alpha.88",
85
+ "version": "9.0.0-alpha.88",
86
+ "comments": {
87
+ "prerelease": [
88
+ {
89
+ "author": "lingfangao@hotmail.com",
90
+ "package": "@fluentui/react-image",
91
+ "comment": "Bump v9 prerelease versions to rerelease",
92
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-image",
97
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
98
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-image",
103
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
104
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
105
+ },
106
+ {
107
+ "author": "beachball",
108
+ "package": "@fluentui/react-image",
109
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
110
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
111
+ },
112
+ {
113
+ "author": "beachball",
114
+ "package": "@fluentui/react-image",
115
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
116
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
117
+ },
118
+ {
119
+ "author": "beachball",
120
+ "package": "@fluentui/react-image",
121
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
122
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
123
+ }
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "date": "Thu, 30 Sep 2021 09:18:15 GMT",
129
+ "tag": "@fluentui/react-image_v9.0.0-alpha.86",
130
+ "version": "9.0.0-alpha.86",
131
+ "comments": {
132
+ "none": [
133
+ {
134
+ "author": "tkrasniqi@microsoft.com",
135
+ "package": "@fluentui/react-image",
136
+ "comment": "First iteration of ReadMe doc",
137
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
138
+ }
139
+ ]
140
+ }
141
+ },
142
+ {
143
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
144
+ "tag": "@fluentui/react-image_v9.0.0-alpha.86",
145
+ "version": "9.0.0-alpha.86",
146
+ "comments": {
147
+ "prerelease": [
148
+ {
149
+ "author": "gcox@microsoft.com",
150
+ "package": "@fluentui/react-image",
151
+ "comment": "Updated ImageProps for consistency",
152
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
153
+ },
154
+ {
155
+ "author": "beachball",
156
+ "package": "@fluentui/react-image",
157
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
158
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
159
+ },
160
+ {
161
+ "author": "beachball",
162
+ "package": "@fluentui/react-image",
163
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
164
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
165
+ },
166
+ {
167
+ "author": "beachball",
168
+ "package": "@fluentui/react-image",
169
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
170
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
171
+ },
172
+ {
173
+ "author": "beachball",
174
+ "package": "@fluentui/react-image",
175
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
176
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
177
+ }
178
+ ]
179
+ }
180
+ },
181
+ {
182
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
183
+ "tag": "@fluentui/react-image_v9.0.0-alpha.85",
184
+ "version": "9.0.0-alpha.85",
185
+ "comments": {
186
+ "prerelease": [
187
+ {
188
+ "author": "beachball",
189
+ "package": "@fluentui/react-image",
190
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
191
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
192
+ },
193
+ {
194
+ "author": "beachball",
195
+ "package": "@fluentui/react-image",
196
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
197
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
198
+ },
199
+ {
200
+ "author": "beachball",
201
+ "package": "@fluentui/react-image",
202
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
203
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
204
+ },
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-image",
208
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
209
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-image",
214
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
215
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
216
+ }
217
+ ]
218
+ }
219
+ },
220
+ {
221
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
222
+ "tag": "@fluentui/react-image_v9.0.0-alpha.84",
223
+ "version": "9.0.0-alpha.84",
224
+ "comments": {
225
+ "prerelease": [
226
+ {
227
+ "author": "tkrasniqi@microsoft.com",
228
+ "package": "@fluentui/react-image",
229
+ "comment": "Added shadow prop",
230
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
231
+ },
232
+ {
233
+ "author": "beachball",
234
+ "package": "@fluentui/react-image",
235
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
236
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
237
+ },
238
+ {
239
+ "author": "beachball",
240
+ "package": "@fluentui/react-image",
241
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
242
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
243
+ },
244
+ {
245
+ "author": "beachball",
246
+ "package": "@fluentui/react-image",
247
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
248
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
249
+ },
250
+ {
251
+ "author": "beachball",
252
+ "package": "@fluentui/react-image",
253
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
254
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
255
+ },
256
+ {
257
+ "author": "beachball",
258
+ "package": "@fluentui/react-image",
259
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
260
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
261
+ }
262
+ ]
263
+ }
264
+ },
265
+ {
266
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
267
+ "tag": "@fluentui/react-image_v9.0.0-alpha.83",
268
+ "version": "9.0.0-alpha.83",
269
+ "comments": {
270
+ "prerelease": [
271
+ {
272
+ "author": "beachball",
273
+ "package": "@fluentui/react-image",
274
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
275
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
276
+ },
277
+ {
278
+ "author": "beachball",
279
+ "package": "@fluentui/react-image",
280
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
281
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
282
+ },
283
+ {
284
+ "author": "beachball",
285
+ "package": "@fluentui/react-image",
286
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
287
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
288
+ },
289
+ {
290
+ "author": "beachball",
291
+ "package": "@fluentui/react-image",
292
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
293
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
294
+ },
295
+ {
296
+ "author": "beachball",
297
+ "package": "@fluentui/react-image",
298
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
299
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
300
+ }
301
+ ]
302
+ }
303
+ },
304
+ {
305
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
306
+ "tag": "@fluentui/react-image_v9.0.0-alpha.82",
307
+ "version": "9.0.0-alpha.82",
308
+ "comments": {
309
+ "prerelease": [
310
+ {
311
+ "author": "beachball",
312
+ "package": "@fluentui/react-image",
313
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
314
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
315
+ },
316
+ {
317
+ "author": "beachball",
318
+ "package": "@fluentui/react-image",
319
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
320
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
321
+ },
322
+ {
323
+ "author": "beachball",
324
+ "package": "@fluentui/react-image",
325
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
326
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
327
+ },
328
+ {
329
+ "author": "beachball",
330
+ "package": "@fluentui/react-image",
331
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
332
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
333
+ },
334
+ {
335
+ "author": "beachball",
336
+ "package": "@fluentui/react-image",
337
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
338
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
339
+ }
340
+ ]
341
+ }
342
+ },
343
+ {
344
+ "date": "Tue, 21 Sep 2021 11:58:40 GMT",
345
+ "tag": "@fluentui/react-image_v9.0.0-alpha.81",
346
+ "version": "9.0.0-alpha.81",
347
+ "comments": {
348
+ "none": [
349
+ {
350
+ "author": "tkrasniqi@microsoft.com",
351
+ "package": "@fluentui/react-image",
352
+ "comment": "Separating stories into own files",
353
+ "commit": "56d226034d11d62a995e4910eb80ae43ee0ddf03"
354
+ }
355
+ ]
356
+ }
357
+ },
358
+ {
359
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
360
+ "tag": "@fluentui/react-image_v9.0.0-alpha.81",
361
+ "version": "9.0.0-alpha.81",
362
+ "comments": {
363
+ "prerelease": [
364
+ {
365
+ "author": "gcox@microsoft.com",
366
+ "package": "@fluentui/react-image",
367
+ "comment": "Updating to types over interfaces",
368
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
369
+ },
370
+ {
371
+ "author": "beachball",
372
+ "package": "@fluentui/react-image",
373
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
374
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
375
+ },
376
+ {
377
+ "author": "beachball",
378
+ "package": "@fluentui/react-image",
379
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
380
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
381
+ },
382
+ {
383
+ "author": "beachball",
384
+ "package": "@fluentui/react-image",
385
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
386
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
387
+ },
388
+ {
389
+ "author": "beachball",
390
+ "package": "@fluentui/react-image",
391
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
392
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
393
+ }
394
+ ]
395
+ }
396
+ },
397
+ {
398
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
399
+ "tag": "@fluentui/react-image_v9.0.0-alpha.80",
400
+ "version": "9.0.0-alpha.80",
401
+ "comments": {
402
+ "none": [
403
+ {
404
+ "author": "lingfangao@hotmail.com",
405
+ "package": "@fluentui/react-image",
406
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
407
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
408
+ }
409
+ ],
410
+ "prerelease": [
411
+ {
412
+ "author": "tkrasniqi@microsoft.com",
413
+ "package": "@fluentui/react-image",
414
+ "comment": "Removed conditional adding of aria-hidden",
415
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
416
+ },
417
+ {
418
+ "author": "lingfangao@hotmail.com",
419
+ "package": "@fluentui/react-image",
420
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
421
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.80"
422
+ }
423
+ ]
424
+ }
425
+ },
426
+ {
427
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
428
+ "tag": "@fluentui/react-image_v9.0.0-alpha.79",
429
+ "version": "9.0.0-alpha.79",
430
+ "comments": {
431
+ "none": [
432
+ {
433
+ "author": "tkrasniqi@microsoft.com",
434
+ "package": "@fluentui/react-image",
435
+ "comment": "Added docs, description and best practices",
436
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
437
+ }
438
+ ],
439
+ "prerelease": [
440
+ {
441
+ "author": "Humberto.Morimoto@microsoft.com",
442
+ "package": "@fluentui/react-image",
443
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
444
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.79"
445
+ }
446
+ ]
447
+ }
448
+ },
449
+ {
450
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
451
+ "tag": "@fluentui/react-image_v9.0.0-alpha.78",
452
+ "version": "9.0.0-alpha.78",
453
+ "comments": {
454
+ "prerelease": [
455
+ {
456
+ "author": "behowell@microsoft.com",
457
+ "package": "@fluentui/react-image",
458
+ "comment": "Fix typings in React.forwardRef",
459
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c"
460
+ },
461
+ {
462
+ "author": "behowell@microsoft.com",
463
+ "package": "@fluentui/react-image",
464
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
465
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.78"
466
+ }
467
+ ]
468
+ }
469
+ },
470
+ {
471
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
472
+ "tag": "@fluentui/react-image_v9.0.0-alpha.77",
473
+ "version": "9.0.0-alpha.77",
474
+ "comments": {
475
+ "prerelease": [
476
+ {
477
+ "author": "tkrasniqi@microsoft.com",
478
+ "package": "@fluentui/react-image",
479
+ "comment": "Migrate to simplified slots",
480
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c"
481
+ },
482
+ {
483
+ "author": "bsunderhus@microsoft.com",
484
+ "package": "@fluentui/react-image",
485
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
486
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.77"
487
+ }
488
+ ]
489
+ }
490
+ },
491
+ {
492
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
493
+ "tag": "@fluentui/react-image_v9.0.0-alpha.76",
494
+ "version": "9.0.0-alpha.76",
495
+ "comments": {
496
+ "prerelease": [
497
+ {
498
+ "author": "lingfangao@hotmail.com",
499
+ "package": "@fluentui/react-image",
500
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
501
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
502
+ },
503
+ {
504
+ "author": "lingfangao@hotmail.com",
505
+ "package": "@fluentui/react-image",
506
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
507
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.76"
508
+ }
509
+ ]
510
+ }
511
+ },
512
+ {
513
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
514
+ "tag": "@fluentui/react-image_v9.0.0-alpha.75",
515
+ "version": "9.0.0-alpha.75",
516
+ "comments": {
517
+ "prerelease": [
518
+ {
519
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
520
+ "author": "behowell@microsoft.com",
521
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
522
+ "package": "@fluentui/react-image"
523
+ }
524
+ ]
525
+ }
526
+ },
527
+ {
528
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
529
+ "tag": "@fluentui/react-image_v9.0.0-alpha.74",
530
+ "version": "9.0.0-alpha.74",
531
+ "comments": {
532
+ "none": [
533
+ {
534
+ "comment": "Added default snapshot test",
535
+ "author": "tkrasniqi@microsoft.com",
536
+ "commit": "7dfbf1225a317a7a930a177b5f4674add1322ad7",
537
+ "package": "@fluentui/react-image"
538
+ }
539
+ ]
540
+ }
541
+ },
542
+ {
543
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
544
+ "tag": "@fluentui/react-image_v9.0.0-alpha.74",
545
+ "version": "9.0.0-alpha.74",
546
+ "comments": {
547
+ "prerelease": [
548
+ {
549
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
550
+ "author": "lingfangao@hotmail.com",
551
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
552
+ "package": "@fluentui/react-image"
553
+ }
554
+ ]
555
+ }
556
+ },
557
+ {
558
+ "date": "Fri, 03 Sep 2021 00:13:07 GMT",
559
+ "tag": "@fluentui/react-image_v9.0.0-alpha.73",
560
+ "version": "9.0.0-alpha.73",
561
+ "comments": {
562
+ "none": [
563
+ {
564
+ "comment": "enable makeStyles conformance tests",
565
+ "author": "olfedias@microsoft.com",
566
+ "commit": "7d246f9483660ee7a6b2a459d102d0d7cbf06695",
567
+ "package": "@fluentui/react-image"
568
+ }
569
+ ]
570
+ }
571
+ },
572
+ {
573
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
574
+ "tag": "@fluentui/react-image_v9.0.0-alpha.73",
575
+ "version": "9.0.0-alpha.73",
576
+ "comments": {
577
+ "prerelease": [
578
+ {
579
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
580
+ "author": "olfedias@microsoft.com",
581
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
582
+ "package": "@fluentui/react-image"
583
+ }
584
+ ],
585
+ "patch": [
586
+ {
587
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
588
+ "author": "olfedias@microsoft.com",
589
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
590
+ "package": "@fluentui/react-image"
591
+ }
592
+ ]
593
+ }
594
+ },
595
+ {
596
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
597
+ "tag": "@fluentui/react-image_v9.0.0-alpha.72",
598
+ "version": "9.0.0-alpha.72",
599
+ "comments": {
600
+ "prerelease": [
601
+ {
602
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
603
+ "author": "bsunderhus@microsoft.com",
604
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
605
+ "package": "@fluentui/react-image"
606
+ }
607
+ ]
608
+ }
609
+ },
610
+ {
611
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
612
+ "tag": "@fluentui/react-image_v9.0.0-alpha.71",
613
+ "version": "9.0.0-alpha.71",
614
+ "comments": {
615
+ "prerelease": [
616
+ {
617
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
618
+ "author": "lingfan.gao@microsoft.com",
619
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
620
+ "package": "@fluentui/react-image"
621
+ }
622
+ ]
623
+ }
624
+ },
625
+ {
626
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
627
+ "tag": "@fluentui/react-image_v9.0.0-alpha.70",
628
+ "version": "9.0.0-alpha.70",
629
+ "comments": {
630
+ "prerelease": [
631
+ {
632
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
633
+ "author": "olfedias@microsoft.com",
634
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
635
+ "package": "@fluentui/react-image"
636
+ }
637
+ ]
638
+ }
639
+ },
640
+ {
641
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
642
+ "tag": "@fluentui/react-image_v9.0.0-alpha.69",
643
+ "version": "9.0.0-alpha.69",
644
+ "comments": {
645
+ "prerelease": [
646
+ {
647
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
648
+ "author": "martinhochel@microsoft.com",
649
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
650
+ "package": "@fluentui/react-image"
651
+ }
652
+ ],
653
+ "none": [
654
+ {
655
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
656
+ "author": "martinhochel@microsoft.com",
657
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
658
+ "package": "@fluentui/react-image"
659
+ }
660
+ ]
661
+ }
662
+ },
663
+ {
664
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
665
+ "tag": "@fluentui/react-image_v9.0.0-alpha.68",
666
+ "version": "9.0.0-alpha.68",
667
+ "comments": {
668
+ "prerelease": [
669
+ {
670
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
671
+ "author": "dzearing@hotmail.com",
672
+ "commit": "0198c05dad393704afbe8aeab6c5cdf6005bcc5a",
673
+ "package": "@fluentui/react-image"
674
+ }
675
+ ],
676
+ "none": [
677
+ {
678
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
679
+ "author": "dzearing@hotmail.com",
680
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
681
+ "package": "@fluentui/react-image"
682
+ },
683
+ {
684
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
685
+ "author": "dzearing@hotmail.com",
686
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
687
+ "package": "@fluentui/react-image"
688
+ },
689
+ {
690
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
691
+ "author": "dzearing@hotmail.com",
692
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
693
+ "package": "@fluentui/react-image"
694
+ },
695
+ {
696
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
697
+ "author": "dzearing@hotmail.com",
698
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
699
+ "package": "@fluentui/react-image"
700
+ },
701
+ {
702
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59",
703
+ "author": "dzearing@hotmail.com",
704
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
705
+ "package": "@fluentui/react-image"
706
+ },
707
+ {
708
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
709
+ "author": "dzearing@hotmail.com",
710
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
711
+ "package": "@fluentui/react-image"
712
+ },
713
+ {
714
+ "comment": "Bump @fluentui/scripts to v1.0.0",
715
+ "author": "dzearing@hotmail.com",
716
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
717
+ "package": "@fluentui/react-image"
718
+ }
719
+ ]
720
+ }
721
+ },
722
+ {
723
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
724
+ "tag": "@fluentui/react-image_v9.0.0-alpha.67",
725
+ "version": "9.0.0-alpha.67",
726
+ "comments": {
727
+ "prerelease": [
728
+ {
729
+ "comment": "Update .npmignore",
730
+ "author": "elcraig@microsoft.com",
731
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
732
+ "package": "@fluentui/react-image"
733
+ }
734
+ ],
735
+ "none": [
736
+ {
737
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
738
+ "author": "elcraig@microsoft.com",
739
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
740
+ "package": "@fluentui/react-image"
741
+ },
742
+ {
743
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
744
+ "author": "behowell@microsoft.com",
745
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
746
+ "package": "@fluentui/react-image"
747
+ },
748
+ {
749
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
750
+ "author": "elcraig@microsoft.com",
751
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
752
+ "package": "@fluentui/react-image"
753
+ },
754
+ {
755
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
756
+ "author": "elcraig@microsoft.com",
757
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
758
+ "package": "@fluentui/react-image"
759
+ },
760
+ {
761
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
762
+ "author": "elcraig@microsoft.com",
763
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
764
+ "package": "@fluentui/react-image"
765
+ },
766
+ {
767
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
768
+ "author": "behowell@microsoft.com",
769
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
770
+ "package": "@fluentui/react-image"
771
+ },
772
+ {
773
+ "comment": "Bump @fluentui/scripts to v1.0.0",
774
+ "author": "behowell@microsoft.com",
775
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
776
+ "package": "@fluentui/react-image"
777
+ }
778
+ ]
779
+ }
780
+ },
781
+ {
782
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
783
+ "tag": "@fluentui/react-image_v9.0.0-alpha.66",
784
+ "version": "9.0.0-alpha.66",
785
+ "comments": {
786
+ "prerelease": [
787
+ {
788
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.39",
789
+ "author": "bsunderhus@microsoft.com",
790
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
791
+ "package": "@fluentui/react-image"
792
+ }
793
+ ]
794
+ }
795
+ },
796
+ {
797
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
798
+ "tag": "@fluentui/react-image_v9.0.0-alpha.65",
799
+ "version": "9.0.0-alpha.65",
800
+ "comments": {
801
+ "none": [
802
+ {
803
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.36",
804
+ "author": "martinhochel@microsoft.com",
805
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
806
+ "package": "@fluentui/react-image"
807
+ }
808
+ ]
809
+ }
810
+ },
811
+ {
812
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
813
+ "tag": "@fluentui/react-image_v9.0.0-alpha.65",
814
+ "version": "9.0.0-alpha.65",
815
+ "comments": {
816
+ "prerelease": [
817
+ {
818
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
819
+ "author": "olfedias@microsoft.com",
820
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
821
+ "package": "@fluentui/react-image"
822
+ }
823
+ ]
824
+ }
825
+ },
826
+ {
827
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
828
+ "tag": "@fluentui/react-image_v9.0.0-alpha.64",
829
+ "version": "9.0.0-alpha.64",
830
+ "comments": {
831
+ "none": [
832
+ {
833
+ "comment": "Updated a11y and concerns sections",
834
+ "author": "tkrasniqi@microsoft.com",
835
+ "commit": "5ad25fb2e23b2aa5e3ce415b0ad26f24ade89467",
836
+ "package": "@fluentui/react-image"
837
+ }
838
+ ],
839
+ "prerelease": [
840
+ {
841
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.35",
842
+ "author": "olfedias@microsoft.com",
843
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
844
+ "package": "@fluentui/react-image"
845
+ }
846
+ ]
847
+ }
848
+ },
849
+ {
850
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
851
+ "tag": "@fluentui/react-image_v9.0.0-alpha.63",
852
+ "version": "9.0.0-alpha.63",
853
+ "comments": {
854
+ "none": [
855
+ {
856
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
857
+ "author": "czearing@outlook.com",
858
+ "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
859
+ "package": "@fluentui/react-image"
860
+ }
861
+ ]
862
+ }
863
+ },
864
+ {
865
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
866
+ "tag": "@fluentui/react-image_v9.0.0-alpha.63",
867
+ "version": "9.0.0-alpha.63",
868
+ "comments": {
869
+ "prerelease": [
870
+ {
871
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
872
+ "author": "jspurlin@microsoft.com",
873
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
874
+ "package": "@fluentui/react-image"
875
+ }
876
+ ]
877
+ }
878
+ },
879
+ {
880
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
881
+ "tag": "@fluentui/react-image_v9.0.0-alpha.62",
882
+ "version": "9.0.0-alpha.62",
883
+ "comments": {
884
+ "none": [
885
+ {
886
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
887
+ "author": "czearing@outlook.com",
888
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
889
+ "package": "@fluentui/react-image"
890
+ }
891
+ ]
892
+ }
893
+ },
894
+ {
895
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
896
+ "tag": "@fluentui/react-image_v9.0.0-alpha.62",
897
+ "version": "9.0.0-alpha.62",
898
+ "comments": {
899
+ "patch": [
900
+ {
901
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
902
+ "author": "behowell@microsoft.com",
903
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
904
+ "package": "@fluentui/react-image"
905
+ },
906
+ {
907
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
908
+ "author": "behowell@microsoft.com",
909
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
910
+ "package": "@fluentui/react-image"
911
+ },
912
+ {
913
+ "comment": "Bump @fluentui/scripts to v1.0.0",
914
+ "author": "behowell@microsoft.com",
915
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
916
+ "package": "@fluentui/react-image"
917
+ }
918
+ ],
919
+ "prerelease": [
920
+ {
921
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.33",
922
+ "author": "behowell@microsoft.com",
923
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
924
+ "package": "@fluentui/react-image"
925
+ }
926
+ ]
927
+ }
928
+ },
929
+ {
930
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
931
+ "tag": "@fluentui/react-image_v9.0.0-alpha.61",
932
+ "version": "9.0.0-alpha.61",
933
+ "comments": {
934
+ "prerelease": [
935
+ {
936
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
937
+ "author": "lingfan.gao@microsoft.com",
938
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
939
+ "package": "@fluentui/react-image"
940
+ }
941
+ ]
942
+ }
943
+ },
944
+ {
945
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
946
+ "tag": "@fluentui/react-image_v9.0.0-alpha.60",
947
+ "version": "9.0.0-alpha.60",
948
+ "comments": {
949
+ "prerelease": [
950
+ {
951
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.31",
952
+ "author": "miroslav.stastny@microsoft.com",
953
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
954
+ "package": "@fluentui/react-image"
955
+ }
956
+ ]
957
+ }
958
+ },
959
+ {
960
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
961
+ "tag": "@fluentui/react-image_v9.0.0-alpha.59",
962
+ "version": "9.0.0-alpha.59",
963
+ "comments": {
964
+ "prerelease": [
965
+ {
966
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.30",
967
+ "author": "miroslav.stastny@microsoft.com",
968
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
969
+ "package": "@fluentui/react-image"
970
+ }
971
+ ]
972
+ }
973
+ },
974
+ {
975
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
976
+ "tag": "@fluentui/react-image_v9.0.0-alpha.58",
977
+ "version": "9.0.0-alpha.58",
978
+ "comments": {
979
+ "prerelease": [
980
+ {
981
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.29",
982
+ "author": "lingfan.gao@microsoft.com",
983
+ "commit": "84296aa8db9ddbf0250f24703fb304c360ff05e1",
984
+ "package": "@fluentui/react-image"
985
+ }
986
+ ]
987
+ }
988
+ },
989
+ {
990
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
991
+ "tag": "@fluentui/react-image_v9.0.0-alpha.57",
992
+ "version": "9.0.0-alpha.57",
993
+ "comments": {
994
+ "none": [
995
+ {
996
+ "comment": "chore(react-image): migrate to new SB controlls setup",
997
+ "author": "martinhochel@microsoft.com",
998
+ "commit": "8b1d09a2e55822335e28507752b6c41c5e2e565a",
999
+ "package": "@fluentui/react-image"
1000
+ },
1001
+ {
1002
+ "comment": "Sync babel-make-styles with published version",
1003
+ "author": "elcraig@microsoft.com",
1004
+ "commit": "d57f601738c32dfa1e651529d8edfec10a6b46b7",
1005
+ "package": "@fluentui/react-image"
1006
+ },
1007
+ {
1008
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
1009
+ "author": "olfedias@microsoft.com",
1010
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1011
+ "package": "@fluentui/react-image"
1012
+ },
1013
+ {
1014
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.49",
1015
+ "author": "olfedias@microsoft.com",
1016
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1017
+ "package": "@fluentui/react-image"
1018
+ },
1019
+ {
1020
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1021
+ "author": "olfedias@microsoft.com",
1022
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1023
+ "package": "@fluentui/react-image"
1024
+ }
1025
+ ],
1026
+ "prerelease": [
1027
+ {
1028
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.28",
1029
+ "author": "olfedias@microsoft.com",
1030
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1031
+ "package": "@fluentui/react-image"
1032
+ }
1033
+ ]
1034
+ }
1035
+ },
1036
+ {
1037
+ "date": "Fri, 16 Jul 2021 22:53:17 GMT",
1038
+ "tag": "@fluentui/react-image_v9.0.0-alpha.56",
1039
+ "version": "9.0.0-alpha.56",
1040
+ "comments": {
1041
+ "prerelease": [
1042
+ {
1043
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.26",
1044
+ "author": "olfedias@microsoft.com",
1045
+ "commit": "91e053b6cfb80ed71f99957fc1e6b92f67920ab3",
1046
+ "package": "@fluentui/react-image"
1047
+ }
1048
+ ]
1049
+ }
1050
+ },
1051
+ {
1052
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1053
+ "tag": "@fluentui/react-image_v9.0.0-alpha.55",
1054
+ "version": "9.0.0-alpha.55",
1055
+ "comments": {
1056
+ "prerelease": [
1057
+ {
1058
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1059
+ "author": "bsunderhus@microsoft.com",
1060
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
1061
+ "package": "@fluentui/react-image"
1062
+ }
1063
+ ]
1064
+ }
1065
+ },
1066
+ {
1067
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1068
+ "tag": "@fluentui/react-image_v9.0.0-alpha.54",
1069
+ "version": "9.0.0-alpha.54",
1070
+ "comments": {
1071
+ "patch": [
1072
+ {
1073
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1074
+ "author": "elcraig@microsoft.com",
1075
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1076
+ "package": "@fluentui/react-image"
1077
+ }
1078
+ ]
1079
+ }
1080
+ },
1081
+ {
1082
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
1083
+ "tag": "@fluentui/react-image_v9.0.0-alpha.53",
1084
+ "version": "9.0.0-alpha.53",
1085
+ "comments": {
1086
+ "prerelease": [
1087
+ {
1088
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.24",
1089
+ "author": "behowell@microsoft.com",
1090
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
1091
+ "package": "@fluentui/react-image"
1092
+ }
1093
+ ]
1094
+ }
1095
+ },
1096
+ {
1097
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
1098
+ "tag": "@fluentui/react-image_v9.0.0-alpha.52",
1099
+ "version": "9.0.0-alpha.52",
1100
+ "comments": {
1101
+ "patch": [
1102
+ {
1103
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
1104
+ "author": "martinhochel@microsoft.com",
1105
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1106
+ "package": "@fluentui/react-image"
1107
+ },
1108
+ {
1109
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
1110
+ "author": "martinhochel@microsoft.com",
1111
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1112
+ "package": "@fluentui/react-image"
1113
+ },
1114
+ {
1115
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1116
+ "author": "martinhochel@microsoft.com",
1117
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1118
+ "package": "@fluentui/react-image"
1119
+ }
1120
+ ],
1121
+ "prerelease": [
1122
+ {
1123
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.23",
1124
+ "author": "martinhochel@microsoft.com",
1125
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1126
+ "package": "@fluentui/react-image"
1127
+ }
1128
+ ]
1129
+ }
1130
+ },
1131
+ {
1132
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
1133
+ "tag": "@fluentui/react-image_v9.0.0-alpha.51",
1134
+ "version": "9.0.0-alpha.51",
1135
+ "comments": {
1136
+ "prerelease": [
1137
+ {
1138
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.22",
1139
+ "author": "olfedias@microsoft.com",
1140
+ "commit": "936b45148b58d15c9c843f0503f7bdf12b9da4e9",
1141
+ "package": "@fluentui/react-image"
1142
+ }
1143
+ ]
1144
+ }
1145
+ },
1146
+ {
1147
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
1148
+ "tag": "@fluentui/react-image_v9.0.0-alpha.50",
1149
+ "version": "9.0.0-alpha.50",
1150
+ "comments": {
1151
+ "prerelease": [
1152
+ {
1153
+ "comment": "Rename typings and getSlots to have the Compat Suffix",
1154
+ "author": "bsunderhus@microsoft.com",
1155
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
1156
+ "package": "@fluentui/react-image"
1157
+ }
1158
+ ]
1159
+ }
1160
+ },
1161
+ {
1162
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
1163
+ "tag": "@fluentui/react-image_v9.0.0-alpha.49",
1164
+ "version": "9.0.0-alpha.49",
1165
+ "comments": {
1166
+ "prerelease": [
1167
+ {
1168
+ "comment": "Fixing bug in start script of converged packages.",
1169
+ "author": "Humberto.Morimoto@microsoft.com",
1170
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
1171
+ "package": "@fluentui/react-image"
1172
+ }
1173
+ ]
1174
+ }
1175
+ },
1176
+ {
1177
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
1178
+ "tag": "@fluentui/react-image_v9.0.0-alpha.48",
1179
+ "version": "9.0.0-alpha.48",
1180
+ "comments": {
1181
+ "prerelease": [
1182
+ {
1183
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.19",
1184
+ "author": "tristan.watanabe@gmail.com",
1185
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
1186
+ "package": "@fluentui/react-image"
1187
+ }
1188
+ ]
1189
+ }
1190
+ },
1191
+ {
1192
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
1193
+ "tag": "@fluentui/react-image_v9.0.0-alpha.47",
1194
+ "version": "9.0.0-alpha.47",
1195
+ "comments": {
1196
+ "prerelease": [
1197
+ {
1198
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.18",
1199
+ "author": "olfedias@microsoft.com",
1200
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
1201
+ "package": "@fluentui/react-image"
1202
+ }
1203
+ ]
1204
+ }
1205
+ },
1206
+ {
1207
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
1208
+ "tag": "@fluentui/react-image_v9.0.0-alpha.46",
1209
+ "version": "9.0.0-alpha.46",
1210
+ "comments": {
1211
+ "none": [
1212
+ {
1213
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.17",
1214
+ "author": "olfedias@microsoft.com",
1215
+ "commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
1216
+ "package": "@fluentui/react-image"
1217
+ }
1218
+ ]
1219
+ }
1220
+ },
1221
+ {
1222
+ "date": "Wed, 23 Jun 2021 07:31:49 GMT",
1223
+ "tag": "@fluentui/react-image_v9.0.0-alpha.46",
1224
+ "version": "9.0.0-alpha.46",
1225
+ "comments": {
1226
+ "none": [
1227
+ {
1228
+ "comment": "Update build:local output path",
1229
+ "author": "miroslav.stastny@microsoft.com",
1230
+ "commit": "e4b6b9a9cbc90d5de498a85aeb793678b48f649b",
1231
+ "package": "@fluentui/react-image"
1232
+ }
1233
+ ]
1234
+ }
1235
+ },
1236
+ {
1237
+ "date": "Tue, 22 Jun 2021 07:35:11 GMT",
1238
+ "tag": "@fluentui/react-image_v9.0.0-alpha.46",
1239
+ "version": "9.0.0-alpha.46",
1240
+ "comments": {
1241
+ "prerelease": [
1242
+ {
1243
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.17",
1244
+ "author": "olfedias@microsoft.com",
1245
+ "commit": "3fccf5c8a8ea30529b736b9189e294969242f886",
1246
+ "package": "@fluentui/react-image"
1247
+ }
1248
+ ]
1249
+ }
1250
+ },
1251
+ {
1252
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
1253
+ "tag": "@fluentui/react-image_v9.0.0-alpha.45",
1254
+ "version": "9.0.0-alpha.45",
1255
+ "comments": {
1256
+ "none": [
1257
+ {
1258
+ "comment": "Migrate to new DX",
1259
+ "author": "andredias@microsoft.com",
1260
+ "commit": "dad03f449136bce69f1f9ffdb504bbb44778bb35",
1261
+ "package": "@fluentui/react-image"
1262
+ }
1263
+ ]
1264
+ }
1265
+ },
1266
+ {
1267
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
1268
+ "tag": "@fluentui/react-image_v9.0.0-alpha.45",
1269
+ "version": "9.0.0-alpha.45",
1270
+ "comments": {
1271
+ "prerelease": [
1272
+ {
1273
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.29",
1274
+ "author": "behowell@microsoft.com",
1275
+ "commit": "10b1e17acaa01675866f7a623be1a61b1478d7d7",
1276
+ "package": "@fluentui/react-image"
1277
+ }
1278
+ ]
1279
+ }
1280
+ },
1281
+ {
1282
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
1283
+ "tag": "@fluentui/react-image_v9.0.0-alpha.44",
1284
+ "version": "9.0.0-alpha.44",
1285
+ "comments": {
1286
+ "patch": [
1287
+ {
1288
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
1289
+ "author": "martinhochel@microsoft.com",
1290
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1291
+ "package": "@fluentui/react-image"
1292
+ },
1293
+ {
1294
+ "comment": "Bump @fluentui/react-conformance to v0.4.1",
1295
+ "author": "martinhochel@microsoft.com",
1296
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1297
+ "package": "@fluentui/react-image"
1298
+ },
1299
+ {
1300
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1301
+ "author": "martinhochel@microsoft.com",
1302
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1303
+ "package": "@fluentui/react-image"
1304
+ }
1305
+ ],
1306
+ "prerelease": [
1307
+ {
1308
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.15",
1309
+ "author": "martinhochel@microsoft.com",
1310
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1311
+ "package": "@fluentui/react-image"
1312
+ }
1313
+ ]
1314
+ }
1315
+ },
1316
+ {
1317
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
1318
+ "tag": "@fluentui/react-image_v9.0.0-alpha.43",
1319
+ "version": "9.0.0-alpha.43",
1320
+ "comments": {
1321
+ "prerelease": [
1322
+ {
1323
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16",
1324
+ "author": "Humberto.Morimoto@microsoft.com",
1325
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
1326
+ "package": "@fluentui/react-image"
1327
+ }
1328
+ ]
1329
+ }
1330
+ },
1331
+ {
1332
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
1333
+ "tag": "@fluentui/react-image_v9.0.0-alpha.42",
1334
+ "version": "9.0.0-alpha.42",
1335
+ "comments": {
1336
+ "prerelease": [
1337
+ {
1338
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.13",
1339
+ "author": "martinhochel@microsoft.com",
1340
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1341
+ "package": "@fluentui/react-image"
1342
+ }
1343
+ ],
1344
+ "none": [
1345
+ {
1346
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.39",
1347
+ "author": "martinhochel@microsoft.com",
1348
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1349
+ "package": "@fluentui/react-image"
1350
+ },
1351
+ {
1352
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15",
1353
+ "author": "martinhochel@microsoft.com",
1354
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1355
+ "package": "@fluentui/react-image"
1356
+ },
1357
+ {
1358
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
1359
+ "author": "martinhochel@microsoft.com",
1360
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1361
+ "package": "@fluentui/react-image"
1362
+ }
1363
+ ]
1364
+ }
1365
+ },
1366
+ {
1367
+ "date": "Wed, 02 Jun 2021 07:37:15 GMT",
1368
+ "tag": "@fluentui/react-image_v9.0.0-alpha.41",
1369
+ "version": "9.0.0-alpha.41",
1370
+ "comments": {
1371
+ "prerelease": [
1372
+ {
1373
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.12",
1374
+ "author": "bsunderhus@microsoft.com",
1375
+ "commit": "7f5734bd8a2a124969c6402534605fe0ee9df4af",
1376
+ "package": "@fluentui/react-image"
1377
+ }
1378
+ ]
1379
+ }
1380
+ },
1381
+ {
1382
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
1383
+ "tag": "@fluentui/react-image_v9.0.0-alpha.40",
1384
+ "version": "9.0.0-alpha.40",
1385
+ "comments": {
1386
+ "none": [
1387
+ {
1388
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
1389
+ "author": "olfedias@microsoft.com",
1390
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
1391
+ "package": "@fluentui/react-image"
1392
+ }
1393
+ ]
1394
+ }
1395
+ },
1396
+ {
1397
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
1398
+ "tag": "@fluentui/react-image_v9.0.0-alpha.40",
1399
+ "version": "9.0.0-alpha.40",
1400
+ "comments": {
1401
+ "none": [
1402
+ {
1403
+ "comment": "enable Jest aliases",
1404
+ "author": "olfedias@microsoft.com",
1405
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
1406
+ "package": "@fluentui/react-image"
1407
+ }
1408
+ ]
1409
+ }
1410
+ },
1411
+ {
1412
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
1413
+ "tag": "@fluentui/react-image_v9.0.0-alpha.40",
1414
+ "version": "9.0.0-alpha.40",
1415
+ "comments": {
1416
+ "none": [
1417
+ {
1418
+ "comment": "add bundle size fixtures",
1419
+ "author": "olfedias@microsoft.com",
1420
+ "commit": "8b08552fe428f48dc17b7444fa186de750d380e7",
1421
+ "package": "@fluentui/react-image"
1422
+ }
1423
+ ],
1424
+ "prerelease": [
1425
+ {
1426
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.25",
1427
+ "author": "lingfan.gao@microsoft.com",
1428
+ "commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
1429
+ "package": "@fluentui/react-image"
1430
+ }
1431
+ ]
1432
+ }
1433
+ },
1434
+ {
1435
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
1436
+ "tag": "@fluentui/react-image_v9.0.0-alpha.39",
1437
+ "version": "9.0.0-alpha.39",
1438
+ "comments": {
1439
+ "none": [
1440
+ {
1441
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.11",
1442
+ "author": "miroslav.stastny@microsoft.com",
1443
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
1444
+ "package": "@fluentui/react-image"
1445
+ }
1446
+ ],
1447
+ "prerelease": [
1448
+ {
1449
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.24",
1450
+ "author": "behowell@microsoft.com",
1451
+ "commit": "aabab8dedf6aa56a403b314157bcef84b6bcd585",
1452
+ "package": "@fluentui/react-image"
1453
+ }
1454
+ ]
1455
+ }
1456
+ },
1457
+ {
1458
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
1459
+ "tag": "@fluentui/react-image_v9.0.0-alpha.38",
1460
+ "version": "9.0.0-alpha.38",
1461
+ "comments": {
1462
+ "none": [
1463
+ {
1464
+ "comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props",
1465
+ "author": "elcraig@microsoft.com",
1466
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1467
+ "package": "@fluentui/react-image"
1468
+ }
1469
+ ],
1470
+ "prerelease": [
1471
+ {
1472
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.10",
1473
+ "author": "elcraig@microsoft.com",
1474
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1475
+ "package": "@fluentui/react-image"
1476
+ }
1477
+ ],
1478
+ "patch": [
1479
+ {
1480
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
1481
+ "author": "elcraig@microsoft.com",
1482
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1483
+ "package": "@fluentui/react-image"
1484
+ },
1485
+ {
1486
+ "comment": "Bump @fluentui/react-conformance to v0.4.0",
1487
+ "author": "elcraig@microsoft.com",
1488
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1489
+ "package": "@fluentui/react-image"
1490
+ },
1491
+ {
1492
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1493
+ "author": "elcraig@microsoft.com",
1494
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1495
+ "package": "@fluentui/react-image"
1496
+ }
1497
+ ]
1498
+ }
1499
+ },
1500
+ {
1501
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
1502
+ "tag": "@fluentui/react-image_v9.0.0-alpha.37",
1503
+ "version": "9.0.0-alpha.37",
1504
+ "comments": {
1505
+ "prerelease": [
1506
+ {
1507
+ "comment": "chore: add more Babel plugins",
1508
+ "author": "olfedias@microsoft.com",
1509
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
1510
+ "package": "@fluentui/react-image"
1511
+ }
1512
+ ],
1513
+ "patch": [
1514
+ {
1515
+ "comment": "Bump @fluentui/react-conformance to v0.3.1",
1516
+ "author": "martinhochel@microsoft.com",
1517
+ "commit": "616b4b7c381c757871e8a590564d8eff7337834c",
1518
+ "package": "@fluentui/react-image"
1519
+ }
1520
+ ]
1521
+ }
1522
+ },
1523
+ {
1524
+ "date": "Tue, 18 May 2021 07:34:38 GMT",
1525
+ "tag": "@fluentui/react-image_v9.0.0-alpha.36",
1526
+ "version": "9.0.0-alpha.36",
1527
+ "comments": {
1528
+ "prerelease": [
1529
+ {
1530
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.8",
1531
+ "author": "olfedias@microsoft.com",
1532
+ "commit": "c845a5045c99d8d83b2584cee016b1701cd3de57",
1533
+ "package": "@fluentui/react-image"
1534
+ }
1535
+ ]
1536
+ }
1537
+ },
1538
+ {
1539
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
1540
+ "tag": "@fluentui/react-image_v9.0.0-alpha.35",
1541
+ "version": "9.0.0-alpha.35",
1542
+ "comments": {
1543
+ "prerelease": [
1544
+ {
1545
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.7",
1546
+ "author": "olfedias@microsoft.com",
1547
+ "commit": "fb53fd67729d8236e0681d74322717f6974c8b72",
1548
+ "package": "@fluentui/react-image"
1549
+ }
1550
+ ]
1551
+ }
1552
+ },
1553
+ {
1554
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
1555
+ "tag": "@fluentui/react-image_v9.0.0-alpha.34",
1556
+ "version": "9.0.0-alpha.34",
1557
+ "comments": {
1558
+ "prerelease": [
1559
+ {
1560
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.6",
1561
+ "author": "olfedias@microsoft.com",
1562
+ "commit": "894712616ee3271fcf06e5fb24ad01e326e30bb5",
1563
+ "package": "@fluentui/react-image"
1564
+ }
1565
+ ]
1566
+ }
1567
+ },
1568
+ {
1569
+ "date": "Mon, 10 May 2021 07:36:07 GMT",
1570
+ "tag": "@fluentui/react-image_v9.0.0-alpha.33",
1571
+ "version": "9.0.0-alpha.33",
1572
+ "comments": {
1573
+ "prerelease": [
1574
+ {
1575
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.5",
1576
+ "author": "olfedias@microsoft.com",
1577
+ "commit": "78c12235fcfebe43b7a77d36cbdfc67461ec32dc",
1578
+ "package": "@fluentui/react-image"
1579
+ }
1580
+ ]
1581
+ }
1582
+ },
1583
+ {
1584
+ "date": "Wed, 05 May 2021 07:36:50 GMT",
1585
+ "tag": "@fluentui/react-image_v9.0.0-alpha.32",
1586
+ "version": "9.0.0-alpha.32",
1587
+ "comments": {
1588
+ "prerelease": [
1589
+ {
1590
+ "comment": "transform styles with Babel plugin",
1591
+ "author": "olfedias@microsoft.com",
1592
+ "commit": "a48d8dfd969f944c44b8c902cc9d418c333d063d",
1593
+ "package": "@fluentui/react-image"
1594
+ }
1595
+ ]
1596
+ }
1597
+ },
1598
+ {
1599
+ "date": "Mon, 03 May 2021 07:45:19 GMT",
1600
+ "tag": "@fluentui/react-image_v9.0.0-alpha.31",
1601
+ "version": "9.0.0-alpha.31",
1602
+ "comments": {
1603
+ "prerelease": [
1604
+ {
1605
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.21",
1606
+ "author": "lingfan.gao@microsoft.com",
1607
+ "commit": "5e6aa4df0c03051e59d686d24b35f01c721a3b4e",
1608
+ "package": "@fluentui/react-image"
1609
+ }
1610
+ ]
1611
+ }
1612
+ },
1613
+ {
1614
+ "date": "Fri, 30 Apr 2021 07:42:23 GMT",
1615
+ "tag": "@fluentui/react-image_v9.0.0-alpha.30",
1616
+ "version": "9.0.0-alpha.30",
1617
+ "comments": {
1618
+ "prerelease": [
1619
+ {
1620
+ "comment": "Upgrade to ts 4.0",
1621
+ "author": "joschect@microsoft.com",
1622
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1623
+ "package": "@fluentui/react-image"
1624
+ }
1625
+ ],
1626
+ "patch": [
1627
+ {
1628
+ "comment": "Bump @fluentui/eslint-plugin to v1.2.0",
1629
+ "author": "joschect@microsoft.com",
1630
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1631
+ "package": "@fluentui/react-image"
1632
+ },
1633
+ {
1634
+ "comment": "Bump @fluentui/react-conformance to v0.3.0",
1635
+ "author": "joschect@microsoft.com",
1636
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1637
+ "package": "@fluentui/react-image"
1638
+ },
1639
+ {
1640
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1641
+ "author": "joschect@microsoft.com",
1642
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
1643
+ "package": "@fluentui/react-image"
1644
+ }
1645
+ ]
1646
+ }
1647
+ },
1648
+ {
1649
+ "date": "Tue, 27 Apr 2021 07:34:03 GMT",
1650
+ "tag": "@fluentui/react-image_v9.0.0-alpha.29",
1651
+ "version": "9.0.0-alpha.29",
1652
+ "comments": {
1653
+ "prerelease": [
1654
+ {
1655
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.5",
1656
+ "author": "bsunderhus@microsoft.com",
1657
+ "commit": "fdb1af09ba60238bb1c3913af6a6a6fe98f49034",
1658
+ "package": "@fluentui/react-image"
1659
+ }
1660
+ ]
1661
+ }
1662
+ },
1663
+ {
1664
+ "date": "Mon, 26 Apr 2021 07:34:31 GMT",
1665
+ "tag": "@fluentui/react-image_v9.0.0-alpha.28",
1666
+ "version": "9.0.0-alpha.28",
1667
+ "comments": {
1668
+ "prerelease": [
1669
+ {
1670
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.4",
1671
+ "author": "bsunderhus@microsoft.com",
1672
+ "commit": "76e2027d772bc9d19d3d217c449c5965262f73c4",
1673
+ "package": "@fluentui/react-image"
1674
+ }
1675
+ ]
1676
+ }
1677
+ },
1678
+ {
1679
+ "date": "Fri, 23 Apr 2021 07:37:10 GMT",
1680
+ "tag": "@fluentui/react-image_v9.0.0-alpha.27",
1681
+ "version": "9.0.0-alpha.27",
1682
+ "comments": {
1683
+ "prerelease": [
1684
+ {
1685
+ "comment": "remove polyfill for objectFit",
1686
+ "author": "olfedias@microsoft.com",
1687
+ "commit": "92bdf4f3e8efb9f0d75f16cb3015d4f69c369dbc",
1688
+ "package": "@fluentui/react-image"
1689
+ }
1690
+ ],
1691
+ "patch": [
1692
+ {
1693
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.1",
1694
+ "author": "olfedias@microsoft.com",
1695
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1696
+ "package": "@fluentui/react-image"
1697
+ },
1698
+ {
1699
+ "comment": "Bump @fluentui/react-conformance to v0.2.6",
1700
+ "author": "olfedias@microsoft.com",
1701
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1702
+ "package": "@fluentui/react-image"
1703
+ },
1704
+ {
1705
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1706
+ "author": "olfedias@microsoft.com",
1707
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
1708
+ "package": "@fluentui/react-image"
1709
+ }
1710
+ ]
1711
+ }
1712
+ },
1713
+ {
1714
+ "date": "Thu, 22 Apr 2021 07:33:28 GMT",
1715
+ "tag": "@fluentui/react-image_v9.0.0-alpha.26",
1716
+ "version": "9.0.0-alpha.26",
1717
+ "comments": {
1718
+ "none": [
1719
+ {
1720
+ "comment": "Adds snapshot serializer to converged component",
1721
+ "author": "bsunderhus@microsoft.com",
1722
+ "commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
1723
+ "package": "@fluentui/react-image"
1724
+ }
1725
+ ],
1726
+ "prerelease": [
1727
+ {
1728
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2",
1729
+ "author": "bsunderhus@microsoft.com",
1730
+ "commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
1731
+ "package": "@fluentui/react-image"
1732
+ }
1733
+ ]
1734
+ }
1735
+ },
1736
+ {
1737
+ "date": "Wed, 21 Apr 2021 07:31:50 GMT",
1738
+ "tag": "@fluentui/react-image_v9.0.0-alpha.25",
1739
+ "version": "9.0.0-alpha.25",
1740
+ "comments": {
1741
+ "prerelease": [
1742
+ {
1743
+ "comment": "Rename ax() to mergeClasses()",
1744
+ "author": "miroslav.stastny@microsoft.com",
1745
+ "commit": "64da065944467537d8f23a97ef4c19c3d60a529b",
1746
+ "package": "@fluentui/react-image"
1747
+ }
1748
+ ],
1749
+ "none": [
1750
+ {
1751
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
1752
+ "author": "martinhochel@microsoft.com",
1753
+ "commit": "c12557d08ab5673ec3d3ba9747cfec64f39309eb",
1754
+ "package": "@fluentui/react-image"
1755
+ }
1756
+ ]
1757
+ }
1758
+ },
1759
+ {
1760
+ "date": "Tue, 20 Apr 2021 07:31:35 GMT",
1761
+ "tag": "@fluentui/react-image_v9.0.0-alpha.24",
1762
+ "version": "9.0.0-alpha.24",
1763
+ "comments": {
1764
+ "prerelease": [
1765
+ {
1766
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.23",
1767
+ "author": "lingfan.gao@microsoft.com",
1768
+ "commit": "c1e049dbcbf869f0a6e04d00f84dcfa7217eb808",
1769
+ "package": "@fluentui/react-image"
1770
+ }
1771
+ ]
1772
+ }
1773
+ },
1774
+ {
1775
+ "date": "Mon, 19 Apr 2021 07:33:33 GMT",
1776
+ "tag": "@fluentui/react-image_v9.0.0-alpha.23",
1777
+ "version": "9.0.0-alpha.23",
1778
+ "comments": {
1779
+ "none": [
1780
+ {
1781
+ "comment": "Remove unneeded react-app-polyfill devDependency",
1782
+ "author": "elcraig@microsoft.com",
1783
+ "commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
1784
+ "package": "@fluentui/react-image"
1785
+ }
1786
+ ]
1787
+ }
1788
+ },
1789
+ {
1790
+ "date": "Fri, 16 Apr 2021 18:08:21 GMT",
1791
+ "tag": "@fluentui/react-image_v9.0.0-alpha.23",
1792
+ "version": "9.0.0-alpha.23",
1793
+ "comments": {
1794
+ "prerelease": [
1795
+ {
1796
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.22",
1797
+ "author": "bsunderhus@microsoft.com",
1798
+ "commit": "e158c65f9712556cfcca1e80c7156889885c95b0",
1799
+ "package": "@fluentui/react-image"
1800
+ }
1801
+ ]
1802
+ }
1803
+ },
1804
+ {
1805
+ "date": "Wed, 14 Apr 2021 07:34:12 GMT",
1806
+ "tag": "@fluentui/react-image_v9.0.0-alpha.22",
1807
+ "version": "9.0.0-alpha.22",
1808
+ "comments": {
1809
+ "prerelease": [
1810
+ {
1811
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.21",
1812
+ "author": "bsunderhus@microsoft.com",
1813
+ "commit": "1b2e9185653032fed3dce7d3a919f8d6e95550c7",
1814
+ "package": "@fluentui/react-image"
1815
+ }
1816
+ ]
1817
+ }
1818
+ },
1819
+ {
1820
+ "date": "Fri, 09 Apr 2021 23:42:49 GMT",
1821
+ "tag": "@fluentui/react-image_v9.0.0-alpha.21",
1822
+ "version": "9.0.0-alpha.21",
1823
+ "comments": {
1824
+ "none": [
1825
+ {
1826
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.20",
1827
+ "author": "olfedias@microsoft.com",
1828
+ "commit": "3febbf40a59f1acb8e37516559fed1dd6f5b62fb",
1829
+ "package": "@fluentui/react-image"
1830
+ }
1831
+ ]
1832
+ }
1833
+ },
1834
+ {
1835
+ "date": "Fri, 09 Apr 2021 07:31:06 GMT",
1836
+ "tag": "@fluentui/react-image_v9.0.0-alpha.21",
1837
+ "version": "9.0.0-alpha.21",
1838
+ "comments": {
1839
+ "prerelease": [
1840
+ {
1841
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.20",
1842
+ "author": "olfedias@microsoft.com",
1843
+ "commit": "876c6d64de40213f9cc15062464bb13f702002fd",
1844
+ "package": "@fluentui/react-image"
1845
+ }
1846
+ ]
1847
+ }
1848
+ },
1849
+ {
1850
+ "date": "Thu, 08 Apr 2021 07:33:06 GMT",
1851
+ "tag": "@fluentui/react-image_v9.0.0-alpha.20",
1852
+ "version": "9.0.0-alpha.20",
1853
+ "comments": {
1854
+ "prerelease": [
1855
+ {
1856
+ "comment": "use ax() instead of useAx()",
1857
+ "author": "olfedias@microsoft.com",
1858
+ "commit": "45f6f31cefc412032a792179308ad837af63155a",
1859
+ "package": "@fluentui/react-image"
1860
+ }
1861
+ ]
1862
+ }
1863
+ },
1864
+ {
1865
+ "date": "Thu, 01 Apr 2021 20:13:37 GMT",
1866
+ "tag": "@fluentui/react-image_v9.0.0-alpha.19",
1867
+ "version": "9.0.0-alpha.19",
1868
+ "comments": {
1869
+ "prerelease": [
1870
+ {
1871
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.18",
1872
+ "author": "bsunderhus@microsoft.com",
1873
+ "commit": "dec60bc3ea87901ff8c2c52989301ae8f4229721",
1874
+ "package": "@fluentui/react-image"
1875
+ }
1876
+ ]
1877
+ }
1878
+ },
1879
+ {
1880
+ "date": "Wed, 31 Mar 2021 00:53:43 GMT",
1881
+ "tag": "@fluentui/react-image_v9.0.0-alpha.18",
1882
+ "version": "9.0.0-alpha.18",
1883
+ "comments": {
1884
+ "prerelease": [
1885
+ {
1886
+ "comment": "Fix type errors caught by makeMergeProps improvements",
1887
+ "author": "behowell@microsoft.com",
1888
+ "commit": "e45eeaba8deb93e825a9d3f72e87a9c4c9225ea1",
1889
+ "package": "@fluentui/react-image"
1890
+ }
1891
+ ],
1892
+ "patch": [
1893
+ {
1894
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.0",
1895
+ "author": "elcraig@microsoft.com",
1896
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
1897
+ "package": "@fluentui/react-image"
1898
+ },
1899
+ {
1900
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
1901
+ "author": "elcraig@microsoft.com",
1902
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
1903
+ "package": "@fluentui/react-image"
1904
+ },
1905
+ {
1906
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1907
+ "author": "elcraig@microsoft.com",
1908
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
1909
+ "package": "@fluentui/react-image"
1910
+ }
1911
+ ]
1912
+ }
1913
+ },
1914
+ {
1915
+ "date": "Tue, 30 Mar 2021 07:34:45 GMT",
1916
+ "tag": "@fluentui/react-image_v9.0.0-alpha.17",
1917
+ "version": "9.0.0-alpha.17",
1918
+ "comments": {
1919
+ "prerelease": [
1920
+ {
1921
+ "comment": "chore: restore \"sideEffects\" to enable treeshaking",
1922
+ "author": "olfedias@microsoft.com",
1923
+ "commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3",
1924
+ "package": "@fluentui/react-image"
1925
+ }
1926
+ ]
1927
+ }
1928
+ },
1929
+ {
1930
+ "date": "Fri, 26 Mar 2021 07:32:34 GMT",
1931
+ "tag": "@fluentui/react-image_v9.0.0-alpha.16",
1932
+ "version": "9.0.0-alpha.16",
1933
+ "comments": {
1934
+ "prerelease": [
1935
+ {
1936
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.15",
1937
+ "author": "lingfan.gao@microsoft.com",
1938
+ "commit": "8b5295e082e07dbe428bff7b9548c80c338f07c8",
1939
+ "package": "@fluentui/react-image"
1940
+ }
1941
+ ]
1942
+ }
1943
+ },
1944
+ {
1945
+ "date": "Thu, 25 Mar 2021 07:33:24 GMT",
1946
+ "tag": "@fluentui/react-image_v9.0.0-alpha.15",
1947
+ "version": "9.0.0-alpha.15",
1948
+ "comments": {
1949
+ "prerelease": [
1950
+ {
1951
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.14",
1952
+ "author": "olfedias@microsoft.com",
1953
+ "commit": "66638eed425fff31d69182529b03268836c5e1ec",
1954
+ "package": "@fluentui/react-image"
1955
+ }
1956
+ ]
1957
+ }
1958
+ },
1959
+ {
1960
+ "date": "Tue, 23 Mar 2021 07:31:43 GMT",
1961
+ "tag": "@fluentui/react-image_v9.0.0-alpha.14",
1962
+ "version": "9.0.0-alpha.14",
1963
+ "comments": {
1964
+ "prerelease": [
1965
+ {
1966
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.13",
1967
+ "author": "lingfan.gao@microsoft.com",
1968
+ "commit": "fc0d87258337229e59ec1c1fec87dc91193858f1",
1969
+ "package": "@fluentui/react-image"
1970
+ }
1971
+ ]
1972
+ }
1973
+ },
1974
+ {
1975
+ "date": "Mon, 22 Mar 2021 07:34:09 GMT",
1976
+ "tag": "@fluentui/react-image_v9.0.0-alpha.13",
1977
+ "version": "9.0.0-alpha.13",
1978
+ "comments": {
1979
+ "none": [
1980
+ {
1981
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.12",
1982
+ "author": "martinhochel@microsoft.com",
1983
+ "commit": "25c4ce7c54a2a65d3db4e5f2b13785468b669329",
1984
+ "package": "@fluentui/react-image"
1985
+ }
1986
+ ]
1987
+ }
1988
+ },
1989
+ {
1990
+ "date": "Fri, 19 Mar 2021 07:32:43 GMT",
1991
+ "tag": "@fluentui/react-image_v9.0.0-alpha.13",
1992
+ "version": "9.0.0-alpha.13",
1993
+ "comments": {
1994
+ "prerelease": [
1995
+ {
1996
+ "comment": "react-image - Updates styles from makeStylesCompat to makeStyles",
1997
+ "author": "bsunderhus@microsoft.com",
1998
+ "commit": "5c9a32661d995e224cf71db4743898b3d5c7a9f9",
1999
+ "package": "@fluentui/react-image"
2000
+ }
2001
+ ]
2002
+ }
2003
+ },
2004
+ {
2005
+ "date": "Thu, 18 Mar 2021 20:15:34 GMT",
2006
+ "tag": "@fluentui/react-image_v9.0.0-alpha.12",
2007
+ "version": "9.0.0-alpha.12",
2008
+ "comments": {
2009
+ "prerelease": [
2010
+ {
2011
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.12",
2012
+ "author": "lingfan.gao@microsoft.com",
2013
+ "commit": "165259181dd79866dc7ae5fa57c10a0f209d668f",
2014
+ "package": "@fluentui/react-image"
2015
+ }
2016
+ ]
2017
+ }
2018
+ },
2019
+ {
2020
+ "date": "Wed, 17 Mar 2021 07:35:44 GMT",
2021
+ "tag": "@fluentui/react-image_v9.0.0-alpha.11",
2022
+ "version": "9.0.0-alpha.11",
2023
+ "comments": {
2024
+ "none": [
2025
+ {
2026
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.11",
2027
+ "author": "olfedias@microsoft.com",
2028
+ "commit": "51902da6d01f0e9a790ca686e32eb94b31ecf733",
2029
+ "package": "@fluentui/react-image"
2030
+ }
2031
+ ]
2032
+ }
2033
+ },
2034
+ {
2035
+ "date": "Tue, 16 Mar 2021 07:32:44 GMT",
2036
+ "tag": "@fluentui/react-image_v9.0.0-alpha.11",
2037
+ "version": "9.0.0-alpha.11",
2038
+ "comments": {
2039
+ "patch": [
2040
+ {
2041
+ "comment": "Bump @fluentui/react-conformance to v0.2.4",
2042
+ "author": "elcraig@microsoft.com",
2043
+ "commit": "8bbe3d16c5c00716dfcbafa6d693437b8d090da3",
2044
+ "package": "@fluentui/react-image"
2045
+ }
2046
+ ]
2047
+ }
2048
+ },
2049
+ {
2050
+ "date": "Mon, 15 Mar 2021 07:36:20 GMT",
2051
+ "tag": "@fluentui/react-image_v9.0.0-alpha.10",
2052
+ "version": "9.0.0-alpha.10",
2053
+ "comments": {
2054
+ "prerelease": [
2055
+ {
2056
+ "comment": "Remove set-version references",
2057
+ "author": "elcraig@microsoft.com",
2058
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2059
+ "package": "@fluentui/react-image"
2060
+ }
2061
+ ],
2062
+ "none": [
2063
+ {
2064
+ "comment": "Remove unneeded scripts",
2065
+ "author": "elcraig@microsoft.com",
2066
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2067
+ "package": "@fluentui/react-image"
2068
+ },
2069
+ {
2070
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.10",
2071
+ "author": "elcraig@microsoft.com",
2072
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2073
+ "package": "@fluentui/react-image"
2074
+ },
2075
+ {
2076
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.8",
2077
+ "author": "elcraig@microsoft.com",
2078
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2079
+ "package": "@fluentui/react-image"
2080
+ }
2081
+ ]
2082
+ }
2083
+ },
2084
+ {
2085
+ "date": "Fri, 12 Mar 2021 20:04:27 GMT",
6
2086
  "tag": "@fluentui/react-image_v9.0.0-alpha.9",
7
2087
  "version": "9.0.0-alpha.9",
8
2088
  "comments": {