@fluentui/react-image 0.0.0-nightly-20220302-0405.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/CHANGELOG.json +3258 -0
  2. package/CHANGELOG.md +1240 -0
  3. package/LICENSE +15 -0
  4. package/MIGRATION.md +235 -0
  5. package/README.md +57 -0
  6. package/Spec.md +173 -0
  7. package/dist/react-image.d.ts +60 -0
  8. package/lib/Image.d.ts +1 -0
  9. package/lib/Image.js +2 -0
  10. package/lib/Image.js.map +1 -0
  11. package/lib/components/Image/Image.d.ts +6 -0
  12. package/lib/components/Image/Image.js +15 -0
  13. package/lib/components/Image/Image.js.map +1 -0
  14. package/lib/components/Image/Image.types.d.ts +30 -0
  15. package/lib/components/Image/Image.types.js +2 -0
  16. package/lib/components/Image/Image.types.js.map +1 -0
  17. package/lib/components/Image/index.d.ts +5 -0
  18. package/lib/components/Image/index.js +6 -0
  19. package/lib/components/Image/index.js.map +1 -0
  20. package/lib/components/Image/renderImage.d.ts +6 -0
  21. package/lib/components/Image/renderImage.js +16 -0
  22. package/lib/components/Image/renderImage.js.map +1 -0
  23. package/lib/components/Image/useImage.d.ts +6 -0
  24. package/lib/components/Image/useImage.js +30 -0
  25. package/lib/components/Image/useImage.js.map +1 -0
  26. package/lib/components/Image/useImageStyles.d.ts +3 -0
  27. package/lib/components/Image/useImageStyles.js +78 -0
  28. package/lib/components/Image/useImageStyles.js.map +1 -0
  29. package/lib/index.d.ts +1 -0
  30. package/lib/index.js +2 -0
  31. package/lib/index.js.map +1 -0
  32. package/lib/tsdoc-metadata.json +11 -0
  33. package/lib-commonjs/Image.d.ts +1 -0
  34. package/lib-commonjs/Image.js +10 -0
  35. package/lib-commonjs/Image.js.map +1 -0
  36. package/lib-commonjs/components/Image/Image.d.ts +6 -0
  37. package/lib-commonjs/components/Image/Image.js +26 -0
  38. package/lib-commonjs/components/Image/Image.js.map +1 -0
  39. package/lib-commonjs/components/Image/Image.types.d.ts +30 -0
  40. package/lib-commonjs/components/Image/Image.types.js +6 -0
  41. package/lib-commonjs/components/Image/Image.types.js.map +1 -0
  42. package/lib-commonjs/components/Image/index.d.ts +5 -0
  43. package/lib-commonjs/components/Image/index.js +18 -0
  44. package/lib-commonjs/components/Image/index.js.map +1 -0
  45. package/lib-commonjs/components/Image/renderImage.d.ts +6 -0
  46. package/lib-commonjs/components/Image/renderImage.js +27 -0
  47. package/lib-commonjs/components/Image/renderImage.js.map +1 -0
  48. package/lib-commonjs/components/Image/useImage.d.ts +6 -0
  49. package/lib-commonjs/components/Image/useImage.js +40 -0
  50. package/lib-commonjs/components/Image/useImage.js.map +1 -0
  51. package/lib-commonjs/components/Image/useImageStyles.d.ts +3 -0
  52. package/lib-commonjs/components/Image/useImageStyles.js +89 -0
  53. package/lib-commonjs/components/Image/useImageStyles.js.map +1 -0
  54. package/lib-commonjs/index.d.ts +1 -0
  55. package/lib-commonjs/index.js +10 -0
  56. package/lib-commonjs/index.js.map +1 -0
  57. package/package.json +64 -0
