@fluentui/react-image 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.11

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 +547 -16
  2. package/CHANGELOG.md +274 -120
  3. package/MIGRATION.md +235 -0
  4. package/README.md +4 -0
  5. package/dist/{react-image.d.ts → index.d.ts} +28 -20
  6. package/{lib → dist}/tsdoc-metadata.json +0 -0
  7. package/lib/Image.js.map +1 -1
  8. package/lib/components/Image/Image.js +7 -7
  9. package/lib/components/Image/Image.js.map +1 -1
  10. package/lib/components/Image/Image.types.js.map +1 -1
  11. package/lib/components/Image/index.js.map +1 -1
  12. package/lib/components/Image/renderImage.js +7 -8
  13. package/lib/components/Image/renderImage.js.map +1 -1
  14. package/lib/components/Image/useImage.js +18 -18
  15. package/lib/components/Image/useImage.js.map +1 -1
  16. package/lib/components/Image/useImageStyles.js +39 -24
  17. package/lib/components/Image/useImageStyles.js.map +1 -1
  18. package/lib/index.js +1 -1
  19. package/lib/index.js.map +1 -1
  20. package/lib-commonjs/Image.js +1 -1
  21. package/lib-commonjs/Image.js.map +1 -1
  22. package/lib-commonjs/components/Image/Image.js +8 -8
  23. package/lib-commonjs/components/Image/Image.js.map +1 -1
  24. package/lib-commonjs/components/Image/Image.types.js.map +1 -1
  25. package/lib-commonjs/components/Image/index.js +1 -1
  26. package/lib-commonjs/components/Image/index.js.map +1 -1
  27. package/lib-commonjs/components/Image/renderImage.js +11 -14
  28. package/lib-commonjs/components/Image/renderImage.js.map +1 -1
  29. package/lib-commonjs/components/Image/useImage.js +22 -23
  30. package/lib-commonjs/components/Image/useImage.js.map +1 -1
  31. package/lib-commonjs/components/Image/useImageStyles.js +43 -26
  32. package/lib-commonjs/components/Image/useImageStyles.js.map +1 -1
  33. package/lib-commonjs/index.js +32 -2
  34. package/lib-commonjs/index.js.map +1 -1
  35. package/package.json +18 -23
  36. package/lib/Image.d.ts +0 -1
  37. package/lib/common/isConformant.d.ts +0 -4
  38. package/lib/common/isConformant.js +0 -13
  39. package/lib/common/isConformant.js.map +0 -1
  40. package/lib/components/Image/Image.d.ts +0 -6
  41. package/lib/components/Image/Image.types.d.ts +0 -29
  42. package/lib/components/Image/index.d.ts +0 -5
  43. package/lib/components/Image/renderImage.d.ts +0 -6
  44. package/lib/components/Image/useImage.d.ts +0 -7
  45. package/lib/components/Image/useImageStyles.d.ts +0 -2
  46. package/lib/index.d.ts +0 -1
  47. package/lib-commonjs/Image.d.ts +0 -1
  48. package/lib-commonjs/common/isConformant.d.ts +0 -4
  49. package/lib-commonjs/common/isConformant.js +0 -24
  50. package/lib-commonjs/common/isConformant.js.map +0 -1
  51. package/lib-commonjs/components/Image/Image.d.ts +0 -6
  52. package/lib-commonjs/components/Image/Image.types.d.ts +0 -29
  53. package/lib-commonjs/components/Image/index.d.ts +0 -5
  54. package/lib-commonjs/components/Image/renderImage.d.ts +0 -6
  55. package/lib-commonjs/components/Image/useImage.d.ts +0 -7
  56. package/lib-commonjs/components/Image/useImageStyles.d.ts +0 -2
  57. package/lib-commonjs/index.d.ts +0 -1
package/CHANGELOG.json CHANGED
@@ -2,46 +2,577 @@
2
2
  "name": "@fluentui/react-image",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-image_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Tue, 31 May 2022 21:26:33 GMT",
