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