package/CHANGELOG.json ADDED
@@ -0,0 +1,3258 @@
1
+ {
2
+ "name": "@fluentui/react-image",
3
+ "entries": [
4
+ {
5
+ "date": "Wed, 02 Mar 2022 04:14:54 GMT",
6
+ "tag": "@fluentui/react-image_v0.0.0-nightly-20220302-0405.1",
7
+ "version": "0.0.0-nightly-20220302-0405.1",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@fluentui/react-image",
13
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec",
14
+ "comment": "Release nightly v9"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-image",
19
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20220302-0405.1",
20
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-image",
25
+ "comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20220302-0405.1",
26
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
27
+ },
28
+ {
29
+ "author": "beachball",
30
+ "package": "@fluentui/react-image",
31
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20220302-0405.1",
32
+ "commit": "53b1c4f7ec45eabb24152a601ce3341b825b3aec"
33
+ }
34
+ ]
35
+ }
36
+ },
37
+ {
38
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
39
+ "tag": "@fluentui/react-image_v9.0.0-rc.4",
40
+ "version": "9.0.0-rc.4",
41
+ "comments": {
42
+ "prerelease": [
43
+ {
44
+ "author": "beachball",
45
+ "package": "@fluentui/react-image",
46
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
47
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
48
+ }
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "date": "Fri, 18 Feb 2022 13:35:32 GMT",
54
+ "tag": "@fluentui/react-image_v9.0.0-rc.3",
55
+ "version": "9.0.0-rc.3",
56
+ "comments": {
57
+ "prerelease": [
58
+ {
59
+ "author": "lingfangao@hotmail.com",
60
+ "package": "@fluentui/react-image",
61
+ "commit": "d579bbbbb8bd1457e14b03eda2bc638d89f92d56",
62
+ "comment": "fix: Add react-theme as dependency to react-image"
63
+ },
64
+ {
65
+ "author": "lingfangao@hotmail.com",
66
+ "package": "@fluentui/react-image",
67
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
68
+ "comment": "fix: Source maps contain original source code"
69
+ },
70
+ {
71
+ "author": "beachball",
72
+ "package": "@fluentui/react-image",
73
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
74
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
75
+ },
76
+ {
77
+ "author": "beachball",
78
+ "package": "@fluentui/react-image",
79
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
80
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
81
+ },
82
+ {
83
+ "author": "beachball",
84
+ "package": "@fluentui/react-image",
85
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
86
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
87
+ }
88
+ ]
89
+ }
90
+ },
91
+ {
92
+ "date": "Thu, 10 Feb 2022 08:51:14 GMT",
93
+ "tag": "@fluentui/react-image_v9.0.0-rc.1",
94
+ "version": "9.0.0-rc.1",
95
+ "comments": {
96
+ "prerelease": [
97
+ {
98
+ "author": "mgodbolt@microsoft.com",
99
+ "package": "@fluentui/react-image",
100
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
101
+ "comment": "remove export of commons types"
102
+ },
103
+ {
104
+ "author": "Humberto.Morimoto@microsoft.com",
105
+ "package": "@fluentui/react-image",
106
+ "commit": "147ca590e83068153f0358da46b84e7e873b891f",
107
+ "comment": "react-image: Replacing use of functions in makeStyles with direct use of tokens."
108
+ },
109
+ {
110
+ "author": "olfedias@microsoft.com",
111
+ "package": "@fluentui/react-image",
112
+ "commit": "2ce465c8034747199be56ab5ebce3272b6d3a4f9",
113
+ "comment": "use Griffel packages"
114
+ },
115
+ {
116
+ "author": "behowell@microsoft.com",
117
+ "package": "@fluentui/react-image",
118
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
119
+ "comment": "Remove component's shorthandProps array"
120
+ },
121
+ {
122
+ "author": "lingfangao@hotmail.com",
123
+ "package": "@fluentui/react-image",
124
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
125
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
126
+ },
127
+ {
128
+ "author": "behowell@microsoft.com",
129
+ "package": "@fluentui/react-image",
130
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
131
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
132
+ },
133
+ {
134
+ "author": "Humberto.Morimoto@microsoft.com",
135
+ "package": "@fluentui/react-image",
136
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
137
+ "comment": "Updating based on changes to composition types."
138
+ },
139
+ {
140
+ "author": "behowell@microsoft.com",
141
+ "package": "@fluentui/react-image",
142
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
143
+ "comment": "Refactor component Slot typings"
144
+ },
145
+ {
146
+ "author": "olfedias@microsoft.com",
147
+ "package": "@fluentui/react-image",
148
+ "commit": "ffe595b06f256f25e6224a0069972e1474893758",
149
+ "comment": "update styles to not use CSS shorthands"
150
+ },
151
+ {
152
+ "author": "beachball",
153
+ "package": "@fluentui/react-image",
154
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
155
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
156
+ },
157
+ {
158
+ "author": "beachball",
159
+ "package": "@fluentui/react-image",
160
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
161
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
162
+ }
163
+ ],
164
+ "none": [
165
+ {
166
+ "author": "martinhochel@microsoft.com",
167
+ "package": "@fluentui/react-image",
168
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
169
+ "comment": "chore: use storybook runner for all vNext packages"
170
+ },
171
+ {
172
+ "author": "olfedias@microsoft.com",
173
+ "package": "@fluentui/react-image",
174
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
175
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
176
+ }
177
+ ]
178
+ }
179
+ },
180
+ {
181
+ "date": "Thu, 25 Nov 2021 08:34:13 GMT",
182
+ "tag": "@fluentui/react-image_v9.0.0-beta.4",
183
+ "version": "9.0.0-beta.4",
184
+ "comments": {
185
+ "none": [
186
+ {
187
+ "author": "tkrasniqi@microsoft.com",
188
+ "package": "@fluentui/react-image",
189
+ "commit": "01111bb9f10ad2bbe10902a48d15dce2e9cc4264",
190
+ "comment": {
191
+ "title": "",
192
+ "value": ""
193
+ }
194
+ }
195
+ ],
196
+ "prerelease": [
197
+ {
198
+ "author": "beachball",
199
+ "package": "@fluentui/react-image",
200
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
201
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
202
+ },
203
+ {
204
+ "author": "beachball",
205
+ "package": "@fluentui/react-image",
206
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
207
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
208
+ },
209
+ {
210
+ "author": "beachball",
211
+ "package": "@fluentui/react-image",
212
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
213
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
214
+ },
215
+ {
216
+ "author": "beachball",
217
+ "package": "@fluentui/react-image",
218
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
219
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
220
+ },
221
+ {
222
+ "author": "beachball",
223
+ "package": "@fluentui/react-image",
224
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
225
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
226
+ }
227
+ ]
228
+ }
229
+ },
230
+ {
231
+ "date": "Fri, 12 Nov 2021 13:25:24 GMT",
232
+ "tag": "@fluentui/react-image_v9.0.0-beta.3",
233
+ "version": "9.0.0-beta.3",
234
+ "comments": {
235
+ "prerelease": [
236
+ {
237
+ "author": "olfedias@microsoft.com",
238
+ "package": "@fluentui/react-image",
239
+ "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
240
+ "comment": "export static classes for components"
241
+ },
242
+ {
243
+ "author": "gcox@microsoft.com",
244
+ "package": "@fluentui/react-image",
245
+ "commit": "8555daca54fa0ab490b5400b8d67a9430be9e8e5",
246
+ "comment": "Updated Image stories with codesandbox export comments"
247
+ },
248
+ {
249
+ "author": "gcox@microsoft.com",
250
+ "package": "@fluentui/react-image",
251
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
252
+ "comment": "Updated beta and RC components to ES2019"
253
+ },
254
+ {
255
+ "author": "beachball",
256
+ "package": "@fluentui/react-image",
257
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
258
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
259
+ },
260
+ {
261
+ "author": "beachball",
262
+ "package": "@fluentui/react-image",
263
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
264
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
265
+ },
266
+ {
267
+ "author": "beachball",
268
+ "package": "@fluentui/react-image",
269
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
270
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
271
+ },
272
+ {
273
+ "author": "beachball",
274
+ "package": "@fluentui/react-image",
275
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
276
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
277
+ },
278
+ {
279
+ "author": "beachball",
280
+ "package": "@fluentui/react-image",
281
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
282
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
283
+ }
284
+ ],
285
+ "none": [
286
+ {
287
+ "author": "mgodbolt@microsoft.com",
288
+ "package": "@fluentui/react-image",
289
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
290
+ "comment": "update docs descriptions"
291
+ },
292
+ {
293
+ "author": "lingfangao@hotmail.com",
294
+ "package": "@fluentui/react-image",
295
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
296
+ "comment": "Remove beta release tag"
297
+ }
298
+ ]
299
+ }
300
+ },
301
+ {
302
+ "date": "Wed, 27 Oct 2021 12:14:18 GMT",
303
+ "tag": "@fluentui/react-image_v9.0.0-beta.2",
304
+ "version": "9.0.0-beta.2",
305
+ "comments": {
306
+ "none": [
307
+ {
308
+ "author": "tkrasniqi@microsoft.com",
309
+ "package": "@fluentui/react-image",
310
+ "commit": "138ac075ebfc80d8ed588e23177d14b70ca03593",
311
+ "comment": "Updated migration guide"
312
+ }
313
+ ],
314
+ "prerelease": [
315
+ {
316
+ "author": "gcox@microsoft.com",
317
+ "package": "@fluentui/react-image",
318
+ "commit": "e71393ebda85c52094c46d42d93af1e642f21293",
319
+ "comment": "Removed duplicate 'Image' from story names"
320
+ },
321
+ {
322
+ "author": "peter@draxler.ml",
323
+ "package": "@fluentui/react-image",
324
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
325
+ "comment": "added styling of documentation"
326
+ },
327
+ {
328
+ "author": "beachball",
329
+ "package": "@fluentui/react-image",
330
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
331
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
332
+ },
333
+ {
334
+ "author": "beachball",
335
+ "package": "@fluentui/react-image",
336
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
337
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
338
+ },
339
+ {
340
+ "author": "beachball",
341
+ "package": "@fluentui/react-image",
342
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
343
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
344
+ },
345
+ {
346
+ "author": "beachball",
347
+ "package": "@fluentui/react-image",
348
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
349
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
350
+ },
351
+ {
352
+ "author": "beachball",
353
+ "package": "@fluentui/react-image",
354
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
355
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
356
+ }
357
+ ]
358
+ }
359
+ },
360
+ {
361
+ "date": "Wed, 06 Oct 2021 10:37:22 GMT",
362
+ "tag": "@fluentui/react-image_v9.0.0-beta.1",
363
+ "version": "9.0.0-beta.1",
364
+ "comments": {
365
+ "prerelease": [
366
+ {
367
+ "author": "lingfangao@hotmail.com",
368
+ "package": "@fluentui/react-image",
369
+ "comment": "Bump all v9 components to beta prerelease tag",
370
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
371
+ },
372
+ {
373
+ "author": "beachball",
374
+ "package": "@fluentui/react-image",
375
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.1",
376
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
377
+ },
378
+ {
379
+ "author": "beachball",
380
+ "package": "@fluentui/react-image",
381
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.1",
382
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
383
+ },
384
+ {
385
+ "author": "beachball",
386
+ "package": "@fluentui/react-image",
387
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.1",
388
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
389
+ },
390
+ {
391
+ "author": "beachball",
392
+ "package": "@fluentui/react-image",
393
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.1",
394
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
395
+ },
396
+ {
397
+ "author": "beachball",
398
+ "package": "@fluentui/react-image",
399
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.1",
400
+ "commit": "5553164c190a4beb4780745d0e6403109e057913"
401
+ }
402
+ ]
403
+ }
404
+ },
405
+ {
406
+ "date": "Tue, 05 Oct 2021 12:47:58 GMT",
407
+ "tag": "@fluentui/react-image_v9.0.0-alpha.90",
408
+ "version": "9.0.0-alpha.90",
409
+ "comments": {
410
+ "prerelease": [
411
+ {
412
+ "author": "beachball",
413
+ "package": "@fluentui/react-image",
414
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.78",
415
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
416
+ },
417
+ {
418
+ "author": "beachball",
419
+ "package": "@fluentui/react-image",
420
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.60",
421
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
422
+ },
423
+ {
424
+ "author": "beachball",
425
+ "package": "@fluentui/react-image",
426
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.53",
427
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
428
+ },
429
+ {
430
+ "author": "beachball",
431
+ "package": "@fluentui/react-image",
432
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.22",
433
+ "commit": "c41b8f8996acd5b970d894fc910cc4d661f8e3cb"
434
+ }
435
+ ]
436
+ }
437
+ },
438
+ {
439
+ "date": "Tue, 05 Oct 2021 09:28:07 GMT",
440
+ "tag": "@fluentui/react-image_v9.0.0-alpha.89",
441
+ "version": "9.0.0-alpha.89",
442
+ "comments": {
443
+ "prerelease": [
444
+ {
445
+ "author": "bsunderhus@microsoft.com",
446
+ "package": "@fluentui/react-image",
447
+ "comment": "Adds ForwardRefComponent to react-image components declaration",
448
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
449
+ },
450
+ {
451
+ "author": "beachball",
452
+ "package": "@fluentui/react-image",
453
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.77",
454
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
455
+ },
456
+ {
457
+ "author": "beachball",
458
+ "package": "@fluentui/react-image",
459
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.56",
460
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
461
+ },
462
+ {
463
+ "author": "beachball",
464
+ "package": "@fluentui/react-image",
465
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.59",
466
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
467
+ },
468
+ {
469
+ "author": "beachball",
470
+ "package": "@fluentui/react-image",
471
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.52",
472
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
473
+ },
474
+ {
475
+ "author": "beachball",
476
+ "package": "@fluentui/react-image",
477
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.21",
478
+ "commit": "3b16677a03035dcf03c1297268b85c6d4bd3f839"
479
+ }
480
+ ]
481
+ }
482
+ },
483
+ {
484
+ "date": "Fri, 01 Oct 2021 14:13:08 GMT",
485
+ "tag": "@fluentui/react-image_v9.0.0-alpha.88",
486
+ "version": "9.0.0-alpha.88",
487
+ "comments": {
488
+ "prerelease": [
489
+ {
490
+ "author": "lingfangao@hotmail.com",
491
+ "package": "@fluentui/react-image",
492
+ "comment": "Bump v9 prerelease versions to rerelease",
493
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
494
+ },
495
+ {
496
+ "author": "beachball",
497
+ "package": "@fluentui/react-image",
498
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.76",
499
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
500
+ },
501
+ {
502
+ "author": "beachball",
503
+ "package": "@fluentui/react-image",
504
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.55",
505
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
506
+ },
507
+ {
508
+ "author": "beachball",
509
+ "package": "@fluentui/react-image",
510
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.58",
511
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
512
+ },
513
+ {
514
+ "author": "beachball",
515
+ "package": "@fluentui/react-image",
516
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.51",
517
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
518
+ },
519
+ {
520
+ "author": "beachball",
521
+ "package": "@fluentui/react-image",
522
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.20",
523
+ "commit": "4fa0856ad0353b787b8ae59229e6f64ef0719824"
524
+ }
525
+ ]
526
+ }
527
+ },
528
+ {
529
+ "date": "Thu, 30 Sep 2021 09:18:15 GMT",
530
+ "tag": "@fluentui/react-image_v9.0.0-alpha.86",
531
+ "version": "9.0.0-alpha.86",
532
+ "comments": {
533
+ "none": [
534
+ {
535
+ "author": "tkrasniqi@microsoft.com",
536
+ "package": "@fluentui/react-image",
537
+ "comment": "First iteration of ReadMe doc",
538
+ "commit": "d5578f1a321c72a95ee2760fd128437bc793c60d"
539
+ }
540
+ ]
541
+ }
542
+ },
543
+ {
544
+ "date": "Wed, 29 Sep 2021 08:06:11 GMT",
545
+ "tag": "@fluentui/react-image_v9.0.0-alpha.86",
546
+ "version": "9.0.0-alpha.86",
547
+ "comments": {
548
+ "prerelease": [
549
+ {
550
+ "author": "gcox@microsoft.com",
551
+ "package": "@fluentui/react-image",
552
+ "comment": "Updated ImageProps for consistency",
553
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
554
+ },
555
+ {
556
+ "author": "beachball",
557
+ "package": "@fluentui/react-image",
558
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.74",
559
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
560
+ },
561
+ {
562
+ "author": "beachball",
563
+ "package": "@fluentui/react-image",
564
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.56",
565
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
566
+ },
567
+ {
568
+ "author": "beachball",
569
+ "package": "@fluentui/react-image",
570
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.49",
571
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
572
+ },
573
+ {
574
+ "author": "beachball",
575
+ "package": "@fluentui/react-image",
576
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.18",
577
+ "commit": "ede1575b3a5c8f893124af9415c53968564fb923"
578
+ }
579
+ ]
580
+ }
581
+ },
582
+ {
583
+ "date": "Mon, 27 Sep 2021 08:06:00 GMT",
584
+ "tag": "@fluentui/react-image_v9.0.0-alpha.85",
585
+ "version": "9.0.0-alpha.85",
586
+ "comments": {
587
+ "prerelease": [
588
+ {
589
+ "author": "beachball",
590
+ "package": "@fluentui/react-image",
591
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.73",
592
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
593
+ },
594
+ {
595
+ "author": "beachball",
596
+ "package": "@fluentui/react-image",
597
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.53",
598
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
599
+ },
600
+ {
601
+ "author": "beachball",
602
+ "package": "@fluentui/react-image",
603
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.55",
604
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
605
+ },
606
+ {
607
+ "author": "beachball",
608
+ "package": "@fluentui/react-image",
609
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.48",
610
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
611
+ },
612
+ {
613
+ "author": "beachball",
614
+ "package": "@fluentui/react-image",
615
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.17",
616
+ "commit": "0df6cb80c9181650bf5d6c5df233bd5e9e779a43"
617
+ }
618
+ ]
619
+ }
620
+ },
621
+ {
622
+ "date": "Fri, 24 Sep 2021 09:17:17 GMT",
623
+ "tag": "@fluentui/react-image_v9.0.0-alpha.84",
624
+ "version": "9.0.0-alpha.84",
625
+ "comments": {
626
+ "prerelease": [
627
+ {
628
+ "author": "tkrasniqi@microsoft.com",
629
+ "package": "@fluentui/react-image",
630
+ "comment": "Added shadow prop",
631
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
632
+ },
633
+ {
634
+ "author": "beachball",
635
+ "package": "@fluentui/react-image",
636
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.72",
637
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
638
+ },
639
+ {
640
+ "author": "beachball",
641
+ "package": "@fluentui/react-image",
642
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.52",
643
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
644
+ },
645
+ {
646
+ "author": "beachball",
647
+ "package": "@fluentui/react-image",
648
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.54",
649
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
650
+ },
651
+ {
652
+ "author": "beachball",
653
+ "package": "@fluentui/react-image",
654
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.47",
655
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
656
+ },
657
+ {
658
+ "author": "beachball",
659
+ "package": "@fluentui/react-image",
660
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.16",
661
+ "commit": "0d26909912889432060fd4c87b2f4a45017e1532"
662
+ }
663
+ ]
664
+ }
665
+ },
666
+ {
667
+ "date": "Thu, 23 Sep 2021 08:21:34 GMT",
668
+ "tag": "@fluentui/react-image_v9.0.0-alpha.83",
669
+ "version": "9.0.0-alpha.83",
670
+ "comments": {
671
+ "prerelease": [
672
+ {
673
+ "author": "beachball",
674
+ "package": "@fluentui/react-image",
675
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.71",
676
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
677
+ },
678
+ {
679
+ "author": "beachball",
680
+ "package": "@fluentui/react-image",
681
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.51",
682
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
683
+ },
684
+ {
685
+ "author": "beachball",
686
+ "package": "@fluentui/react-image",
687
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.53",
688
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
689
+ },
690
+ {
691
+ "author": "beachball",
692
+ "package": "@fluentui/react-image",
693
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.46",
694
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
695
+ },
696
+ {
697
+ "author": "beachball",
698
+ "package": "@fluentui/react-image",
699
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.15",
700
+ "commit": "95682da34c48813f7658032ae490d21d2f363b90"
701
+ }
702
+ ]
703
+ }
704
+ },
705
+ {
706
+ "date": "Wed, 22 Sep 2021 10:10:07 GMT",
707
+ "tag": "@fluentui/react-image_v9.0.0-alpha.82",
708
+ "version": "9.0.0-alpha.82",
709
+ "comments": {
710
+ "prerelease": [
711
+ {
712
+ "author": "beachball",
713
+ "package": "@fluentui/react-image",
714
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.70",
715
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
716
+ },
717
+ {
718
+ "author": "beachball",
719
+ "package": "@fluentui/react-image",
720
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.50",
721
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
722
+ },
723
+ {
724
+ "author": "beachball",
725
+ "package": "@fluentui/react-image",
726
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.52",
727
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
728
+ },
729
+ {
730
+ "author": "beachball",
731
+ "package": "@fluentui/react-image",
732
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.45",
733
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
734
+ },
735
+ {
736
+ "author": "beachball",
737
+ "package": "@fluentui/react-image",
738
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.14",
739
+ "commit": "bc3f1ec72fc7784a558b0dd6598ee0662f4649c1"
740
+ }
741
+ ]
742
+ }
743
+ },
744
+ {
745
+ "date": "Tue, 21 Sep 2021 11:58:40 GMT",
746
+ "tag": "@fluentui/react-image_v9.0.0-alpha.81",
747
+ "version": "9.0.0-alpha.81",
748
+ "comments": {
749
+ "none": [
750
+ {
751
+ "author": "tkrasniqi@microsoft.com",
752
+ "package": "@fluentui/react-image",
753
+ "comment": "Separating stories into own files",
754
+ "commit": "56d226034d11d62a995e4910eb80ae43ee0ddf03"
755
+ }
756
+ ]
757
+ }
758
+ },
759
+ {
760
+ "date": "Tue, 21 Sep 2021 07:42:34 GMT",
761
+ "tag": "@fluentui/react-image_v9.0.0-alpha.81",
762
+ "version": "9.0.0-alpha.81",
763
+ "comments": {
764
+ "prerelease": [
765
+ {
766
+ "author": "gcox@microsoft.com",
767
+ "package": "@fluentui/react-image",
768
+ "comment": "Updating to types over interfaces",
769
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
770
+ },
771
+ {
772
+ "author": "beachball",
773
+ "package": "@fluentui/react-image",
774
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.69",
775
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
776
+ },
777
+ {
778
+ "author": "beachball",
779
+ "package": "@fluentui/react-image",
780
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.51",
781
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
782
+ },
783
+ {
784
+ "author": "beachball",
785
+ "package": "@fluentui/react-image",
786
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.44",
787
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
788
+ },
789
+ {
790
+ "author": "beachball",
791
+ "package": "@fluentui/react-image",
792
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-alpha.13",
793
+ "commit": "363765ba3d08d2facbb97fb80ab54ff27ac714fd"
794
+ }
795
+ ]
796
+ }
797
+ },
798
+ {
799
+ "date": "Mon, 20 Sep 2021 07:36:26 GMT",
800
+ "tag": "@fluentui/react-image_v9.0.0-alpha.80",
801
+ "version": "9.0.0-alpha.80",
802
+ "comments": {
803
+ "none": [
804
+ {
805
+ "author": "lingfangao@hotmail.com",
806
+ "package": "@fluentui/react-image",
807
+ "comment": "chore: use versioon eslint-plugin and react-conformance in dev dependencies",
808
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
809
+ }
810
+ ],
811
+ "prerelease": [
812
+ {
813
+ "author": "tkrasniqi@microsoft.com",
814
+ "package": "@fluentui/react-image",
815
+ "comment": "Removed conditional adding of aria-hidden",
816
+ "commit": "b8a304770f77c0353553a152dad34421070400a6"
817
+ },
818
+ {
819
+ "author": "lingfangao@hotmail.com",
820
+ "package": "@fluentui/react-image",
821
+ "commit": "b8a304770f77c0353553a152dad34421070400a6",
822
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.80"
823
+ }
824
+ ]
825
+ }
826
+ },
827
+ {
828
+ "date": "Fri, 17 Sep 2021 07:35:26 GMT",
829
+ "tag": "@fluentui/react-image_v9.0.0-alpha.79",
830
+ "version": "9.0.0-alpha.79",
831
+ "comments": {
832
+ "none": [
833
+ {
834
+ "author": "tkrasniqi@microsoft.com",
835
+ "package": "@fluentui/react-image",
836
+ "comment": "Added docs, description and best practices",
837
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575"
838
+ }
839
+ ],
840
+ "prerelease": [
841
+ {
842
+ "author": "Humberto.Morimoto@microsoft.com",
843
+ "package": "@fluentui/react-image",
844
+ "commit": "90d71a0914acbb73a0365d60a85237e3d58ef575",
845
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.79"
846
+ }
847
+ ]
848
+ }
849
+ },
850
+ {
851
+ "date": "Thu, 16 Sep 2021 07:38:39 GMT",
852
+ "tag": "@fluentui/react-image_v9.0.0-alpha.78",
853
+ "version": "9.0.0-alpha.78",
854
+ "comments": {
855
+ "prerelease": [
856
+ {
857
+ "author": "behowell@microsoft.com",
858
+ "package": "@fluentui/react-image",
859
+ "comment": "Fix typings in React.forwardRef",
860
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c"
861
+ },
862
+ {
863
+ "author": "behowell@microsoft.com",
864
+ "package": "@fluentui/react-image",
865
+ "commit": "fbe41e2877a20ce0f3c01b5188e17c12f941cc4c",
866
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.78"
867
+ }
868
+ ]
869
+ }
870
+ },
871
+ {
872
+ "date": "Tue, 14 Sep 2021 20:09:02 GMT",
873
+ "tag": "@fluentui/react-image_v9.0.0-alpha.77",
874
+ "version": "9.0.0-alpha.77",
875
+ "comments": {
876
+ "prerelease": [
877
+ {
878
+ "author": "tkrasniqi@microsoft.com",
879
+ "package": "@fluentui/react-image",
880
+ "comment": "Migrate to simplified slots",
881
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c"
882
+ },
883
+ {
884
+ "author": "bsunderhus@microsoft.com",
885
+ "package": "@fluentui/react-image",
886
+ "commit": "10495c31fb5c5cf48b4665601a75a0cfabb6a03c",
887
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.77"
888
+ }
889
+ ]
890
+ }
891
+ },
892
+ {
893
+ "date": "Fri, 10 Sep 2021 16:31:53 GMT",
894
+ "tag": "@fluentui/react-image_v9.0.0-alpha.76",
895
+ "version": "9.0.0-alpha.76",
896
+ "comments": {
897
+ "prerelease": [
898
+ {
899
+ "author": "lingfangao@hotmail.com",
900
+ "package": "@fluentui/react-image",
901
+ "comment": "chore(v9): Move all internal v9 dependencies from caret to fixed version",
902
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0"
903
+ },
904
+ {
905
+ "author": "lingfangao@hotmail.com",
906
+ "package": "@fluentui/react-image",
907
+ "commit": "01a06f5b2aa14ae96a2fca056d34d99a5ad124e0",
908
+ "comment": "Bump @fluentui/react-image to v9.0.0-alpha.76"
909
+ }
910
+ ]
911
+ }
912
+ },
913
+ {
914
+ "date": "Fri, 10 Sep 2021 07:39:51 GMT",
915
+ "tag": "@fluentui/react-image_v9.0.0-alpha.75",
916
+ "version": "9.0.0-alpha.75",
917
+ "comments": {
918
+ "prerelease": [
919
+ {
920
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.45",
921
+ "author": "behowell@microsoft.com",
922
+ "commit": "8700a515c7f2659761c5b53f55c32453bc3510b1",
923
+ "package": "@fluentui/react-image"
924
+ }
925
+ ]
926
+ }
927
+ },
928
+ {
929
+ "date": "Tue, 07 Sep 2021 07:34:55 GMT",
930
+ "tag": "@fluentui/react-image_v9.0.0-alpha.74",
931
+ "version": "9.0.0-alpha.74",
932
+ "comments": {
933
+ "none": [
934
+ {
935
+ "comment": "Added default snapshot test",
936
+ "author": "tkrasniqi@microsoft.com",
937
+ "commit": "7dfbf1225a317a7a930a177b5f4674add1322ad7",
938
+ "package": "@fluentui/react-image"
939
+ }
940
+ ]
941
+ }
942
+ },
943
+ {
944
+ "date": "Mon, 06 Sep 2021 07:34:53 GMT",
945
+ "tag": "@fluentui/react-image_v9.0.0-alpha.74",
946
+ "version": "9.0.0-alpha.74",
947
+ "comments": {
948
+ "prerelease": [
949
+ {
950
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.44",
951
+ "author": "lingfangao@hotmail.com",
952
+ "commit": "cd22a603bb20947e7d23a3357b9a535afdb5ee1d",
953
+ "package": "@fluentui/react-image"
954
+ }
955
+ ]
956
+ }
957
+ },
958
+ {
959
+ "date": "Fri, 03 Sep 2021 00:13:07 GMT",
960
+ "tag": "@fluentui/react-image_v9.0.0-alpha.73",
961
+ "version": "9.0.0-alpha.73",
962
+ "comments": {
963
+ "none": [
964
+ {
965
+ "comment": "enable makeStyles conformance tests",
966
+ "author": "olfedias@microsoft.com",
967
+ "commit": "7d246f9483660ee7a6b2a459d102d0d7cbf06695",
968
+ "package": "@fluentui/react-image"
969
+ }
970
+ ]
971
+ }
972
+ },
973
+ {
974
+ "date": "Thu, 02 Sep 2021 07:36:46 GMT",
975
+ "tag": "@fluentui/react-image_v9.0.0-alpha.73",
976
+ "version": "9.0.0-alpha.73",
977
+ "comments": {
978
+ "prerelease": [
979
+ {
980
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.43",
981
+ "author": "olfedias@microsoft.com",
982
+ "commit": "ff3225d408fa6a97628e3f08a5a11a196bef6934",
983
+ "package": "@fluentui/react-image"
984
+ }
985
+ ],
986
+ "patch": [
987
+ {
988
+ "comment": "Bump @fluentui/react-conformance to v0.4.5",
989
+ "author": "olfedias@microsoft.com",
990
+ "commit": "8f887d05e8f2fed8433b147c6e175d8297455c51",
991
+ "package": "@fluentui/react-image"
992
+ }
993
+ ]
994
+ }
995
+ },
996
+ {
997
+ "date": "Wed, 01 Sep 2021 07:39:56 GMT",
998
+ "tag": "@fluentui/react-image_v9.0.0-alpha.72",
999
+ "version": "9.0.0-alpha.72",
1000
+ "comments": {
1001
+ "prerelease": [
1002
+ {
1003
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.43",
1004
+ "author": "bsunderhus@microsoft.com",
1005
+ "commit": "40254a1b07bd51affd276e51af0b1d517714b45c",
1006
+ "package": "@fluentui/react-image"
1007
+ }
1008
+ ]
1009
+ }
1010
+ },
1011
+ {
1012
+ "date": "Tue, 31 Aug 2021 07:37:47 GMT",
1013
+ "tag": "@fluentui/react-image_v9.0.0-alpha.71",
1014
+ "version": "9.0.0-alpha.71",
1015
+ "comments": {
1016
+ "prerelease": [
1017
+ {
1018
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.42",
1019
+ "author": "lingfan.gao@microsoft.com",
1020
+ "commit": "7a53d85571212d2f5b56a84fd84e29f5e1985daa",
1021
+ "package": "@fluentui/react-image"
1022
+ }
1023
+ ]
1024
+ }
1025
+ },
1026
+ {
1027
+ "date": "Fri, 27 Aug 2021 07:33:32 GMT",
1028
+ "tag": "@fluentui/react-image_v9.0.0-alpha.70",
1029
+ "version": "9.0.0-alpha.70",
1030
+ "comments": {
1031
+ "prerelease": [
1032
+ {
1033
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.40",
1034
+ "author": "olfedias@microsoft.com",
1035
+ "commit": "a59db5b49ed755bf1b64ac0ac051d626ec50ffd3",
1036
+ "package": "@fluentui/react-image"
1037
+ }
1038
+ ]
1039
+ }
1040
+ },
1041
+ {
1042
+ "date": "Thu, 26 Aug 2021 07:35:43 GMT",
1043
+ "tag": "@fluentui/react-image_v9.0.0-alpha.69",
1044
+ "version": "9.0.0-alpha.69",
1045
+ "comments": {
1046
+ "prerelease": [
1047
+ {
1048
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.39",
1049
+ "author": "martinhochel@microsoft.com",
1050
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1051
+ "package": "@fluentui/react-image"
1052
+ }
1053
+ ],
1054
+ "none": [
1055
+ {
1056
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1057
+ "author": "martinhochel@microsoft.com",
1058
+ "commit": "210a7de72f25eb379bb76f76867351b7cad36ccd",
1059
+ "package": "@fluentui/react-image"
1060
+ }
1061
+ ]
1062
+ }
1063
+ },
1064
+ {
1065
+ "date": "Tue, 24 Aug 2021 07:34:48 GMT",
1066
+ "tag": "@fluentui/react-image_v9.0.0-alpha.68",
1067
+ "version": "9.0.0-alpha.68",
1068
+ "comments": {
1069
+ "prerelease": [
1070
+ {
1071
+ "comment": "Updating TypeScript type-only imports/exports to use import/export syntax.",
1072
+ "author": "dzearing@hotmail.com",
1073
+ "commit": "0198c05dad393704afbe8aeab6c5cdf6005bcc5a",
1074
+ "package": "@fluentui/react-image"
1075
+ }
1076
+ ],
1077
+ "none": [
1078
+ {
1079
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.1",
1080
+ "author": "dzearing@hotmail.com",
1081
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1082
+ "package": "@fluentui/react-image"
1083
+ },
1084
+ {
1085
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
1086
+ "author": "dzearing@hotmail.com",
1087
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1088
+ "package": "@fluentui/react-image"
1089
+ },
1090
+ {
1091
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1092
+ "author": "dzearing@hotmail.com",
1093
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1094
+ "package": "@fluentui/react-image"
1095
+ },
1096
+ {
1097
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.41",
1098
+ "author": "dzearing@hotmail.com",
1099
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1100
+ "package": "@fluentui/react-image"
1101
+ },
1102
+ {
1103
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.59",
1104
+ "author": "dzearing@hotmail.com",
1105
+ "commit": "789a3733b128569190319fce3fe2b46900b24896",
1106
+ "package": "@fluentui/react-image"
1107
+ },
1108
+ {
1109
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1110
+ "author": "dzearing@hotmail.com",
1111
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1112
+ "package": "@fluentui/react-image"
1113
+ },
1114
+ {
1115
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1116
+ "author": "dzearing@hotmail.com",
1117
+ "commit": "0abd957c8d4421018e6d792c2a4aa8876967392b",
1118
+ "package": "@fluentui/react-image"
1119
+ }
1120
+ ]
1121
+ }
1122
+ },
1123
+ {
1124
+ "date": "Fri, 20 Aug 2021 07:37:28 GMT",
1125
+ "tag": "@fluentui/react-image_v9.0.0-alpha.67",
1126
+ "version": "9.0.0-alpha.67",
1127
+ "comments": {
1128
+ "prerelease": [
1129
+ {
1130
+ "comment": "Update .npmignore",
1131
+ "author": "elcraig@microsoft.com",
1132
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1133
+ "package": "@fluentui/react-image"
1134
+ }
1135
+ ],
1136
+ "none": [
1137
+ {
1138
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.38",
1139
+ "author": "elcraig@microsoft.com",
1140
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1141
+ "package": "@fluentui/react-image"
1142
+ },
1143
+ {
1144
+ "comment": "Bump @fluentui/eslint-plugin to v1.4.0",
1145
+ "author": "behowell@microsoft.com",
1146
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1147
+ "package": "@fluentui/react-image"
1148
+ },
1149
+ {
1150
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.34",
1151
+ "author": "elcraig@microsoft.com",
1152
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1153
+ "package": "@fluentui/react-image"
1154
+ },
1155
+ {
1156
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.40",
1157
+ "author": "elcraig@microsoft.com",
1158
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1159
+ "package": "@fluentui/react-image"
1160
+ },
1161
+ {
1162
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.58",
1163
+ "author": "elcraig@microsoft.com",
1164
+ "commit": "8078e6915b4e74a3e1d2d53f6ff7198fd9dc2631",
1165
+ "package": "@fluentui/react-image"
1166
+ },
1167
+ {
1168
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1169
+ "author": "behowell@microsoft.com",
1170
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1171
+ "package": "@fluentui/react-image"
1172
+ },
1173
+ {
1174
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1175
+ "author": "behowell@microsoft.com",
1176
+ "commit": "21df8406417c5c5c1d053561a498b920ac962b4b",
1177
+ "package": "@fluentui/react-image"
1178
+ }
1179
+ ]
1180
+ }
1181
+ },
1182
+ {
1183
+ "date": "Thu, 19 Aug 2021 07:41:35 GMT",
1184
+ "tag": "@fluentui/react-image_v9.0.0-alpha.66",
1185
+ "version": "9.0.0-alpha.66",
1186
+ "comments": {
1187
+ "prerelease": [
1188
+ {
1189
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.39",
1190
+ "author": "bsunderhus@microsoft.com",
1191
+ "commit": "e467d64e7d3edb2512a81efdaeca5813269039b4",
1192
+ "package": "@fluentui/react-image"
1193
+ }
1194
+ ]
1195
+ }
1196
+ },
1197
+ {
1198
+ "date": "Wed, 18 Aug 2021 07:33:54 GMT",
1199
+ "tag": "@fluentui/react-image_v9.0.0-alpha.65",
1200
+ "version": "9.0.0-alpha.65",
1201
+ "comments": {
1202
+ "none": [
1203
+ {
1204
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.36",
1205
+ "author": "martinhochel@microsoft.com",
1206
+ "commit": "5dfa622011b10aaab3ab1fb3fc2e5f77c8a13166",
1207
+ "package": "@fluentui/react-image"
1208
+ }
1209
+ ]
1210
+ }
1211
+ },
1212
+ {
1213
+ "date": "Fri, 13 Aug 2021 07:36:34 GMT",
1214
+ "tag": "@fluentui/react-image_v9.0.0-alpha.65",
1215
+ "version": "9.0.0-alpha.65",
1216
+ "comments": {
1217
+ "prerelease": [
1218
+ {
1219
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.32",
1220
+ "author": "olfedias@microsoft.com",
1221
+ "commit": "284da7c9d57b33abce253aed5fc19b02898f6e0c",
1222
+ "package": "@fluentui/react-image"
1223
+ }
1224
+ ]
1225
+ }
1226
+ },
1227
+ {
1228
+ "date": "Wed, 11 Aug 2021 07:34:54 GMT",
1229
+ "tag": "@fluentui/react-image_v9.0.0-alpha.64",
1230
+ "version": "9.0.0-alpha.64",
1231
+ "comments": {
1232
+ "none": [
1233
+ {
1234
+ "comment": "Updated a11y and concerns sections",
1235
+ "author": "tkrasniqi@microsoft.com",
1236
+ "commit": "5ad25fb2e23b2aa5e3ce415b0ad26f24ade89467",
1237
+ "package": "@fluentui/react-image"
1238
+ }
1239
+ ],
1240
+ "prerelease": [
1241
+ {
1242
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.35",
1243
+ "author": "olfedias@microsoft.com",
1244
+ "commit": "954ba1d43684df75942a18c0ef05dc99187729ff",
1245
+ "package": "@fluentui/react-image"
1246
+ }
1247
+ ]
1248
+ }
1249
+ },
1250
+ {
1251
+ "date": "Mon, 09 Aug 2021 07:35:14 GMT",
1252
+ "tag": "@fluentui/react-image_v9.0.0-alpha.63",
1253
+ "version": "9.0.0-alpha.63",
1254
+ "comments": {
1255
+ "none": [
1256
+ {
1257
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
1258
+ "author": "czearing@outlook.com",
1259
+ "commit": "c8aa3a59fbe9a59ca90077418d7c82de9f31ee13",
1260
+ "package": "@fluentui/react-image"
1261
+ }
1262
+ ]
1263
+ }
1264
+ },
1265
+ {
1266
+ "date": "Fri, 06 Aug 2021 07:35:14 GMT",
1267
+ "tag": "@fluentui/react-image_v9.0.0-alpha.63",
1268
+ "version": "9.0.0-alpha.63",
1269
+ "comments": {
1270
+ "prerelease": [
1271
+ {
1272
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.34",
1273
+ "author": "jspurlin@microsoft.com",
1274
+ "commit": "8a09087b4215a36a50b6d3478cd2b74155c9c630",
1275
+ "package": "@fluentui/react-image"
1276
+ }
1277
+ ]
1278
+ }
1279
+ },
1280
+ {
1281
+ "date": "Wed, 04 Aug 2021 07:34:12 GMT",
1282
+ "tag": "@fluentui/react-image_v9.0.0-alpha.62",
1283
+ "version": "9.0.0-alpha.62",
1284
+ "comments": {
1285
+ "none": [
1286
+ {
1287
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.37",
1288
+ "author": "czearing@outlook.com",
1289
+ "commit": "109e85b19d8ee37a9c31ddf8e2083471bab64526",
1290
+ "package": "@fluentui/react-image"
1291
+ }
1292
+ ]
1293
+ }
1294
+ },
1295
+ {
1296
+ "date": "Tue, 03 Aug 2021 07:39:30 GMT",
1297
+ "tag": "@fluentui/react-image_v9.0.0-alpha.62",
1298
+ "version": "9.0.0-alpha.62",
1299
+ "comments": {
1300
+ "patch": [
1301
+ {
1302
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.3",
1303
+ "author": "behowell@microsoft.com",
1304
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1305
+ "package": "@fluentui/react-image"
1306
+ },
1307
+ {
1308
+ "comment": "Bump @fluentui/react-conformance to v0.4.4",
1309
+ "author": "behowell@microsoft.com",
1310
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1311
+ "package": "@fluentui/react-image"
1312
+ },
1313
+ {
1314
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1315
+ "author": "behowell@microsoft.com",
1316
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1317
+ "package": "@fluentui/react-image"
1318
+ }
1319
+ ],
1320
+ "prerelease": [
1321
+ {
1322
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.33",
1323
+ "author": "behowell@microsoft.com",
1324
+ "commit": "86476ee0511ad2693c2829b959f93a87ad10f095",
1325
+ "package": "@fluentui/react-image"
1326
+ }
1327
+ ]
1328
+ }
1329
+ },
1330
+ {
1331
+ "date": "Mon, 02 Aug 2021 07:36:20 GMT",
1332
+ "tag": "@fluentui/react-image_v9.0.0-alpha.61",
1333
+ "version": "9.0.0-alpha.61",
1334
+ "comments": {
1335
+ "prerelease": [
1336
+ {
1337
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.36",
1338
+ "author": "lingfan.gao@microsoft.com",
1339
+ "commit": "ab0e1bafdd9ace2974b3362cd2300fb32af466fb",
1340
+ "package": "@fluentui/react-image"
1341
+ }
1342
+ ]
1343
+ }
1344
+ },
1345
+ {
1346
+ "date": "Mon, 26 Jul 2021 07:37:30 GMT",
1347
+ "tag": "@fluentui/react-image_v9.0.0-alpha.60",
1348
+ "version": "9.0.0-alpha.60",
1349
+ "comments": {
1350
+ "prerelease": [
1351
+ {
1352
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.31",
1353
+ "author": "miroslav.stastny@microsoft.com",
1354
+ "commit": "aa570c511fdcef015696f07182af8bb251311406",
1355
+ "package": "@fluentui/react-image"
1356
+ }
1357
+ ]
1358
+ }
1359
+ },
1360
+ {
1361
+ "date": "Fri, 23 Jul 2021 07:38:19 GMT",
1362
+ "tag": "@fluentui/react-image_v9.0.0-alpha.59",
1363
+ "version": "9.0.0-alpha.59",
1364
+ "comments": {
1365
+ "prerelease": [
1366
+ {
1367
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.30",
1368
+ "author": "miroslav.stastny@microsoft.com",
1369
+ "commit": "5d812148593dc574a6f3a343a5657614b4d10456",
1370
+ "package": "@fluentui/react-image"
1371
+ }
1372
+ ]
1373
+ }
1374
+ },
1375
+ {
1376
+ "date": "Thu, 22 Jul 2021 07:36:55 GMT",
1377
+ "tag": "@fluentui/react-image_v9.0.0-alpha.58",
1378
+ "version": "9.0.0-alpha.58",
1379
+ "comments": {
1380
+ "prerelease": [
1381
+ {
1382
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.29",
1383
+ "author": "lingfan.gao@microsoft.com",
1384
+ "commit": "84296aa8db9ddbf0250f24703fb304c360ff05e1",
1385
+ "package": "@fluentui/react-image"
1386
+ }
1387
+ ]
1388
+ }
1389
+ },
1390
+ {
1391
+ "date": "Tue, 20 Jul 2021 22:23:17 GMT",
1392
+ "tag": "@fluentui/react-image_v9.0.0-alpha.57",
1393
+ "version": "9.0.0-alpha.57",
1394
+ "comments": {
1395
+ "none": [
1396
+ {
1397
+ "comment": "chore(react-image): migrate to new SB controlls setup",
1398
+ "author": "martinhochel@microsoft.com",
1399
+ "commit": "8b1d09a2e55822335e28507752b6c41c5e2e565a",
1400
+ "package": "@fluentui/react-image"
1401
+ },
1402
+ {
1403
+ "comment": "Sync babel-make-styles with published version",
1404
+ "author": "elcraig@microsoft.com",
1405
+ "commit": "d57f601738c32dfa1e651529d8edfec10a6b46b7",
1406
+ "package": "@fluentui/react-image"
1407
+ },
1408
+ {
1409
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.25",
1410
+ "author": "olfedias@microsoft.com",
1411
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1412
+ "package": "@fluentui/react-image"
1413
+ },
1414
+ {
1415
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.49",
1416
+ "author": "olfedias@microsoft.com",
1417
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1418
+ "package": "@fluentui/react-image"
1419
+ },
1420
+ {
1421
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1422
+ "author": "olfedias@microsoft.com",
1423
+ "commit": "0723d064145b7f6be971187a5cf9b66859308e2f",
1424
+ "package": "@fluentui/react-image"
1425
+ }
1426
+ ],
1427
+ "prerelease": [
1428
+ {
1429
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.28",
1430
+ "author": "olfedias@microsoft.com",
1431
+ "commit": "eb109ce88fe81cc91338ece32be1f4e49b81a678",
1432
+ "package": "@fluentui/react-image"
1433
+ }
1434
+ ]
1435
+ }
1436
+ },
1437
+ {
1438
+ "date": "Fri, 16 Jul 2021 22:53:17 GMT",
1439
+ "tag": "@fluentui/react-image_v9.0.0-alpha.56",
1440
+ "version": "9.0.0-alpha.56",
1441
+ "comments": {
1442
+ "prerelease": [
1443
+ {
1444
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.26",
1445
+ "author": "olfedias@microsoft.com",
1446
+ "commit": "91e053b6cfb80ed71f99957fc1e6b92f67920ab3",
1447
+ "package": "@fluentui/react-image"
1448
+ }
1449
+ ]
1450
+ }
1451
+ },
1452
+ {
1453
+ "date": "Thu, 15 Jul 2021 07:36:18 GMT",
1454
+ "tag": "@fluentui/react-image_v9.0.0-alpha.55",
1455
+ "version": "9.0.0-alpha.55",
1456
+ "comments": {
1457
+ "prerelease": [
1458
+ {
1459
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.33",
1460
+ "author": "bsunderhus@microsoft.com",
1461
+ "commit": "b60234948eacb8c6fa9d08ab8e98d963f583d475",
1462
+ "package": "@fluentui/react-image"
1463
+ }
1464
+ ]
1465
+ }
1466
+ },
1467
+ {
1468
+ "date": "Tue, 13 Jul 2021 22:32:58 GMT",
1469
+ "tag": "@fluentui/react-image_v9.0.0-alpha.54",
1470
+ "version": "9.0.0-alpha.54",
1471
+ "comments": {
1472
+ "patch": [
1473
+ {
1474
+ "comment": "Bump @fluentui/react-conformance to v0.4.3",
1475
+ "author": "elcraig@microsoft.com",
1476
+ "commit": "12b74625dec55bd1919f6370513043d87705e5ea",
1477
+ "package": "@fluentui/react-image"
1478
+ }
1479
+ ]
1480
+ }
1481
+ },
1482
+ {
1483
+ "date": "Tue, 13 Jul 2021 07:35:36 GMT",
1484
+ "tag": "@fluentui/react-image_v9.0.0-alpha.53",
1485
+ "version": "9.0.0-alpha.53",
1486
+ "comments": {
1487
+ "prerelease": [
1488
+ {
1489
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.24",
1490
+ "author": "behowell@microsoft.com",
1491
+ "commit": "8e5969e291bcafac21df12c9fb591bdd5654c613",
1492
+ "package": "@fluentui/react-image"
1493
+ }
1494
+ ]
1495
+ }
1496
+ },
1497
+ {
1498
+ "date": "Fri, 09 Jul 2021 07:39:31 GMT",
1499
+ "tag": "@fluentui/react-image_v9.0.0-alpha.52",
1500
+ "version": "9.0.0-alpha.52",
1501
+ "comments": {
1502
+ "patch": [
1503
+ {
1504
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.2",
1505
+ "author": "martinhochel@microsoft.com",
1506
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1507
+ "package": "@fluentui/react-image"
1508
+ },
1509
+ {
1510
+ "comment": "Bump @fluentui/react-conformance to v0.4.2",
1511
+ "author": "martinhochel@microsoft.com",
1512
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1513
+ "package": "@fluentui/react-image"
1514
+ },
1515
+ {
1516
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1517
+ "author": "martinhochel@microsoft.com",
1518
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1519
+ "package": "@fluentui/react-image"
1520
+ }
1521
+ ],
1522
+ "prerelease": [
1523
+ {
1524
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.23",
1525
+ "author": "martinhochel@microsoft.com",
1526
+ "commit": "18902eb64710aa6253a79781357b8390bb13665c",
1527
+ "package": "@fluentui/react-image"
1528
+ }
1529
+ ]
1530
+ }
1531
+ },
1532
+ {
1533
+ "date": "Fri, 02 Jul 2021 23:15:55 GMT",
1534
+ "tag": "@fluentui/react-image_v9.0.0-alpha.51",
1535
+ "version": "9.0.0-alpha.51",
1536
+ "comments": {
1537
+ "prerelease": [
1538
+ {
1539
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.22",
1540
+ "author": "olfedias@microsoft.com",
1541
+ "commit": "936b45148b58d15c9c843f0503f7bdf12b9da4e9",
1542
+ "package": "@fluentui/react-image"
1543
+ }
1544
+ ]
1545
+ }
1546
+ },
1547
+ {
1548
+ "date": "Fri, 02 Jul 2021 07:37:06 GMT",
1549
+ "tag": "@fluentui/react-image_v9.0.0-alpha.50",
1550
+ "version": "9.0.0-alpha.50",
1551
+ "comments": {
1552
+ "prerelease": [
1553
+ {
1554
+ "comment": "Rename typings and getSlots to have the Compat Suffix",
1555
+ "author": "bsunderhus@microsoft.com",
1556
+ "commit": "c939e67b1840a9eb5f7706afcda8c14df8f18d33",
1557
+ "package": "@fluentui/react-image"
1558
+ }
1559
+ ]
1560
+ }
1561
+ },
1562
+ {
1563
+ "date": "Thu, 01 Jul 2021 07:35:05 GMT",
1564
+ "tag": "@fluentui/react-image_v9.0.0-alpha.49",
1565
+ "version": "9.0.0-alpha.49",
1566
+ "comments": {
1567
+ "prerelease": [
1568
+ {
1569
+ "comment": "Fixing bug in start script of converged packages.",
1570
+ "author": "Humberto.Morimoto@microsoft.com",
1571
+ "commit": "c7eff2580a6fe159bbb3c4e77e549925187f3150",
1572
+ "package": "@fluentui/react-image"
1573
+ }
1574
+ ]
1575
+ }
1576
+ },
1577
+ {
1578
+ "date": "Wed, 30 Jun 2021 07:38:35 GMT",
1579
+ "tag": "@fluentui/react-image_v9.0.0-alpha.48",
1580
+ "version": "9.0.0-alpha.48",
1581
+ "comments": {
1582
+ "prerelease": [
1583
+ {
1584
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.19",
1585
+ "author": "tristan.watanabe@gmail.com",
1586
+ "commit": "804ca93da84e19cec0737729473be5034a2e4939",
1587
+ "package": "@fluentui/react-image"
1588
+ }
1589
+ ]
1590
+ }
1591
+ },
1592
+ {
1593
+ "date": "Tue, 29 Jun 2021 07:33:32 GMT",
1594
+ "tag": "@fluentui/react-image_v9.0.0-alpha.47",
1595
+ "version": "9.0.0-alpha.47",
1596
+ "comments": {
1597
+ "prerelease": [
1598
+ {
1599
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.18",
1600
+ "author": "olfedias@microsoft.com",
1601
+ "commit": "073ea5f67e3088a92f68caeeca32ef96410aabc5",
1602
+ "package": "@fluentui/react-image"
1603
+ }
1604
+ ]
1605
+ }
1606
+ },
1607
+ {
1608
+ "date": "Mon, 28 Jun 2021 07:35:16 GMT",
1609
+ "tag": "@fluentui/react-image_v9.0.0-alpha.46",
1610
+ "version": "9.0.0-alpha.46",
1611
+ "comments": {
1612
+ "none": [
1613
+ {
1614
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.17",
1615
+ "author": "olfedias@microsoft.com",
1616
+ "commit": "bf6fd1290ea6c6861a5d80f704e0d6d0cadb71e0",
1617
+ "package": "@fluentui/react-image"
1618
+ }
1619
+ ]
1620
+ }
1621
+ },
1622
+ {
1623
+ "date": "Wed, 23 Jun 2021 07:31:49 GMT",
1624
+ "tag": "@fluentui/react-image_v9.0.0-alpha.46",
1625
+ "version": "9.0.0-alpha.46",
1626
+ "comments": {
1627
+ "none": [
1628
+ {
1629
+ "comment": "Update build:local output path",
1630
+ "author": "miroslav.stastny@microsoft.com",
1631
+ "commit": "e4b6b9a9cbc90d5de498a85aeb793678b48f649b",
1632
+ "package": "@fluentui/react-image"
1633
+ }
1634
+ ]
1635
+ }
1636
+ },
1637
+ {
1638
+ "date": "Tue, 22 Jun 2021 07:35:11 GMT",
1639
+ "tag": "@fluentui/react-image_v9.0.0-alpha.46",
1640
+ "version": "9.0.0-alpha.46",
1641
+ "comments": {
1642
+ "prerelease": [
1643
+ {
1644
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.17",
1645
+ "author": "olfedias@microsoft.com",
1646
+ "commit": "3fccf5c8a8ea30529b736b9189e294969242f886",
1647
+ "package": "@fluentui/react-image"
1648
+ }
1649
+ ]
1650
+ }
1651
+ },
1652
+ {
1653
+ "date": "Mon, 21 Jun 2021 07:34:33 GMT",
1654
+ "tag": "@fluentui/react-image_v9.0.0-alpha.45",
1655
+ "version": "9.0.0-alpha.45",
1656
+ "comments": {
1657
+ "none": [
1658
+ {
1659
+ "comment": "Migrate to new DX",
1660
+ "author": "andredias@microsoft.com",
1661
+ "commit": "dad03f449136bce69f1f9ffdb504bbb44778bb35",
1662
+ "package": "@fluentui/react-image"
1663
+ }
1664
+ ]
1665
+ }
1666
+ },
1667
+ {
1668
+ "date": "Tue, 15 Jun 2021 07:40:20 GMT",
1669
+ "tag": "@fluentui/react-image_v9.0.0-alpha.45",
1670
+ "version": "9.0.0-alpha.45",
1671
+ "comments": {
1672
+ "prerelease": [
1673
+ {
1674
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.29",
1675
+ "author": "behowell@microsoft.com",
1676
+ "commit": "10b1e17acaa01675866f7a623be1a61b1478d7d7",
1677
+ "package": "@fluentui/react-image"
1678
+ }
1679
+ ]
1680
+ }
1681
+ },
1682
+ {
1683
+ "date": "Mon, 07 Jun 2021 07:38:15 GMT",
1684
+ "tag": "@fluentui/react-image_v9.0.0-alpha.44",
1685
+ "version": "9.0.0-alpha.44",
1686
+ "comments": {
1687
+ "patch": [
1688
+ {
1689
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.1",
1690
+ "author": "martinhochel@microsoft.com",
1691
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1692
+ "package": "@fluentui/react-image"
1693
+ },
1694
+ {
1695
+ "comment": "Bump @fluentui/react-conformance to v0.4.1",
1696
+ "author": "martinhochel@microsoft.com",
1697
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1698
+ "package": "@fluentui/react-image"
1699
+ },
1700
+ {
1701
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1702
+ "author": "martinhochel@microsoft.com",
1703
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1704
+ "package": "@fluentui/react-image"
1705
+ }
1706
+ ],
1707
+ "prerelease": [
1708
+ {
1709
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.15",
1710
+ "author": "martinhochel@microsoft.com",
1711
+ "commit": "f856cb3f7fbc3edb3646204c0c7e435fc7678dd1",
1712
+ "package": "@fluentui/react-image"
1713
+ }
1714
+ ]
1715
+ }
1716
+ },
1717
+ {
1718
+ "date": "Fri, 04 Jun 2021 07:37:23 GMT",
1719
+ "tag": "@fluentui/react-image_v9.0.0-alpha.43",
1720
+ "version": "9.0.0-alpha.43",
1721
+ "comments": {
1722
+ "prerelease": [
1723
+ {
1724
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.16",
1725
+ "author": "Humberto.Morimoto@microsoft.com",
1726
+ "commit": "1ca8c8f0c4eb633e6b34c0b6182c09103d4c7fcb",
1727
+ "package": "@fluentui/react-image"
1728
+ }
1729
+ ]
1730
+ }
1731
+ },
1732
+ {
1733
+ "date": "Thu, 03 Jun 2021 07:36:03 GMT",
1734
+ "tag": "@fluentui/react-image_v9.0.0-alpha.42",
1735
+ "version": "9.0.0-alpha.42",
1736
+ "comments": {
1737
+ "prerelease": [
1738
+ {
1739
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.13",
1740
+ "author": "martinhochel@microsoft.com",
1741
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1742
+ "package": "@fluentui/react-image"
1743
+ }
1744
+ ],
1745
+ "none": [
1746
+ {
1747
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.39",
1748
+ "author": "martinhochel@microsoft.com",
1749
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1750
+ "package": "@fluentui/react-image"
1751
+ },
1752
+ {
1753
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.15",
1754
+ "author": "martinhochel@microsoft.com",
1755
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1756
+ "package": "@fluentui/react-image"
1757
+ },
1758
+ {
1759
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.26",
1760
+ "author": "martinhochel@microsoft.com",
1761
+ "commit": "01f798f6ac6b7b0e4c968e34a0c3f0e692aa3d43",
1762
+ "package": "@fluentui/react-image"
1763
+ }
1764
+ ]
1765
+ }
1766
+ },
1767
+ {
1768
+ "date": "Wed, 02 Jun 2021 07:37:15 GMT",
1769
+ "tag": "@fluentui/react-image_v9.0.0-alpha.41",
1770
+ "version": "9.0.0-alpha.41",
1771
+ "comments": {
1772
+ "prerelease": [
1773
+ {
1774
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.12",
1775
+ "author": "bsunderhus@microsoft.com",
1776
+ "commit": "7f5734bd8a2a124969c6402534605fe0ee9df4af",
1777
+ "package": "@fluentui/react-image"
1778
+ }
1779
+ ]
1780
+ }
1781
+ },
1782
+ {
1783
+ "date": "Tue, 01 Jun 2021 07:31:58 GMT",
1784
+ "tag": "@fluentui/react-image_v9.0.0-alpha.40",
1785
+ "version": "9.0.0-alpha.40",
1786
+ "comments": {
1787
+ "none": [
1788
+ {
1789
+ "comment": "Revert \"chore: enable Jest aliases for converged packages (#18337)\"",
1790
+ "author": "olfedias@microsoft.com",
1791
+ "commit": "b5f2a02b37c8ea394a65f7a22bff057de93370dd",
1792
+ "package": "@fluentui/react-image"
1793
+ }
1794
+ ]
1795
+ }
1796
+ },
1797
+ {
1798
+ "date": "Fri, 28 May 2021 07:33:57 GMT",
1799
+ "tag": "@fluentui/react-image_v9.0.0-alpha.40",
1800
+ "version": "9.0.0-alpha.40",
1801
+ "comments": {
1802
+ "none": [
1803
+ {
1804
+ "comment": "enable Jest aliases",
1805
+ "author": "olfedias@microsoft.com",
1806
+ "commit": "5379823a6f53bd36a936806153d228b9a0ef0543",
1807
+ "package": "@fluentui/react-image"
1808
+ }
1809
+ ]
1810
+ }
1811
+ },
1812
+ {
1813
+ "date": "Wed, 26 May 2021 07:35:43 GMT",
1814
+ "tag": "@fluentui/react-image_v9.0.0-alpha.40",
1815
+ "version": "9.0.0-alpha.40",
1816
+ "comments": {
1817
+ "none": [
1818
+ {
1819
+ "comment": "add bundle size fixtures",
1820
+ "author": "olfedias@microsoft.com",
1821
+ "commit": "8b08552fe428f48dc17b7444fa186de750d380e7",
1822
+ "package": "@fluentui/react-image"
1823
+ }
1824
+ ],
1825
+ "prerelease": [
1826
+ {
1827
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.25",
1828
+ "author": "lingfan.gao@microsoft.com",
1829
+ "commit": "6ffca36c9537a1852d8ec26478b8b7aeb059e17c",
1830
+ "package": "@fluentui/react-image"
1831
+ }
1832
+ ]
1833
+ }
1834
+ },
1835
+ {
1836
+ "date": "Fri, 21 May 2021 07:34:54 GMT",
1837
+ "tag": "@fluentui/react-image_v9.0.0-alpha.39",
1838
+ "version": "9.0.0-alpha.39",
1839
+ "comments": {
1840
+ "none": [
1841
+ {
1842
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.11",
1843
+ "author": "miroslav.stastny@microsoft.com",
1844
+ "commit": "3f78f90075ae78bfd28f7d498ae8f012f0221279",
1845
+ "package": "@fluentui/react-image"
1846
+ }
1847
+ ],
1848
+ "prerelease": [
1849
+ {
1850
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.24",
1851
+ "author": "behowell@microsoft.com",
1852
+ "commit": "aabab8dedf6aa56a403b314157bcef84b6bcd585",
1853
+ "package": "@fluentui/react-image"
1854
+ }
1855
+ ]
1856
+ }
1857
+ },
1858
+ {
1859
+ "date": "Thu, 20 May 2021 07:41:54 GMT",
1860
+ "tag": "@fluentui/react-image_v9.0.0-alpha.38",
1861
+ "version": "9.0.0-alpha.38",
1862
+ "comments": {
1863
+ "none": [
1864
+ {
1865
+ "comment": "Update conformance tests in all packages to use a package-level isConformant wrapper with appropriate generics for props",
1866
+ "author": "elcraig@microsoft.com",
1867
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1868
+ "package": "@fluentui/react-image"
1869
+ }
1870
+ ],
1871
+ "prerelease": [
1872
+ {
1873
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.10",
1874
+ "author": "elcraig@microsoft.com",
1875
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1876
+ "package": "@fluentui/react-image"
1877
+ }
1878
+ ],
1879
+ "patch": [
1880
+ {
1881
+ "comment": "Bump @fluentui/eslint-plugin to v1.3.0",
1882
+ "author": "elcraig@microsoft.com",
1883
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1884
+ "package": "@fluentui/react-image"
1885
+ },
1886
+ {
1887
+ "comment": "Bump @fluentui/react-conformance to v0.4.0",
1888
+ "author": "elcraig@microsoft.com",
1889
+ "commit": "1e6ad173e2cfa18cfcae13311be7916f1b241432",
1890
+ "package": "@fluentui/react-image"
1891
+ },
1892
+ {
1893
+ "comment": "Bump @fluentui/scripts to v1.0.0",
1894
+ "author": "elcraig@microsoft.com",
1895
+ "commit": "630b71c415cd40ed0e36773eab99d62cd02a30fb",
1896
+ "package": "@fluentui/react-image"
1897
+ }
1898
+ ]
1899
+ }
1900
+ },
1901
+ {
1902
+ "date": "Wed, 19 May 2021 07:34:20 GMT",
1903
+ "tag": "@fluentui/react-image_v9.0.0-alpha.37",
1904
+ "version": "9.0.0-alpha.37",
1905
+ "comments": {
1906
+ "prerelease": [
1907
+ {
1908
+ "comment": "chore: add more Babel plugins",
1909
+ "author": "olfedias@microsoft.com",
1910
+ "commit": "975140887c6ad2391f8db63003ed440239ec9c25",
1911
+ "package": "@fluentui/react-image"
1912
+ }
1913
+ ],
1914
+ "patch": [
1915
+ {
1916
+ "comment": "Bump @fluentui/react-conformance to v0.3.1",
1917
+ "author": "martinhochel@microsoft.com",
1918
+ "commit": "616b4b7c381c757871e8a590564d8eff7337834c",
1919
+ "package": "@fluentui/react-image"
1920
+ }
1921
+ ]
1922
+ }
1923
+ },
1924
+ {
1925
+ "date": "Tue, 18 May 2021 07:34:38 GMT",
1926
+ "tag": "@fluentui/react-image_v9.0.0-alpha.36",
1927
+ "version": "9.0.0-alpha.36",
1928
+ "comments": {
1929
+ "prerelease": [
1930
+ {
1931
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.8",
1932
+ "author": "olfedias@microsoft.com",
1933
+ "commit": "c845a5045c99d8d83b2584cee016b1701cd3de57",
1934
+ "package": "@fluentui/react-image"
1935
+ }
1936
+ ]
1937
+ }
1938
+ },
1939
+ {
1940
+ "date": "Thu, 13 May 2021 07:36:55 GMT",
1941
+ "tag": "@fluentui/react-image_v9.0.0-alpha.35",
1942
+ "version": "9.0.0-alpha.35",
1943
+ "comments": {
1944
+ "prerelease": [
1945
+ {
1946
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.7",
1947
+ "author": "olfedias@microsoft.com",
1948
+ "commit": "fb53fd67729d8236e0681d74322717f6974c8b72",
1949
+ "package": "@fluentui/react-image"
1950
+ }
1951
+ ]
1952
+ }
1953
+ },
1954
+ {
1955
+ "date": "Wed, 12 May 2021 07:36:20 GMT",
1956
+ "tag": "@fluentui/react-image_v9.0.0-alpha.34",
1957
+ "version": "9.0.0-alpha.34",
1958
+ "comments": {
1959
+ "prerelease": [
1960
+ {
1961
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.6",
1962
+ "author": "olfedias@microsoft.com",
1963
+ "commit": "894712616ee3271fcf06e5fb24ad01e326e30bb5",
1964
+ "package": "@fluentui/react-image"
1965
+ }
1966
+ ]
1967
+ }
1968
+ },
1969
+ {
1970
+ "date": "Mon, 10 May 2021 07:36:07 GMT",
1971
+ "tag": "@fluentui/react-image_v9.0.0-alpha.33",
1972
+ "version": "9.0.0-alpha.33",
1973
+ "comments": {
1974
+ "prerelease": [
1975
+ {
1976
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-alpha.5",
1977
+ "author": "olfedias@microsoft.com",
1978
+ "commit": "78c12235fcfebe43b7a77d36cbdfc67461ec32dc",
1979
+ "package": "@fluentui/react-image"
1980
+ }
1981
+ ]
1982
+ }
1983
+ },
1984
+ {
1985
+ "date": "Wed, 05 May 2021 07:36:50 GMT",
1986
+ "tag": "@fluentui/react-image_v9.0.0-alpha.32",
1987
+ "version": "9.0.0-alpha.32",
1988
+ "comments": {
1989
+ "prerelease": [
1990
+ {
1991
+ "comment": "transform styles with Babel plugin",
1992
+ "author": "olfedias@microsoft.com",
1993
+ "commit": "a48d8dfd969f944c44b8c902cc9d418c333d063d",
1994
+ "package": "@fluentui/react-image"
1995
+ }
1996
+ ]
1997
+ }
1998
+ },
1999
+ {
2000
+ "date": "Mon, 03 May 2021 07:45:19 GMT",
2001
+ "tag": "@fluentui/react-image_v9.0.0-alpha.31",
2002
+ "version": "9.0.0-alpha.31",
2003
+ "comments": {
2004
+ "prerelease": [
2005
+ {
2006
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.21",
2007
+ "author": "lingfan.gao@microsoft.com",
2008
+ "commit": "5e6aa4df0c03051e59d686d24b35f01c721a3b4e",
2009
+ "package": "@fluentui/react-image"
2010
+ }
2011
+ ]
2012
+ }
2013
+ },
2014
+ {
2015
+ "date": "Fri, 30 Apr 2021 07:42:23 GMT",
2016
+ "tag": "@fluentui/react-image_v9.0.0-alpha.30",
2017
+ "version": "9.0.0-alpha.30",
2018
+ "comments": {
2019
+ "prerelease": [
2020
+ {
2021
+ "comment": "Upgrade to ts 4.0",
2022
+ "author": "joschect@microsoft.com",
2023
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
2024
+ "package": "@fluentui/react-image"
2025
+ }
2026
+ ],
2027
+ "patch": [
2028
+ {
2029
+ "comment": "Bump @fluentui/eslint-plugin to v1.2.0",
2030
+ "author": "joschect@microsoft.com",
2031
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
2032
+ "package": "@fluentui/react-image"
2033
+ },
2034
+ {
2035
+ "comment": "Bump @fluentui/react-conformance to v0.3.0",
2036
+ "author": "joschect@microsoft.com",
2037
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
2038
+ "package": "@fluentui/react-image"
2039
+ },
2040
+ {
2041
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2042
+ "author": "joschect@microsoft.com",
2043
+ "commit": "2b62c457bb860f6675fae4acae86ee6c0b06c279",
2044
+ "package": "@fluentui/react-image"
2045
+ }
2046
+ ]
2047
+ }
2048
+ },
2049
+ {
2050
+ "date": "Tue, 27 Apr 2021 07:34:03 GMT",
2051
+ "tag": "@fluentui/react-image_v9.0.0-alpha.29",
2052
+ "version": "9.0.0-alpha.29",
2053
+ "comments": {
2054
+ "prerelease": [
2055
+ {
2056
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.5",
2057
+ "author": "bsunderhus@microsoft.com",
2058
+ "commit": "fdb1af09ba60238bb1c3913af6a6a6fe98f49034",
2059
+ "package": "@fluentui/react-image"
2060
+ }
2061
+ ]
2062
+ }
2063
+ },
2064
+ {
2065
+ "date": "Mon, 26 Apr 2021 07:34:31 GMT",
2066
+ "tag": "@fluentui/react-image_v9.0.0-alpha.28",
2067
+ "version": "9.0.0-alpha.28",
2068
+ "comments": {
2069
+ "prerelease": [
2070
+ {
2071
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.4",
2072
+ "author": "bsunderhus@microsoft.com",
2073
+ "commit": "76e2027d772bc9d19d3d217c449c5965262f73c4",
2074
+ "package": "@fluentui/react-image"
2075
+ }
2076
+ ]
2077
+ }
2078
+ },
2079
+ {
2080
+ "date": "Fri, 23 Apr 2021 07:37:10 GMT",
2081
+ "tag": "@fluentui/react-image_v9.0.0-alpha.27",
2082
+ "version": "9.0.0-alpha.27",
2083
+ "comments": {
2084
+ "prerelease": [
2085
+ {
2086
+ "comment": "remove polyfill for objectFit",
2087
+ "author": "olfedias@microsoft.com",
2088
+ "commit": "92bdf4f3e8efb9f0d75f16cb3015d4f69c369dbc",
2089
+ "package": "@fluentui/react-image"
2090
+ }
2091
+ ],
2092
+ "patch": [
2093
+ {
2094
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.1",
2095
+ "author": "olfedias@microsoft.com",
2096
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
2097
+ "package": "@fluentui/react-image"
2098
+ },
2099
+ {
2100
+ "comment": "Bump @fluentui/react-conformance to v0.2.6",
2101
+ "author": "olfedias@microsoft.com",
2102
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
2103
+ "package": "@fluentui/react-image"
2104
+ },
2105
+ {
2106
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2107
+ "author": "olfedias@microsoft.com",
2108
+ "commit": "7d1a9a8aee217022e55b8c39c723b1390b5d8095",
2109
+ "package": "@fluentui/react-image"
2110
+ }
2111
+ ]
2112
+ }
2113
+ },
2114
+ {
2115
+ "date": "Thu, 22 Apr 2021 07:33:28 GMT",
2116
+ "tag": "@fluentui/react-image_v9.0.0-alpha.26",
2117
+ "version": "9.0.0-alpha.26",
2118
+ "comments": {
2119
+ "none": [
2120
+ {
2121
+ "comment": "Adds snapshot serializer to converged component",
2122
+ "author": "bsunderhus@microsoft.com",
2123
+ "commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
2124
+ "package": "@fluentui/react-image"
2125
+ }
2126
+ ],
2127
+ "prerelease": [
2128
+ {
2129
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-alpha.2",
2130
+ "author": "bsunderhus@microsoft.com",
2131
+ "commit": "bf7ee8d466296bd5974bd5abf9aaa20868aa9add",
2132
+ "package": "@fluentui/react-image"
2133
+ }
2134
+ ]
2135
+ }
2136
+ },
2137
+ {
2138
+ "date": "Wed, 21 Apr 2021 07:31:50 GMT",
2139
+ "tag": "@fluentui/react-image_v9.0.0-alpha.25",
2140
+ "version": "9.0.0-alpha.25",
2141
+ "comments": {
2142
+ "prerelease": [
2143
+ {
2144
+ "comment": "Rename ax() to mergeClasses()",
2145
+ "author": "miroslav.stastny@microsoft.com",
2146
+ "commit": "64da065944467537d8f23a97ef4c19c3d60a529b",
2147
+ "package": "@fluentui/react-image"
2148
+ }
2149
+ ],
2150
+ "none": [
2151
+ {
2152
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
2153
+ "author": "martinhochel@microsoft.com",
2154
+ "commit": "c12557d08ab5673ec3d3ba9747cfec64f39309eb",
2155
+ "package": "@fluentui/react-image"
2156
+ }
2157
+ ]
2158
+ }
2159
+ },
2160
+ {
2161
+ "date": "Tue, 20 Apr 2021 07:31:35 GMT",
2162
+ "tag": "@fluentui/react-image_v9.0.0-alpha.24",
2163
+ "version": "9.0.0-alpha.24",
2164
+ "comments": {
2165
+ "prerelease": [
2166
+ {
2167
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.23",
2168
+ "author": "lingfan.gao@microsoft.com",
2169
+ "commit": "c1e049dbcbf869f0a6e04d00f84dcfa7217eb808",
2170
+ "package": "@fluentui/react-image"
2171
+ }
2172
+ ]
2173
+ }
2174
+ },
2175
+ {
2176
+ "date": "Mon, 19 Apr 2021 07:33:33 GMT",
2177
+ "tag": "@fluentui/react-image_v9.0.0-alpha.23",
2178
+ "version": "9.0.0-alpha.23",
2179
+ "comments": {
2180
+ "none": [
2181
+ {
2182
+ "comment": "Remove unneeded react-app-polyfill devDependency",
2183
+ "author": "elcraig@microsoft.com",
2184
+ "commit": "fdc32557d49e5d70ea7e4af8957102d415b44547",
2185
+ "package": "@fluentui/react-image"
2186
+ }
2187
+ ]
2188
+ }
2189
+ },
2190
+ {
2191
+ "date": "Fri, 16 Apr 2021 18:08:21 GMT",
2192
+ "tag": "@fluentui/react-image_v9.0.0-alpha.23",
2193
+ "version": "9.0.0-alpha.23",
2194
+ "comments": {
2195
+ "prerelease": [
2196
+ {
2197
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.22",
2198
+ "author": "bsunderhus@microsoft.com",
2199
+ "commit": "e158c65f9712556cfcca1e80c7156889885c95b0",
2200
+ "package": "@fluentui/react-image"
2201
+ }
2202
+ ]
2203
+ }
2204
+ },
2205
+ {
2206
+ "date": "Wed, 14 Apr 2021 07:34:12 GMT",
2207
+ "tag": "@fluentui/react-image_v9.0.0-alpha.22",
2208
+ "version": "9.0.0-alpha.22",
2209
+ "comments": {
2210
+ "prerelease": [
2211
+ {
2212
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.21",
2213
+ "author": "bsunderhus@microsoft.com",
2214
+ "commit": "1b2e9185653032fed3dce7d3a919f8d6e95550c7",
2215
+ "package": "@fluentui/react-image"
2216
+ }
2217
+ ]
2218
+ }
2219
+ },
2220
+ {
2221
+ "date": "Fri, 09 Apr 2021 23:42:49 GMT",
2222
+ "tag": "@fluentui/react-image_v9.0.0-alpha.21",
2223
+ "version": "9.0.0-alpha.21",
2224
+ "comments": {
2225
+ "none": [
2226
+ {
2227
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.20",
2228
+ "author": "olfedias@microsoft.com",
2229
+ "commit": "3febbf40a59f1acb8e37516559fed1dd6f5b62fb",
2230
+ "package": "@fluentui/react-image"
2231
+ }
2232
+ ]
2233
+ }
2234
+ },
2235
+ {
2236
+ "date": "Fri, 09 Apr 2021 07:31:06 GMT",
2237
+ "tag": "@fluentui/react-image_v9.0.0-alpha.21",
2238
+ "version": "9.0.0-alpha.21",
2239
+ "comments": {
2240
+ "prerelease": [
2241
+ {
2242
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.20",
2243
+ "author": "olfedias@microsoft.com",
2244
+ "commit": "876c6d64de40213f9cc15062464bb13f702002fd",
2245
+ "package": "@fluentui/react-image"
2246
+ }
2247
+ ]
2248
+ }
2249
+ },
2250
+ {
2251
+ "date": "Thu, 08 Apr 2021 07:33:06 GMT",
2252
+ "tag": "@fluentui/react-image_v9.0.0-alpha.20",
2253
+ "version": "9.0.0-alpha.20",
2254
+ "comments": {
2255
+ "prerelease": [
2256
+ {
2257
+ "comment": "use ax() instead of useAx()",
2258
+ "author": "olfedias@microsoft.com",
2259
+ "commit": "45f6f31cefc412032a792179308ad837af63155a",
2260
+ "package": "@fluentui/react-image"
2261
+ }
2262
+ ]
2263
+ }
2264
+ },
2265
+ {
2266
+ "date": "Thu, 01 Apr 2021 20:13:37 GMT",
2267
+ "tag": "@fluentui/react-image_v9.0.0-alpha.19",
2268
+ "version": "9.0.0-alpha.19",
2269
+ "comments": {
2270
+ "prerelease": [
2271
+ {
2272
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.18",
2273
+ "author": "bsunderhus@microsoft.com",
2274
+ "commit": "dec60bc3ea87901ff8c2c52989301ae8f4229721",
2275
+ "package": "@fluentui/react-image"
2276
+ }
2277
+ ]
2278
+ }
2279
+ },
2280
+ {
2281
+ "date": "Wed, 31 Mar 2021 00:53:43 GMT",
2282
+ "tag": "@fluentui/react-image_v9.0.0-alpha.18",
2283
+ "version": "9.0.0-alpha.18",
2284
+ "comments": {
2285
+ "prerelease": [
2286
+ {
2287
+ "comment": "Fix type errors caught by makeMergeProps improvements",
2288
+ "author": "behowell@microsoft.com",
2289
+ "commit": "e45eeaba8deb93e825a9d3f72e87a9c4c9225ea1",
2290
+ "package": "@fluentui/react-image"
2291
+ }
2292
+ ],
2293
+ "patch": [
2294
+ {
2295
+ "comment": "Bump @fluentui/eslint-plugin to v1.1.0",
2296
+ "author": "elcraig@microsoft.com",
2297
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2298
+ "package": "@fluentui/react-image"
2299
+ },
2300
+ {
2301
+ "comment": "Bump @fluentui/react-conformance to v0.2.5",
2302
+ "author": "elcraig@microsoft.com",
2303
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2304
+ "package": "@fluentui/react-image"
2305
+ },
2306
+ {
2307
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2308
+ "author": "elcraig@microsoft.com",
2309
+ "commit": "d41b79242e6b682dfa58fcd76797ecfd9146d4cf",
2310
+ "package": "@fluentui/react-image"
2311
+ }
2312
+ ]
2313
+ }
2314
+ },
2315
+ {
2316
+ "date": "Tue, 30 Mar 2021 07:34:45 GMT",
2317
+ "tag": "@fluentui/react-image_v9.0.0-alpha.17",
2318
+ "version": "9.0.0-alpha.17",
2319
+ "comments": {
2320
+ "prerelease": [
2321
+ {
2322
+ "comment": "chore: restore \"sideEffects\" to enable treeshaking",
2323
+ "author": "olfedias@microsoft.com",
2324
+ "commit": "8d6eb6f174660017e96d2c539a08e1d64ccdf4a3",
2325
+ "package": "@fluentui/react-image"
2326
+ }
2327
+ ]
2328
+ }
2329
+ },
2330
+ {
2331
+ "date": "Fri, 26 Mar 2021 07:32:34 GMT",
2332
+ "tag": "@fluentui/react-image_v9.0.0-alpha.16",
2333
+ "version": "9.0.0-alpha.16",
2334
+ "comments": {
2335
+ "prerelease": [
2336
+ {
2337
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.15",
2338
+ "author": "lingfan.gao@microsoft.com",
2339
+ "commit": "8b5295e082e07dbe428bff7b9548c80c338f07c8",
2340
+ "package": "@fluentui/react-image"
2341
+ }
2342
+ ]
2343
+ }
2344
+ },
2345
+ {
2346
+ "date": "Thu, 25 Mar 2021 07:33:24 GMT",
2347
+ "tag": "@fluentui/react-image_v9.0.0-alpha.15",
2348
+ "version": "9.0.0-alpha.15",
2349
+ "comments": {
2350
+ "prerelease": [
2351
+ {
2352
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.14",
2353
+ "author": "olfedias@microsoft.com",
2354
+ "commit": "66638eed425fff31d69182529b03268836c5e1ec",
2355
+ "package": "@fluentui/react-image"
2356
+ }
2357
+ ]
2358
+ }
2359
+ },
2360
+ {
2361
+ "date": "Tue, 23 Mar 2021 07:31:43 GMT",
2362
+ "tag": "@fluentui/react-image_v9.0.0-alpha.14",
2363
+ "version": "9.0.0-alpha.14",
2364
+ "comments": {
2365
+ "prerelease": [
2366
+ {
2367
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.13",
2368
+ "author": "lingfan.gao@microsoft.com",
2369
+ "commit": "fc0d87258337229e59ec1c1fec87dc91193858f1",
2370
+ "package": "@fluentui/react-image"
2371
+ }
2372
+ ]
2373
+ }
2374
+ },
2375
+ {
2376
+ "date": "Mon, 22 Mar 2021 07:34:09 GMT",
2377
+ "tag": "@fluentui/react-image_v9.0.0-alpha.13",
2378
+ "version": "9.0.0-alpha.13",
2379
+ "comments": {
2380
+ "none": [
2381
+ {
2382
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.12",
2383
+ "author": "martinhochel@microsoft.com",
2384
+ "commit": "25c4ce7c54a2a65d3db4e5f2b13785468b669329",
2385
+ "package": "@fluentui/react-image"
2386
+ }
2387
+ ]
2388
+ }
2389
+ },
2390
+ {
2391
+ "date": "Fri, 19 Mar 2021 07:32:43 GMT",
2392
+ "tag": "@fluentui/react-image_v9.0.0-alpha.13",
2393
+ "version": "9.0.0-alpha.13",
2394
+ "comments": {
2395
+ "prerelease": [
2396
+ {
2397
+ "comment": "react-image - Updates styles from makeStylesCompat to makeStyles",
2398
+ "author": "bsunderhus@microsoft.com",
2399
+ "commit": "5c9a32661d995e224cf71db4743898b3d5c7a9f9",
2400
+ "package": "@fluentui/react-image"
2401
+ }
2402
+ ]
2403
+ }
2404
+ },
2405
+ {
2406
+ "date": "Thu, 18 Mar 2021 20:15:34 GMT",
2407
+ "tag": "@fluentui/react-image_v9.0.0-alpha.12",
2408
+ "version": "9.0.0-alpha.12",
2409
+ "comments": {
2410
+ "prerelease": [
2411
+ {
2412
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.12",
2413
+ "author": "lingfan.gao@microsoft.com",
2414
+ "commit": "165259181dd79866dc7ae5fa57c10a0f209d668f",
2415
+ "package": "@fluentui/react-image"
2416
+ }
2417
+ ]
2418
+ }
2419
+ },
2420
+ {
2421
+ "date": "Wed, 17 Mar 2021 07:35:44 GMT",
2422
+ "tag": "@fluentui/react-image_v9.0.0-alpha.11",
2423
+ "version": "9.0.0-alpha.11",
2424
+ "comments": {
2425
+ "none": [
2426
+ {
2427
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.11",
2428
+ "author": "olfedias@microsoft.com",
2429
+ "commit": "51902da6d01f0e9a790ca686e32eb94b31ecf733",
2430
+ "package": "@fluentui/react-image"
2431
+ }
2432
+ ]
2433
+ }
2434
+ },
2435
+ {
2436
+ "date": "Tue, 16 Mar 2021 07:32:44 GMT",
2437
+ "tag": "@fluentui/react-image_v9.0.0-alpha.11",
2438
+ "version": "9.0.0-alpha.11",
2439
+ "comments": {
2440
+ "patch": [
2441
+ {
2442
+ "comment": "Bump @fluentui/react-conformance to v0.2.4",
2443
+ "author": "elcraig@microsoft.com",
2444
+ "commit": "8bbe3d16c5c00716dfcbafa6d693437b8d090da3",
2445
+ "package": "@fluentui/react-image"
2446
+ }
2447
+ ]
2448
+ }
2449
+ },
2450
+ {
2451
+ "date": "Mon, 15 Mar 2021 07:36:20 GMT",
2452
+ "tag": "@fluentui/react-image_v9.0.0-alpha.10",
2453
+ "version": "9.0.0-alpha.10",
2454
+ "comments": {
2455
+ "prerelease": [
2456
+ {
2457
+ "comment": "Remove set-version references",
2458
+ "author": "elcraig@microsoft.com",
2459
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2460
+ "package": "@fluentui/react-image"
2461
+ }
2462
+ ],
2463
+ "none": [
2464
+ {
2465
+ "comment": "Remove unneeded scripts",
2466
+ "author": "elcraig@microsoft.com",
2467
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2468
+ "package": "@fluentui/react-image"
2469
+ },
2470
+ {
2471
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.10",
2472
+ "author": "elcraig@microsoft.com",
2473
+ "commit": "3b4dd6b9e941da11297cea43c5218a4da2d277d5",
2474
+ "package": "@fluentui/react-image"
2475
+ },
2476
+ {
2477
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.8",
2478
+ "author": "elcraig@microsoft.com",
2479
+ "commit": "b0bef818ea07833d9b9797ef26a4b24200ed0307",
2480
+ "package": "@fluentui/react-image"
2481
+ }
2482
+ ]
2483
+ }
2484
+ },
2485
+ {
2486
+ "date": "Fri, 12 Mar 2021 20:04:27 GMT",
2487
+ "tag": "@fluentui/react-image_v9.0.0-alpha.9",
2488
+ "version": "9.0.0-alpha.9",
2489
+ "comments": {
2490
+ "prerelease": [
2491
+ {
2492
+ "comment": "Change makeStyles to makeStylesCompat",
2493
+ "author": "bsunderhus@microsoft.com",
2494
+ "commit": "47ed02fa4d7f1ce693bf18a9463c6527e69d2417",
2495
+ "package": "@fluentui/react-image"
2496
+ }
2497
+ ],
2498
+ "none": [
2499
+ {
2500
+ "comment": "Move `@types/node` and `@types/webpack-env` devDependencies to root, and remove unneeded references",
2501
+ "author": "elcraig@microsoft.com",
2502
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
2503
+ "package": "@fluentui/react-image"
2504
+ },
2505
+ {
2506
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.9",
2507
+ "author": "elcraig@microsoft.com",
2508
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
2509
+ "package": "@fluentui/react-image"
2510
+ },
2511
+ {
2512
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-alpha.7",
2513
+ "author": "elcraig@microsoft.com",
2514
+ "commit": "8789ee1074aad852bd0a95d0183dbdf2ee718e1d",
2515
+ "package": "@fluentui/react-image"
2516
+ }
2517
+ ],
2518
+ "patch": [
2519
+ {
2520
+ "comment": "Bump @fluentui/react-conformance to v0.2.3",
2521
+ "author": "martinhochel@microsoft.com",
2522
+ "commit": "860bb829b416a8ee63fb25d11da7ad9c67d9312c",
2523
+ "package": "@fluentui/react-image"
2524
+ }
2525
+ ]
2526
+ }
2527
+ },
2528
+ {
2529
+ "date": "Wed, 10 Mar 2021 07:34:39 GMT",
2530
+ "tag": "@fluentui/react-image_v9.0.0-alpha.8",
2531
+ "version": "9.0.0-alpha.8",
2532
+ "comments": {
2533
+ "prerelease": [
2534
+ {
2535
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.8",
2536
+ "author": "lingfan.gao@microsoft.com",
2537
+ "commit": "458d1a05b3288c5d36da578f954df06f227066bf",
2538
+ "package": "@fluentui/react-image"
2539
+ }
2540
+ ]
2541
+ }
2542
+ },
2543
+ {
2544
+ "date": "Fri, 05 Mar 2021 20:30:59 GMT",
2545
+ "tag": "@fluentui/react-image_v9.0.0-alpha.7",
2546
+ "version": "9.0.0-alpha.7",
2547
+ "comments": {
2548
+ "prerelease": [
2549
+ {
2550
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.7",
2551
+ "author": "lingfan.gao@microsoft.com",
2552
+ "commit": "f7b97e9dc1cf0fec0201533042db4befb800cbd0",
2553
+ "package": "@fluentui/react-image"
2554
+ }
2555
+ ]
2556
+ }
2557
+ },
2558
+ {
2559
+ "date": "Wed, 03 Mar 2021 00:10:09 GMT",
2560
+ "tag": "@fluentui/react-image_v9.0.0-alpha.6",
2561
+ "version": "9.0.0-alpha.6",
2562
+ "comments": {
2563
+ "prerelease": [
2564
+ {
2565
+ "comment": "Remove set-version dependency from converged components",
2566
+ "author": "miroslav.stastny@microsoft.com",
2567
+ "commit": "712ca04cd82ad2b3426762a409cdce05a7cc80fc",
2568
+ "package": "@fluentui/react-image"
2569
+ }
2570
+ ]
2571
+ }
2572
+ },
2573
+ {
2574
+ "date": "Tue, 02 Mar 2021 07:24:27 GMT",
2575
+ "tag": "@fluentui/react-image_v9.0.0-alpha.5",
2576
+ "version": "9.0.0-alpha.5",
2577
+ "comments": {
2578
+ "prerelease": [
2579
+ {
2580
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.5",
2581
+ "author": "behowell@microsoft.com",
2582
+ "commit": "b97a96052d0b4c0c1d2f280bdb01f443f8d9bc63",
2583
+ "package": "@fluentui/react-image"
2584
+ }
2585
+ ]
2586
+ }
2587
+ },
2588
+ {
2589
+ "date": "Fri, 26 Feb 2021 01:16:27 GMT",
2590
+ "tag": "@fluentui/react-image_v9.0.0-alpha.4",
2591
+ "version": "9.0.0-alpha.4",
2592
+ "comments": {
2593
+ "prerelease": [
2594
+ {
2595
+ "comment": "Update references to major-bumped packages",
2596
+ "author": "elcraig@microsoft.com",
2597
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2598
+ "package": "@fluentui/react-image"
2599
+ }
2600
+ ],
2601
+ "patch": [
2602
+ {
2603
+ "comment": "Bump @fluentui/eslint-plugin to v1.0.1",
2604
+ "author": "elcraig@microsoft.com",
2605
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2606
+ "package": "@fluentui/react-image"
2607
+ },
2608
+ {
2609
+ "comment": "Bump @fluentui/react-conformance to v0.2.2",
2610
+ "author": "elcraig@microsoft.com",
2611
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2612
+ "package": "@fluentui/react-image"
2613
+ },
2614
+ {
2615
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2616
+ "author": "elcraig@microsoft.com",
2617
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2618
+ "package": "@fluentui/react-image"
2619
+ },
2620
+ {
2621
+ "comment": "Bump @fluentui/set-version to v8.0.1",
2622
+ "author": "elcraig@microsoft.com",
2623
+ "commit": "71f0a43b375b4a932ecbcf6778288422db2dc267",
2624
+ "package": "@fluentui/react-image"
2625
+ }
2626
+ ]
2627
+ }
2628
+ },
2629
+ {
2630
+ "date": "Thu, 25 Feb 2021 20:16:39 GMT",
2631
+ "tag": "@fluentui/react-image_v9.0.0-alpha.3",
2632
+ "version": "9.0.0-alpha.3",
2633
+ "comments": {
2634
+ "prerelease": [
2635
+ {
2636
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-alpha.3",
2637
+ "author": "humbertomakotomorimoto@gmail.com",
2638
+ "commit": "40e4e2ed855e0b2a4ac67a462f2b79919aef868b",
2639
+ "package": "@fluentui/react-image"
2640
+ }
2641
+ ]
2642
+ }
2643
+ },
2644
+ {
2645
+ "date": "Thu, 25 Feb 2021 01:15:27 GMT",
2646
+ "tag": "@fluentui/react-image_v9.0.0-alpha.2",
2647
+ "version": "9.0.0-alpha.2",
2648
+ "comments": {
2649
+ "none": [
2650
+ {
2651
+ "comment": "make @fluentui/react-conformance public",
2652
+ "author": "altinokd@microsoft.com",
2653
+ "commit": "9de2c9938c00408da7746d4b3f6fe7f80b37e37f",
2654
+ "package": "@fluentui/react-image"
2655
+ }
2656
+ ],
2657
+ "patch": [
2658
+ {
2659
+ "comment": "Bump @fluentui/react-conformance to v0.2.1",
2660
+ "author": "altinokd@microsoft.com",
2661
+ "commit": "9de2c9938c00408da7746d4b3f6fe7f80b37e37f",
2662
+ "package": "@fluentui/react-image"
2663
+ }
2664
+ ]
2665
+ }
2666
+ },
2667
+ {
2668
+ "date": "Wed, 24 Feb 2021 00:05:29 GMT",
2669
+ "tag": "@fluentui/react-image_v9.0.0-alpha.1",
2670
+ "version": "9.0.0-alpha.1",
2671
+ "comments": {
2672
+ "prerelease": [
2673
+ {
2674
+ "comment": "bump version to v9",
2675
+ "author": "olfedias@microsoft.com",
2676
+ "commit": "74da15f2f1fb10fe089fcaef24a47ac5dba89ad2",
2677
+ "package": "@fluentui/react-image"
2678
+ }
2679
+ ]
2680
+ }
2681
+ },
2682
+ {
2683
+ "date": "Mon, 22 Feb 2021 12:26:22 GMT",
2684
+ "tag": "@fluentui/react-image_v0.8.0",
2685
+ "version": "0.8.0",
2686
+ "comments": {
2687
+ "minor": [
2688
+ {
2689
+ "comment": "Breaks dependency on react-hooks for convergence",
2690
+ "author": "lingfan.gao@microsoft.com",
2691
+ "commit": "68bc4c7d68b5c01022658fcc485342670d56df39",
2692
+ "package": "@fluentui/react-image"
2693
+ }
2694
+ ],
2695
+ "none": [
2696
+ {
2697
+ "comment": "Bump @fluentui/react-utilities to v0.4.0",
2698
+ "author": "elcraig@microsoft.com",
2699
+ "commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
2700
+ "package": "@fluentui/react-image"
2701
+ }
2702
+ ],
2703
+ "patch": [
2704
+ {
2705
+ "comment": "Bump @fluentui/react-make-styles to v0.2.8",
2706
+ "author": "elcraig@microsoft.com",
2707
+ "commit": "a37bab178f676de967b937a8bad1a309e3e67fd8",
2708
+ "package": "@fluentui/react-image"
2709
+ }
2710
+ ]
2711
+ }
2712
+ },
2713
+ {
2714
+ "date": "Thu, 18 Feb 2021 19:38:50 GMT",
2715
+ "tag": "@fluentui/react-image_v0.7.2",
2716
+ "version": "0.7.2",
2717
+ "comments": {
2718
+ "patch": [
2719
+ {
2720
+ "comment": "Allow React 17 in peerDependencies",
2721
+ "author": "elcraig@microsoft.com",
2722
+ "commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
2723
+ "package": "@fluentui/react-image"
2724
+ }
2725
+ ],
2726
+ "prerelease": [
2727
+ {
2728
+ "comment": "Bump @fluentui/react-hooks to v8.0.0-beta.14",
2729
+ "author": "elcraig@microsoft.com",
2730
+ "commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
2731
+ "package": "@fluentui/react-image"
2732
+ },
2733
+ {
2734
+ "comment": "Bump @fluentui/react-make-styles to v0.2.7",
2735
+ "author": "elcraig@microsoft.com",
2736
+ "commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
2737
+ "package": "@fluentui/react-image"
2738
+ }
2739
+ ],
2740
+ "none": [
2741
+ {
2742
+ "comment": "Bump @fluentui/react-utilities to v0.3.1",
2743
+ "author": "elcraig@microsoft.com",
2744
+ "commit": "3b7379fde2d54e677a1d65ae86468bb5fdaf9fa4",
2745
+ "package": "@fluentui/react-image"
2746
+ }
2747
+ ]
2748
+ }
2749
+ },
2750
+ {
2751
+ "date": "Thu, 18 Feb 2021 12:27:34 GMT",
2752
+ "tag": "@fluentui/react-image_v0.7.1",
2753
+ "version": "0.7.1",
2754
+ "comments": {
2755
+ "patch": [
2756
+ {
2757
+ "comment": "use @fluentui/react-utilities instead of @fluentui/react-utils",
2758
+ "author": "olfedias@microsoft.com",
2759
+ "commit": "e0d4772fbaff0afd7ae0a2f85b53c4ca3831a701",
2760
+ "package": "@fluentui/react-image"
2761
+ }
2762
+ ],
2763
+ "prerelease": [
2764
+ {
2765
+ "comment": "Bump @fluentui/eslint-plugin to v1.0.0-beta.2",
2766
+ "author": "elcraig@microsoft.com",
2767
+ "commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
2768
+ "package": "@fluentui/react-image"
2769
+ },
2770
+ {
2771
+ "comment": "Bump @fluentui/react-hooks to v8.0.0-beta.13",
2772
+ "author": "elcraig@microsoft.com",
2773
+ "commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
2774
+ "package": "@fluentui/react-image"
2775
+ },
2776
+ {
2777
+ "comment": "Bump @fluentui/react-make-styles to v0.2.7-0",
2778
+ "author": "olfedias@microsoft.com",
2779
+ "commit": "e0d4772fbaff0afd7ae0a2f85b53c4ca3831a701",
2780
+ "package": "@fluentui/react-image"
2781
+ },
2782
+ {
2783
+ "comment": "Bump @fluentui/react-conformance to v1.0.0",
2784
+ "author": "elcraig@microsoft.com",
2785
+ "commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
2786
+ "package": "@fluentui/react-image"
2787
+ },
2788
+ {
2789
+ "comment": "Bump @fluentui/set-version to v8.0.0-beta.2",
2790
+ "author": "elcraig@microsoft.com",
2791
+ "commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
2792
+ "package": "@fluentui/react-image"
2793
+ },
2794
+ {
2795
+ "comment": "Bump @fluentui/scripts to v1.0.0",
2796
+ "author": "elcraig@microsoft.com",
2797
+ "commit": "1072765ed2e0ffda34688d84d376a8bc4bf928f0",
2798
+ "package": "@fluentui/react-image"
2799
+ }
2800
+ ],
2801
+ "none": [
2802
+ {
2803
+ "comment": "Bump @fluentui/react-utilities to v0.3.0",
2804
+ "author": "olfedias@microsoft.com",
2805
+ "commit": "e0d4772fbaff0afd7ae0a2f85b53c4ca3831a701",
2806
+ "package": "@fluentui/react-image"
2807
+ }
2808
+ ]
2809
+ }
2810
+ },
2811
+ {
2812
+ "date": "Wed, 17 Feb 2021 12:21:39 GMT",
2813
+ "tag": "@fluentui/react-image_v0.7.0",
2814
+ "version": "0.7.0",
2815
+ "comments": {
2816
+ "minor": [
2817
+ {
2818
+ "comment": "feat(react-image): redo to match convergence rfc",
2819
+ "author": "jakubkonka@microsoft.com",
2820
+ "commit": "f4c06e3c80ac9cd218137bae66ae7d1a8f4f28ab",
2821
+ "package": "@fluentui/react-image"
2822
+ }
2823
+ ],
2824
+ "none": [
2825
+ {
2826
+ "comment": "chore: apply single version policy on jest",
2827
+ "author": "martinhochel@microsoft.com",
2828
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2829
+ "package": "@fluentui/react-image"
2830
+ },
2831
+ {
2832
+ "comment": "Bump @fluentui/react-hooks to v8.0.0-beta.12",
2833
+ "author": "martinhochel@microsoft.com",
2834
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2835
+ "package": "@fluentui/react-image"
2836
+ },
2837
+ {
2838
+ "comment": "Bump @fluentui/react-make-styles to v0.2.6",
2839
+ "author": "martinhochel@microsoft.com",
2840
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2841
+ "package": "@fluentui/react-image"
2842
+ },
2843
+ {
2844
+ "comment": "Bump @fluentui/react-utils to v0.3.2-0",
2845
+ "author": "martinhochel@microsoft.com",
2846
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2847
+ "package": "@fluentui/react-image"
2848
+ },
2849
+ {
2850
+ "comment": "Bump @fluentui/set-version to v8.0.0-beta.1",
2851
+ "author": "martinhochel@microsoft.com",
2852
+ "commit": "0de01d003589b5e2f166bc070729dca20125a091",
2853
+ "package": "@fluentui/react-image"
2854
+ }
2855
+ ]
2856
+ }
2857
+ },
2858
+ {
2859
+ "date": "Mon, 15 Feb 2021 12:22:00 GMT",
2860
+ "tag": "@fluentui/react-image_v0.6.23",
2861
+ "version": "0.6.23",
2862
+ "comments": {
2863
+ "patch": [
2864
+ {
2865
+ "comment": "cleanup ref usages, remove unused types",
2866
+ "author": "olfedias@microsoft.com",
2867
+ "commit": "52f6bb844c5dece1af576da1a34f9230c50432d6",
2868
+ "package": "@fluentui/react-image"
2869
+ }
2870
+ ],
2871
+ "prerelease": [
2872
+ {
2873
+ "comment": "Bump @fluentui/react-theme-provider to v1.0.0-beta.24",
2874
+ "author": "xgao@microsoft.com",
2875
+ "commit": "d5a5a4f26ce900b3e1b3c0f6c46a17c2e3430439",
2876
+ "package": "@fluentui/react-image"
2877
+ },
2878
+ {
2879
+ "comment": "Bump @fluentui/react-hooks to v8.0.0-beta.12",
2880
+ "author": "xgao@microsoft.com",
2881
+ "commit": "d5a5a4f26ce900b3e1b3c0f6c46a17c2e3430439",
2882
+ "package": "@fluentui/react-image"
2883
+ },
2884
+ {
2885
+ "comment": "Bump @fluentui/react-utils to v0.3.2-0",
2886
+ "author": "xgao@microsoft.com",
2887
+ "commit": "d5a5a4f26ce900b3e1b3c0f6c46a17c2e3430439",
2888
+ "package": "@fluentui/react-image"
2889
+ }
2890
+ ]
2891
+ }
2892
+ },
2893
+ {
2894
+ "date": "Fri, 12 Feb 2021 12:26:20 GMT",
2895
+ "tag": "@fluentui/react-image_v0.6.22",
2896
+ "version": "0.6.22",
2897
+ "comments": {
2898
+ "prerelease": [
2899
+ {
2900
+ "comment": "Bump @fluentui/react-theme-provider to v1.0.0-beta.23",
2901
+ "author": "lingfan.gao@microsoft.com",
2902
+ "commit": "8ee2abdf839b14a45598ded245e0d0865618f4bb",
2903
+ "package": "@fluentui/react-image"
2904
+ }
2905
+ ],
2906
+ "patch": [
2907
+ {
2908
+ "comment": "Bump @fluentui/react-utils to v0.3.1",
2909
+ "author": "lingfan.gao@microsoft.com",
2910
+ "commit": "8ee2abdf839b14a45598ded245e0d0865618f4bb",
2911
+ "package": "@fluentui/react-image"
2912
+ }
2913
+ ]
2914
+ }
2915
+ },
2916
+ {
2917
+ "date": "Thu, 11 Feb 2021 12:18:41 GMT",
2918
+ "tag": "@fluentui/react-image_v0.6.21",
2919
+ "version": "0.6.21",
2920
+ "comments": {
2921
+ "none": [
2922
+ {
2923
+ "comment": "Bump @fluentui/react-compose to v1.0.0-beta.12",
2924
+ "author": "martinhochel@microsoft.com",
2925
+ "commit": "7566015a7edd355b4fcd3796bc8f44f732ef0877",
2926
+ "package": "@fluentui/react-image"
2927
+ }
2928
+ ]
2929
+ }
2930
+ },
2931
+ {
2932
+ "date": "Thu, 11 Feb 2021 00:58:10 GMT",
2933
+ "tag": "@fluentui/react-image_v0.6.21",
2934
+ "version": "0.6.21",
2935
+ "comments": {
2936
+ "prerelease": [
2937
+ {
2938
+ "comment": "Bump @fluentui/react-compose to v1.0.0-beta.12",
2939
+ "author": "xgao@microsoft.com",
2940
+ "commit": "69357e7a30d4c282ad82d2ecf4da6fc4b942ab99",
2941
+ "package": "@fluentui/react-image"
2942
+ },
2943
+ {
2944
+ "comment": "Bump @fluentui/react-hooks to v8.0.0-beta.11",
2945
+ "author": "xgao@microsoft.com",
2946
+ "commit": "69357e7a30d4c282ad82d2ecf4da6fc4b942ab99",
2947
+ "package": "@fluentui/react-image"
2948
+ },
2949
+ {
2950
+ "comment": "Bump @fluentui/react-theme-provider to v1.0.0-beta.22",
2951
+ "author": "xgao@microsoft.com",
2952
+ "commit": "69357e7a30d4c282ad82d2ecf4da6fc4b942ab99",
2953
+ "package": "@fluentui/react-image"
2954
+ },
2955
+ {
2956
+ "comment": "Bump @fluentui/react-utils to v0.3.1-0",
2957
+ "author": "xgao@microsoft.com",
2958
+ "commit": "69357e7a30d4c282ad82d2ecf4da6fc4b942ab99",
2959
+ "package": "@fluentui/react-image"
2960
+ }
2961
+ ]
2962
+ }
2963
+ },
2964
+ {
2965
+ "date": "Tue, 09 Feb 2021 00:56:52 GMT",
2966
+ "tag": "@fluentui/react-image_v0.6.21",
2967
+ "version": "0.6.21",
2968
+ "comments": {
2969
+ "prerelease": [
2970
+ {
2971
+ "comment": "Bump @fluentui/react-theme-provider to v1.0.0-beta.21",
2972
+ "author": "lingfan.gao@microsoft.com",
2973
+ "commit": "fe4959d22fec3382fa743b396f671b1b63a26b9e",
2974
+ "package": "@fluentui/react-image"
2975
+ }
2976
+ ],
2977
+ "patch": [
2978
+ {
2979
+ "comment": "Bump @fluentui/react-utils to v0.3.0",
2980
+ "author": "lingfan.gao@microsoft.com",
2981
+ "commit": "fe4959d22fec3382fa743b396f671b1b63a26b9e",
2982
+ "package": "@fluentui/react-image"
2983
+ }
2984
+ ]
2985
+ }
2986
+ },
2987
+ {
2988
+ "date": "Mon, 08 Feb 2021 12:23:08 GMT",
2989
+ "tag": "@fluentui/react-image_v0.6.20",
2990
+ "version": "0.6.20",
2991
+ "comments": {
2992
+ "prerelease": [
2993
+ {
2994
+ "comment": "Bump @fluentui/react-theme-provider to v1.0.0-beta.20",
2995
+ "author": "miroslav.stastny@microsoft.com",
2996
+ "commit": "bca3d0d79accb3675bf3dfd49c0297e646b91d2c",
2997
+ "package": "@fluentui/react-image"
2998
+ }
2999
+ ]
3000
+ }
3001
+ },
3002
+ {
3003
+ "date": "Wed, 03 Feb 2021 05:51:40 GMT",
3004
+ "tag": "@fluentui/react-image_v0.6.20",
3005
+ "version": "0.6.20",
3006
+ "comments": {
3007
+ "none": [
3008
+ {
3009
+ "comment": "refactor: remove unused .npmrc in packages",
3010
+ "author": "hantatsang@gmail.com",
3011
+ "commit": "c688ee2ea6f192c4874974ebf11598523ccf6db9",
3012
+ "package": "@fluentui/react-image"
3013
+ }
3014
+ ]
3015
+ }
3016
+ },
3017
+ {
3018
+ "date": "Tue, 02 Feb 2021 12:21:54 GMT",
3019
+ "tag": "@fluentui/react-image_v0.6.20",
3020
+ "version": "0.6.20",
3021
+ "comments": {
3022
+ "patch": [
3023
+ {
3024
+ "comment": "use a compat version of ThemeProvider",
3025
+ "author": "olfedias@microsoft.com",
3026
+ "commit": "27074a29ffdf4d437dc4d6fcb347effe9fcb195f",
3027
+ "package": "@fluentui/react-image"
3028
+ }
3029
+ ]
3030
+ }
3031
+ },
3032
+ {
3033
+ "date": "Mon, 01 Feb 2021 12:23:48 GMT",
3034
+ "tag": "@fluentui/react-image_v0.6.19",
3035
+ "version": "0.6.19",
3036
+ "comments": {
3037
+ "patch": [
3038
+ {
3039
+ "comment": "add prerelease in disallowed change type for version packages and fix current versioning.",
3040
+ "author": "xgao@microsoft.com",
3041
+ "commit": "9ec4369a9e7850d7ab37803f931d1a0cf30743a9",
3042
+ "package": "@fluentui/react-image"
3043
+ },
3044
+ {
3045
+ "comment": "Extract compose/next to react-utils",
3046
+ "author": "lingfan.gao@microsoft.com",
3047
+ "commit": "f4917ffe3172175eaa332448032d27c64319b679",
3048
+ "package": "@fluentui/react-image"
3049
+ }
3050
+ ]
3051
+ }
3052
+ },
3053
+ {
3054
+ "date": "Thu, 28 Jan 2021 12:25:56 GMT",
3055
+ "tag": "@fluentui/react-image_v0.6.19-15",
3056
+ "version": "0.6.19-15",
3057
+ "comments": {
3058
+ "none": [
3059
+ {
3060
+ "comment": "Delete update-api script which is no longer needed",
3061
+ "author": "elcraig@microsoft.com",
3062
+ "commit": "943a9ef5768a9cd77ade84217d142f93b1be6127",
3063
+ "package": "@fluentui/react-image"
3064
+ },
3065
+ {
3066
+ "comment": "Remove incorrect mock of requestAnimationFrame",
3067
+ "author": "elcraig@microsoft.com",
3068
+ "commit": "6bd0ce75decd9f62c40967bd7a59bfff960a0105",
3069
+ "package": "@fluentui/react-image"
3070
+ }
3071
+ ],
3072
+ "prerelease": [
3073
+ {
3074
+ "comment": "Updating to webpack 5, latest typings, latest loaders and plugins.",
3075
+ "author": "dzearing@microsoft.com",
3076
+ "commit": "9c2c4a61c7d9eb8d153945ff57962118b569ea5b",
3077
+ "package": "@fluentui/react-image"
3078
+ }
3079
+ ]
3080
+ }
3081
+ },
3082
+ {
3083
+ "date": "Thu, 21 Jan 2021 12:36:12 GMT",
3084
+ "tag": "@fluentui/react-image_v0.6.19-14",
3085
+ "version": "0.6.19-14",
3086
+ "comments": {
3087
+ "prerelease": [
3088
+ {
3089
+ "comment": " Updating dev dependencies.",
3090
+ "author": "dzearing@microsoft.com",
3091
+ "commit": "f7813725750ecc893ca37792bbb004e554591279",
3092
+ "package": "@fluentui/react-image"
3093
+ }
3094
+ ]
3095
+ }
3096
+ },
3097
+ {
3098
+ "date": "Fri, 23 Oct 2020 23:25:40 GMT",
3099
+ "tag": "@fluentui/react-image_v0.6.18",
3100
+ "version": "0.6.18",
3101
+ "comments": {
3102
+ "patch": [
3103
+ {
3104
+ "comment": "Major bump react-compose package since it dependes on packages with new major.",
3105
+ "author": "xgao@microsoft.com",
3106
+ "commit": "302f8e93bc5bc9fd87d1c5a082713560f3bc4583",
3107
+ "package": "@fluentui/react-image"
3108
+ }
3109
+ ]
3110
+ }
3111
+ },
3112
+ {
3113
+ "date": "Fri, 23 Oct 2020 03:26:15 GMT",
3114
+ "tag": "@fluentui/react-image_v0.6.17",
3115
+ "version": "0.6.17",
3116
+ "comments": {
3117
+ "none": [
3118
+ {
3119
+ "comment": "Update npmignore",
3120
+ "author": "elcraig@microsoft.com",
3121
+ "commit": "aec02d96e7cef745e9867c03a528426a5ad28038",
3122
+ "package": "@fluentui/react-image"
3123
+ },
3124
+ {
3125
+ "comment": "fix stories for `react-image`, use images from CDN",
3126
+ "author": "olfedias@microsoft.com",
3127
+ "commit": "ad0cdabbbeae3a0fc99363c8f1590d168be97539",
3128
+ "package": "@fluentui/react-image"
3129
+ },
3130
+ {
3131
+ "comment": "Rename build-related packages",
3132
+ "author": "elcraig@microsoft.com",
3133
+ "commit": "32a158fd2c7fca8dc308a3e41f692817e6c26c44",
3134
+ "package": "@fluentui/react-image"
3135
+ },
3136
+ {
3137
+ "comment": "Update package version for @fluentui/react version 8 beta release.",
3138
+ "author": "xgao@microsoft.com",
3139
+ "commit": "ee2622a8572c11f1eeb9d7f1c8d759d6ae0281ca",
3140
+ "package": "@fluentui/react-image"
3141
+ }
3142
+ ],
3143
+ "patch": [
3144
+ {
3145
+ "comment": "Rename @uifabric/set-version to @fluentui/set-version",
3146
+ "author": "ololubek@microsoft.com",
3147
+ "commit": "2eba5d5be163a7a64975f058dc38b465f2363064",
3148
+ "package": "@fluentui/react-image"
3149
+ },
3150
+ {
3151
+ "comment": "Rename @uifabric/react-hooks to @fluentui/react-hooks & @uifabric/utilities to @fluentui/utilities",
3152
+ "author": "ololubek@microsoft.com",
3153
+ "commit": "c6ae2b350037deb4e0bea07cdbdfe2e93455f4b1",
3154
+ "package": "@fluentui/react-image"
3155
+ }
3156
+ ]
3157
+ }
3158
+ },
3159
+ {
3160
+ "date": "Fri, 25 Sep 2020 12:25:17 GMT",
3161
+ "tag": "@fluentui/react-image_v0.6.9",
3162
+ "version": "0.6.9",
3163
+ "comments": {
3164
+ "patch": [
3165
+ {
3166
+ "comment": "Moving examples to @fluentui/examples package.",
3167
+ "author": "humbertomakotomorimoto@gmail.com",
3168
+ "commit": "85432b281ce55e1a990dd811e5adebbad84e7cb8",
3169
+ "package": "@fluentui/react-image"
3170
+ }
3171
+ ]
3172
+ }
3173
+ },
3174
+ {
3175
+ "date": "Wed, 16 Sep 2020 12:27:22 GMT",
3176
+ "tag": "@fluentui/react-image_v0.6.1",
3177
+ "version": "0.6.1",
3178
+ "comments": {
3179
+ "none": [
3180
+ {
3181
+ "comment": "Update API Extractor settings to share config and handle newlines better",
3182
+ "author": "elcraig@microsoft.com",
3183
+ "commit": "7d093f59a06527fc39656c903cab4470650e3acd",
3184
+ "package": "@fluentui/react-image"
3185
+ }
3186
+ ]
3187
+ }
3188
+ },
3189
+ {
3190
+ "date": "Tue, 15 Sep 2020 12:26:06 GMT",
3191
+ "tag": "@fluentui/react-image_v0.6.0",
3192
+ "version": "0.6.0",
3193
+ "comments": {
3194
+ "minor": [
3195
+ {
3196
+ "comment": "Updating state to use makeProps (mergeProps with explicit deep cloning, rather than implicit.)",
3197
+ "author": "dzearing@hotmail.com",
3198
+ "commit": "1838dcc8b214345f6cc8f9c0904a2cc66cc39f71",
3199
+ "package": "@fluentui/react-image"
3200
+ }
3201
+ ]
3202
+ }
3203
+ },
3204
+ {
3205
+ "date": "Tue, 25 Aug 2020 12:36:19 GMT",
3206
+ "tag": "@fluentui/react-image_v0.4.2",
3207
+ "version": "0.4.2",
3208
+ "comments": {
3209
+ "patch": [
3210
+ {
3211
+ "comment": "feat(react-image): improve accessibility, align with design spec",
3212
+ "author": "olfedias@microsoft.com",
3213
+ "commit": "e15ddb80624e29f8da90c5be67d974d47e5cfb51",
3214
+ "package": "@fluentui/react-image"
3215
+ }
3216
+ ]
3217
+ }
3218
+ },
3219
+ {
3220
+ "date": "Tue, 18 Aug 2020 07:58:00 GMT",
3221
+ "tag": "@fluentui/react-image_v0.3.0",
3222
+ "version": "0.3.0",
3223
+ "comments": {
3224
+ "minor": [
3225
+ {
3226
+ "comment": "Image: removing compose usage in favor of hooks and factories",
3227
+ "author": "mnajdova@gmail.com",
3228
+ "commit": "0780384fb2ea7bffcad8d51df0ca8aaa7e19be9c",
3229
+ "package": "@fluentui/react-image"
3230
+ }
3231
+ ],
3232
+ "patch": [
3233
+ {
3234
+ "comment": "fixing publish",
3235
+ "author": "kchau@microsoft.com",
3236
+ "commit": "88c5b45032954e263c03ec211b950e618f9d5996",
3237
+ "package": "@fluentui/react-image"
3238
+ }
3239
+ ]
3240
+ }
3241
+ },
3242
+ {
3243
+ "date": "Wed, 22 Jul 2020 12:40:51 GMT",
3244
+ "tag": "@fluentui/react-image_v0.1.1",
3245
+ "version": "0.1.1",
3246
+ "comments": {
3247
+ "patch": [
3248
+ {
3249
+ "comment": "feat: add @fluentui/react-image",
3250
+ "author": "olfedias@microsoft.com",
3251
+ "commit": "9c9ef94404e37645e271d920eb3c715b6adc0f3e",
3252
+ "package": "@fluentui/react-image"
3253
+ }
3254
+ ]
3255
+ }
3256
+ }
3257
+ ]
3258
+ }