6
+ "tag": "@fluentui/react-image_v9.0.0-rc.11",
7
+ "version": "9.0.0-rc.11",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "olfedias@microsoft.com",
12
+ "package": "@fluentui/react-image",
13
+ "commit": "0a5e9fa77a72eecafdd07034ccdc0b95fd49877c",
14
+ "comment": "chore: Update Griffel to latest version"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@fluentui/react-image",
19
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.10",
20
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@fluentui/react-image",
25
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.8",
26
+ "commit": "335ebfcfd47005003901b5e319782bfe9ccd89fd"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 23 May 2022 18:56:44 GMT",
33
+ "tag": "@fluentui/react-image_v9.0.0-rc.10",
34
+ "version": "9.0.0-rc.10",
35
+ "comments": {
36
+ "prerelease": [
37
+ {
38
+ "author": "esteban.230@hotmail.com",
39
+ "package": "@fluentui/react-image",
40
+ "commit": "5ed22515a7542b432ed694f22606ac3718d501cb",
41
+ "comment": "Removing <componentName>ClassName exports."
42
+ },
43
+ {
44
+ "author": "Humberto.Morimoto@microsoft.com",
45
+ "package": "@fluentui/react-image",
46
+ "commit": "8fb515ae57dbd2ff50a52ab896daa058568c5273",
47
+ "comment": "Image: Updating useImageStyles to use styles[state] pattern for props of string union types."
48
+ },
49
+ {
50
+ "author": "beachball",
51
+ "package": "@fluentui/react-image",
52
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.9",
53
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
54
+ },
55
+ {
56
+ "author": "beachball",
57
+ "package": "@fluentui/react-image",
58
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7",
59
+ "commit": "d4f80b17690e962d6a24e68959608d1ffe84aef6"
60
+ }
61
+ ]
62
+ }
63
+ },
64
+ {
65
+ "date": "Mon, 23 May 2022 12:14:16 GMT",
66
+ "tag": "@fluentui/react-image_v9.0.0-rc.9",
67
+ "version": "9.0.0-rc.9",
68
+ "comments": {
69
+ "prerelease": [
70
+ {
71
+ "author": "olfedias@microsoft.com",
72
+ "package": "@fluentui/react-image",
73
+ "commit": "60804cec07a495b8a5d1fc66338bf0443b212144",
74
+ "comment": "chore: Update Griffel to latest version"
75
+ },
76
+ {
77
+ "author": "Humberto.Morimoto@microsoft.com",
78
+ "package": "@fluentui/react-image",
79
+ "commit": "9ee5fba37a8d253133f4338575ebedd238cd74a3",
80
+ "comment": "Removing ImageCommons type."
81
+ },
82
+ {
83
+ "author": "olfedias@microsoft.com",
84
+ "package": "@fluentui/react-image",
85
+ "commit": "f120fe9160ad7311a87af0cfacd8d2fb26275e34",
86
+ "comment": "chore: Update Griffel to latest version"
87
+ },
88
+ {
89
+ "author": "beachball",
90
+ "package": "@fluentui/react-image",
91
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.9",
92
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
93
+ },
94
+ {
95
+ "author": "beachball",
96
+ "package": "@fluentui/react-image",
97
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.8",
98
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
99
+ },
100
+ {
101
+ "author": "beachball",
102
+ "package": "@fluentui/react-image",
103
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6",
104
+ "commit": "8d58f08997acf595e3eb7f628123e7fa7830c394"
105
+ }
106
+ ]
107
+ }
108
+ },
109
+ {
110
+ "date": "Thu, 05 May 2022 18:26:30 GMT",
111
+ "tag": "@fluentui/react-image_v9.0.0-rc.8",
112
+ "version": "9.0.0-rc.8",
113
+ "comments": {
114
+ "prerelease": [
115
+ {
116
+ "author": "beachball",
117
+ "package": "@fluentui/react-image",
118
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.8",
119
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
120
+ },
121
+ {
122
+ "author": "beachball",
123
+ "package": "@fluentui/react-image",
124
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.7",
125
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
126
+ },
127
+ {
128
+ "author": "beachball",
129
+ "package": "@fluentui/react-image",
130
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5",
131
+ "commit": "c5abb9c480ac94d12aa644d68d30773d77f2a159"
132
+ }
133
+ ]
134
+ }
135
+ },
136
+ {
137
+ "date": "Wed, 04 May 2022 13:26:42 GMT",
138
+ "tag": "@fluentui/react-image_v9.0.0-rc.7",
139
+ "version": "9.0.0-rc.7",
140
+ "comments": {
141
+ "none": [
142
+ {
143
+ "author": "tristan.watanabe@gmail.com",
144
+ "package": "@fluentui/react-image",
145
+ "commit": "b8dde556ff82051c140074a3140e83bfdd56f4dc",
146
+ "comment": "react-image: Move to new common folder."
147
+ }
148
+ ],
149
+ "prerelease": [
150
+ {
151
+ "author": "martinhochel@microsoft.com",
152
+ "package": "@fluentui/react-image",
153
+ "commit": "fd41e5b15e3a2f08245cd4e4bbcc0f07a367ce3b",
154
+ "comment": "feat: ship rolluped only dts"
155
+ },
156
+ {
157
+ "author": "beachball",
158
+ "package": "@fluentui/react-image",
159
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.7",
160
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
161
+ },
162
+ {
163
+ "author": "beachball",
164
+ "package": "@fluentui/react-image",
165
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.6",
166
+ "commit": "65f94192ed3b2cde7e52b9c7e12d6f38b81965dd"
167
+ }
168
+ ]
169
+ }
170
+ },
171
+ {
172
+ "date": "Tue, 19 Apr 2022 19:17:24 GMT",
173
+ "tag": "@fluentui/react-image_v9.0.0-rc.6",
174
+ "version": "9.0.0-rc.6",
175
+ "comments": {
176
+ "prerelease": [
177
+ {
178
+ "author": "olfedias@microsoft.com",
179
+ "package": "@fluentui/react-image",
180
+ "commit": "e569d6e04d83cbcc6225e61db52ff81d2addd363",
181
+ "comment": "chore: Update Griffel to latest version"
182
+ },
183
+ {
184
+ "author": "seanmonahan@microsoft.com",
185
+ "package": "@fluentui/react-image",
186
+ "commit": "086a675fd0c648944ff4048450190a0a13467de3",
187
+ "comment": "Add static classnames to Image"
188
+ },
189
+ {
190
+ "author": "beachball",
191
+ "package": "@fluentui/react-image",
192
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.6",
193
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
194
+ },
195
+ {
196
+ "author": "beachball",
197
+ "package": "@fluentui/react-image",
198
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.5",
199
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
200
+ },
201
+ {
202
+ "author": "beachball",
203
+ "package": "@fluentui/react-image",
204
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4",
205
+ "commit": "f94b48c825ca8c8b2e3b6755bdd29fe15c7d435d"
206
+ }
207
+ ],
208
+ "none": [
209
+ {
210
+ "author": "mgodbolt@microsoft.com",
211
+ "package": "@fluentui/react-image",
212
+ "commit": "905e46db07ada986fd7885531f72a71b7bbaabdc",
213
+ "comment": "create v9 api extractor config and set all v9 packags to use it, suppress forgotten export"
214
+ },
215
+ {
216
+ "author": "elcraig@microsoft.com",
217
+ "package": "@fluentui/react-image",
218
+ "commit": "b7f17e976f9e058f39c9fce4f0f9bb6eb4dfa577",
219
+ "comment": "Update React dev deps and hoist them to the repo root"
220
+ },
221
+ {
222
+ "author": "martinhochel@microsoft.com",
223
+ "package": "@fluentui/react-image",
224
+ "commit": "320b8bbba1e498c65d011f3fae09dee98e7a11bb",
225
+ "comment": "refactor: autofix no export star at index file for cxe-prg packages"
226
+ }
227
+ ]
228
+ }
229
+ },
230
+ {
231
+ "date": "Fri, 04 Mar 2022 05:17:36 GMT",
232
+ "tag": "@fluentui/react-image_v9.0.0-rc.5",
233
+ "version": "9.0.0-rc.5",
234
+ "comments": {
235
+ "prerelease": [
236
+ {
237
+ "author": "dzearing@microsoft.com",
238
+ "package": "@fluentui/react-image",
239
+ "commit": "f2f1c0ea948cc3517eeb442c05433eb0918def29",
240
+ "comment": "Adding explicit export maps on all consumer packages for FUIR 8 and 9."
241
+ },
242
+ {
243
+ "author": "beachball",
244
+ "package": "@fluentui/react-image",
245
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.5",
246
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
247
+ },
248
+ {
249
+ "author": "beachball",
250
+ "package": "@fluentui/react-image",
251
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.4",
252
+ "commit": "1494f0b620f6d5aae7f0aef33fc9e8f6eb7f8749"
253
+ }
254
+ ]
255
+ }
256
+ },
257
+ {
258
+ "date": "Tue, 01 Mar 2022 02:17:40 GMT",
259
+ "tag": "@fluentui/react-image_v9.0.0-rc.4",
260
+ "version": "9.0.0-rc.4",
261
+ "comments": {
262
+ "prerelease": [
263
+ {
264
+ "author": "beachball",
265
+ "package": "@fluentui/react-image",
266
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.4",
267
+ "commit": "0bc1e755543ed69443d5d03e1976c630583242f7"
268
+ }
269
+ ]
270
+ }
271
+ },
272
+ {
273
+ "date": "Fri, 18 Feb 2022 13:35:32 GMT",
274
+ "tag": "@fluentui/react-image_v9.0.0-rc.3",
275
+ "version": "9.0.0-rc.3",
276
+ "comments": {
277
+ "prerelease": [
278
+ {
279
+ "author": "lingfangao@hotmail.com",
280
+ "package": "@fluentui/react-image",
281
+ "commit": "d579bbbbb8bd1457e14b03eda2bc638d89f92d56",
282
+ "comment": "fix: Add react-theme as dependency to react-image"
283
+ },
284
+ {
285
+ "author": "lingfangao@hotmail.com",
286
+ "package": "@fluentui/react-image",
287
+ "commit": "1aa9e691fcccd9a64168cea7941c0f1e71fa1d14",
288
+ "comment": "fix: Source maps contain original source code"
289
+ },
290
+ {
291
+ "author": "beachball",
292
+ "package": "@fluentui/react-image",
293
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.3",
294
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
295
+ },
296
+ {
297
+ "author": "beachball",
298
+ "package": "@fluentui/react-image",
299
+ "comment": "Bump @fluentui/react-theme to v9.0.0-rc.3",
300
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
301
+ },
302
+ {
303
+ "author": "beachball",
304
+ "package": "@fluentui/react-image",
305
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3",
306
+ "commit": "3b9c1e931c23173da3d1af0c696cdc58516ce504"
307
+ }
308
+ ]
309
+ }
310
+ },
311
+ {
312
+ "date": "Thu, 10 Feb 2022 08:51:14 GMT",
313
+ "tag": "@fluentui/react-image_v9.0.0-rc.1",
314
+ "version": "9.0.0-rc.1",
315
+ "comments": {
316
+ "prerelease": [
317
+ {
318
+ "author": "mgodbolt@microsoft.com",
319
+ "package": "@fluentui/react-image",
320
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
321
+ "comment": "remove export of commons types"
322
+ },
323
+ {
324
+ "author": "Humberto.Morimoto@microsoft.com",
325
+ "package": "@fluentui/react-image",
326
+ "commit": "147ca590e83068153f0358da46b84e7e873b891f",
327
+ "comment": "react-image: Replacing use of functions in makeStyles with direct use of tokens."
328
+ },
329
+ {
330
+ "author": "olfedias@microsoft.com",
331
+ "package": "@fluentui/react-image",
332
+ "commit": "2ce465c8034747199be56ab5ebce3272b6d3a4f9",
333
+ "comment": "use Griffel packages"
334
+ },
335
+ {
336
+ "author": "behowell@microsoft.com",
337
+ "package": "@fluentui/react-image",
338
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
339
+ "comment": "Remove component's shorthandProps array"
340
+ },
341
+ {
342
+ "author": "lingfangao@hotmail.com",
343
+ "package": "@fluentui/react-image",
344
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
345
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
346
+ },
347
+ {
348
+ "author": "behowell@microsoft.com",
349
+ "package": "@fluentui/react-image",
350
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
351
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
352
+ },
353
+ {
354
+ "author": "Humberto.Morimoto@microsoft.com",
355
+ "package": "@fluentui/react-image",
356
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
357
+ "comment": "Updating based on changes to composition types."
358
+ },
359
+ {
360
+ "author": "behowell@microsoft.com",
361
+ "package": "@fluentui/react-image",
362
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
363
+ "comment": "Refactor component Slot typings"
364
+ },
365
+ {
366
+ "author": "olfedias@microsoft.com",
367
+ "package": "@fluentui/react-image",
368
+ "commit": "ffe595b06f256f25e6224a0069972e1474893758",
369
+ "comment": "update styles to not use CSS shorthands"
370
+ },
371
+ {
372
+ "author": "beachball",
373
+ "package": "@fluentui/react-image",
374
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
375
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
376
+ },
377
+ {
378
+ "author": "beachball",
379
+ "package": "@fluentui/react-image",
380
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
381
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
382
+ }
383
+ ],
384
+ "none": [
385
+ {
386
+ "author": "martinhochel@microsoft.com",
387
+ "package": "@fluentui/react-image",
388
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
389
+ "comment": "chore: use storybook runner for all vNext packages"
390
+ },
391
+ {
392
+ "author": "olfedias@microsoft.com",
393
+ "package": "@fluentui/react-image",
394
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
395
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
396
+ }
397
+ ]
398
+ }
399
+ },
400
+ {
401
+ "date": "Thu, 25 Nov 2021 08:34:13 GMT",
402
+ "tag": "@fluentui/react-image_v9.0.0-beta.4",
403
+ "version": "9.0.0-beta.4",
404
+ "comments": {
405
+ "none": [
406
+ {
407
+ "author": "tkrasniqi@microsoft.com",
408
+ "package": "@fluentui/react-image",
409
+ "commit": "01111bb9f10ad2bbe10902a48d15dce2e9cc4264",
410
+ "comment": {
411
+ "title": "",
412
+ "value": ""
413
+ }
414
+ }
415
+ ],
416
+ "prerelease": [
417
+ {
418
+ "author": "beachball",
419
+ "package": "@fluentui/react-image",
420
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
421
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
422
+ },
423
+ {
424
+ "author": "beachball",
425
+ "package": "@fluentui/react-image",
426
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
427
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
428
+ },
429
+ {
430
+ "author": "beachball",
431
+ "package": "@fluentui/react-image",
432
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
433
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
434
+ },
435
+ {
436
+ "author": "beachball",
437
+ "package": "@fluentui/react-image",
438
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
439
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
440
+ },
441
+ {
442
+ "author": "beachball",
443
+ "package": "@fluentui/react-image",
444
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
445
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
446
+ }
447
+ ]
448
+ }
449
+ },
450
+ {
451
+ "date": "Fri, 12 Nov 2021 13:25:24 GMT",
452
+ "tag": "@fluentui/react-image_v9.0.0-beta.3",
453
+ "version": "9.0.0-beta.3",
454
+ "comments": {
455
+ "prerelease": [
456
+ {
457
+ "author": "olfedias@microsoft.com",
458
+ "package": "@fluentui/react-image",
459
+ "commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
460
+ "comment": "export static classes for components"
461
+ },
462
+ {
463
+ "author": "gcox@microsoft.com",
464
+ "package": "@fluentui/react-image",
465
+ "commit": "8555daca54fa0ab490b5400b8d67a9430be9e8e5",
466
+ "comment": "Updated Image stories with codesandbox export comments"
467
+ },
468
+ {
469
+ "author": "gcox@microsoft.com",
470
+ "package": "@fluentui/react-image",
471
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
472
+ "comment": "Updated beta and RC components to ES2019"
473
+ },
474
+ {
475
+ "author": "beachball",
476
+ "package": "@fluentui/react-image",
477
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
478
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
479
+ },
480
+ {
481
+ "author": "beachball",
482
+ "package": "@fluentui/react-image",
483
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
484
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
485
+ },
486
+ {
487
+ "author": "beachball",
488
+ "package": "@fluentui/react-image",
489
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
490
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
491
+ },
492
+ {
493
+ "author": "beachball",
494
+ "package": "@fluentui/react-image",
495
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
496
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
497
+ },
498
+ {
499
+ "author": "beachball",
500
+ "package": "@fluentui/react-image",
501
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
502
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
503
+ }
504
+ ],
505
+ "none": [
506
+ {
507
+ "author": "mgodbolt@microsoft.com",
508
+ "package": "@fluentui/react-image",
509
+ "commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
510
+ "comment": "update docs descriptions"
511
+ },
512
+ {
513
+ "author": "lingfangao@hotmail.com",
514
+ "package": "@fluentui/react-image",
515
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
516
+ "comment": "Remove beta release tag"
517
+ }
518
+ ]
519
+ }
520
+ },
521
+ {
522
+ "date": "Wed, 27 Oct 2021 12:14:18 GMT",
523
+ "tag": "@fluentui/react-image_v9.0.0-beta.2",
524
+ "version": "9.0.0-beta.2",
525
+ "comments": {
526
+ "none": [
527
+ {
528
+ "author": "tkrasniqi@microsoft.com",
529
+ "package": "@fluentui/react-image",
530
+ "commit": "138ac075ebfc80d8ed588e23177d14b70ca03593",
531
+ "comment": "Updated migration guide"
532
+ }
533
+ ],
534
+ "prerelease": [
535
+ {
536
+ "author": "gcox@microsoft.com",
537
+ "package": "@fluentui/react-image",
538
+ "commit": "e71393ebda85c52094c46d42d93af1e642f21293",
539
+ "comment": "Removed duplicate 'Image' from story names"
540
+ },
541
+ {
542
+ "author": "peter@draxler.ml",
12
543
  "package": "@fluentui/react-image",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
544
+ "commit": "f6db7c8d6b7db0902775e7857b62b745be35b59a",
545
+ "comment": "added styling of documentation"
15
546
  },
16
547
  {
17
548
  "author": "beachball",
18
549
  "package": "@fluentui/react-image",
19
- "comment": "Bump @fluentui/react-make-styles to v9.0.0-nightly.f81b28ceb3.1",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
550
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.2",
551
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
21
552
  },
22
553
  {
23
554
  "author": "beachball",
24
555
  "package": "@fluentui/react-image",
25
- "comment": "Bump @fluentui/react-utilities to v9.0.0-nightly.f81b28ceb3.1",
26
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
556
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.2",
557
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
27
558
  },
28
559
  {
29
560
  "author": "beachball",
30
561
  "package": "@fluentui/react-image",
31
- "comment": "Bump @fluentui/babel-make-styles to v9.0.0-nightly.f81b28ceb3.1",
32
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
562
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.2",
563
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
33
564
  },
34
565
  {
35
566
  "author": "beachball",
36
567
  "package": "@fluentui/react-image",
37
- "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-nightly.f81b28ceb3.1",
38
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
568
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.2",
569
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
39
570
  },
40
571
  {
41
572
  "author": "beachball",
42
573
  "package": "@fluentui/react-image",
43
- "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-nightly.f81b28ceb3.1",
44
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
574
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.2",
575
+ "commit": "0f8f1ae7c2d908e51e29dd342d79e041f86fac08"
45
576
  }
46
577
  ]
47
578
  }