@fluentui/react-card 0.0.0-nightly-20220714-0418.1 → 0.0.0-nightly-20221007-1237.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +302 -16
- package/CHANGELOG.md +88 -11
- package/MIGRATION.md +323 -0
- package/README.md +65 -3
- package/assets/app_logo.svg +9 -0
- package/assets/avatar_colin.svg +13 -0
- package/assets/card-example.png +0 -0
- package/assets/excel_logo.svg +24 -0
- package/assets/logo2.svg +11 -0
- package/assets/logo3.svg +17 -0
- package/assets/office1.png +0 -0
- package/assets/office2.png +0 -0
- package/dist/index.d.ts +1 -1
- package/lib/Card.js.map +1 -1
- package/lib/CardFooter.js.map +1 -1
- package/lib/CardHeader.js.map +1 -1
- package/lib/CardPreview.js.map +1 -1
- package/lib/components/Card/Card.js.map +1 -1
- package/lib/components/Card/Card.types.js.map +1 -1
- package/lib/components/Card/index.js.map +1 -1
- package/lib/components/Card/renderCard.js.map +1 -1
- package/lib/components/Card/useCard.js.map +1 -1
- package/lib/components/Card/useCardStyles.js +31 -29
- package/lib/components/Card/useCardStyles.js.map +1 -1
- package/lib/components/CardFooter/CardFooter.js.map +1 -1
- package/lib/components/CardFooter/CardFooter.types.js.map +1 -1
- package/lib/components/CardFooter/index.js.map +1 -1
- package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib/components/CardHeader/CardHeader.js.map +1 -1
- package/lib/components/CardHeader/CardHeader.types.js.map +1 -1
- package/lib/components/CardHeader/index.js.map +1 -1
- package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib/components/CardPreview/CardPreview.js.map +1 -1
- package/lib/components/CardPreview/CardPreview.types.js.map +1 -1
- package/lib/components/CardPreview/index.js.map +1 -1
- package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/lib/index.js.map +1 -1
- package/lib-commonjs/Card.js.map +1 -1
- package/lib-commonjs/CardFooter.js.map +1 -1
- package/lib-commonjs/CardHeader.js.map +1 -1
- package/lib-commonjs/CardPreview.js.map +1 -1
- package/lib-commonjs/components/Card/Card.js.map +1 -1
- package/lib-commonjs/components/Card/Card.types.js.map +1 -1
- package/lib-commonjs/components/Card/index.js.map +1 -1
- package/lib-commonjs/components/Card/renderCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCardStyles.js +31 -29
- package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
- package/lib-commonjs/components/CardFooter/CardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/CardFooter.types.js.map +1 -1
- package/lib-commonjs/components/CardFooter/index.js.map +1 -1
- package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib-commonjs/components/CardHeader/CardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/CardHeader.types.js.map +1 -1
- package/lib-commonjs/components/CardHeader/index.js.map +1 -1
- package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/CardPreview/CardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/CardPreview.types.js.map +1 -1
- package/lib-commonjs/components/CardPreview/index.js.map +1 -1
- package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/lib-commonjs/index.js.map +1 -1
- package/package.json +10 -16
- package/dist/tsdoc-metadata.json +0 -11
package/CHANGELOG.json
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-card_v0.0.0-nightly-
|
7
|
-
"version": "0.0.0-nightly-
|
5
|
+
"date": "Fri, 07 Oct 2022 12:44:17 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v0.0.0-nightly-20221007-1237.1",
|
7
|
+
"version": "0.0.0-nightly-20221007-1237.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
|
-
"author": "
|
11
|
+
"author": "fluentui-internal@service.microsoft.com",
|
12
12
|
"package": "@fluentui/react-card",
|
13
13
|
"commit": "not available",
|
14
14
|
"comment": "Release nightly v9"
|
@@ -16,38 +16,324 @@
|
|
16
16
|
{
|
17
17
|
"author": "beachball",
|
18
18
|
"package": "@fluentui/react-card",
|
19
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-
|
20
|
-
"commit": "
|
19
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightly-20221007-1237.1",
|
20
|
+
"commit": "cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec"
|
21
21
|
},
|
22
22
|
{
|
23
23
|
"author": "beachball",
|
24
24
|
"package": "@fluentui/react-card",
|
25
|
-
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-
|
26
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightly-20221007-1237.1",
|
26
|
+
"commit": "cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec"
|
27
27
|
},
|
28
28
|
{
|
29
29
|
"author": "beachball",
|
30
30
|
"package": "@fluentui/react-card",
|
31
|
-
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-
|
32
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-theme to v0.0.0-nightly-20221007-1237.1",
|
32
|
+
"commit": "cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec"
|
33
33
|
},
|
34
34
|
{
|
35
35
|
"author": "beachball",
|
36
36
|
"package": "@fluentui/react-card",
|
37
|
-
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
38
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20221007-1237.1",
|
38
|
+
"commit": "cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec"
|
39
39
|
},
|
40
40
|
{
|
41
41
|
"author": "beachball",
|
42
42
|
"package": "@fluentui/react-card",
|
43
|
-
"comment": "Bump @fluentui/react-text to v0.0.0-nightly-
|
44
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/react-text to v0.0.0-nightly-20221007-1237.1",
|
44
|
+
"commit": "cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec"
|
45
45
|
},
|
46
46
|
{
|
47
47
|
"author": "beachball",
|
48
48
|
"package": "@fluentui/react-card",
|
49
|
-
"comment": "Bump @fluentui/react-button to v0.0.0-nightly-
|
50
|
-
"commit": "
|
49
|
+
"comment": "Bump @fluentui/react-button to v0.0.0-nightly-20221007-1237.1",
|
50
|
+
"commit": "cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec"
|
51
|
+
}
|
52
|
+
]
|
53
|
+
}
|
54
|
+
},
|
55
|
+
{
|
56
|
+
"date": "Mon, 03 Oct 2022 22:24:42 GMT",
|
57
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.27",
|
58
|
+
"version": "9.0.0-beta.27",
|
59
|
+
"comments": {
|
60
|
+
"prerelease": [
|
61
|
+
{
|
62
|
+
"author": "beachball",
|
63
|
+
"package": "@fluentui/react-card",
|
64
|
+
"comment": "Bump @fluentui/react-tabster to v9.1.2",
|
65
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"author": "beachball",
|
69
|
+
"package": "@fluentui/react-card",
|
70
|
+
"comment": "Bump @fluentui/react-button to v9.1.3",
|
71
|
+
"commit": "67a8c98b8d53cd2fa14d668cf639b867b68ad18a"
|
72
|
+
}
|
73
|
+
]
|
74
|
+
}
|
75
|
+
},
|
76
|
+
{
|
77
|
+
"date": "Tue, 20 Sep 2022 20:55:45 GMT",
|
78
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.26",
|
79
|
+
"version": "9.0.0-beta.26",
|
80
|
+
"comments": {
|
81
|
+
"prerelease": [
|
82
|
+
{
|
83
|
+
"author": "beachball",
|
84
|
+
"package": "@fluentui/react-card",
|
85
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14",
|
86
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
87
|
+
},
|
88
|
+
{
|
89
|
+
"author": "beachball",
|
90
|
+
"package": "@fluentui/react-card",
|
91
|
+
"comment": "Bump @fluentui/react-text to v9.1.1",
|
92
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
93
|
+
},
|
94
|
+
{
|
95
|
+
"author": "beachball",
|
96
|
+
"package": "@fluentui/react-card",
|
97
|
+
"comment": "Bump @fluentui/react-button to v9.1.2",
|
98
|
+
"commit": "4ceba844c804a2f49b0465389100e7a3dabf116e"
|
99
|
+
}
|
100
|
+
]
|
101
|
+
}
|
102
|
+
},
|
103
|
+
{
|
104
|
+
"date": "Thu, 15 Sep 2022 09:49:58 GMT",
|
105
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.25",
|
106
|
+
"version": "9.0.0-beta.25",
|
107
|
+
"comments": {
|
108
|
+
"none": [
|
109
|
+
{
|
110
|
+
"author": "martinhochel@microsoft.com",
|
111
|
+
"package": "@fluentui/react-card",
|
112
|
+
"commit": "e6cf183695d6d67a24e038c49a876224e5ed35e5",
|
113
|
+
"comment": "chore: update package scaffold"
|
114
|
+
},
|
115
|
+
{
|
116
|
+
"author": "martinhochel@microsoft.com",
|
117
|
+
"package": "@fluentui/react-card",
|
118
|
+
"commit": "ba9444d594f3a960cc590eae5237c08bf7c5a07f",
|
119
|
+
"comment": "chore: consume cypress.config from it's package boundary"
|
120
|
+
}
|
121
|
+
],
|
122
|
+
"prerelease": [
|
123
|
+
{
|
124
|
+
"author": "olfedias@microsoft.com",
|
125
|
+
"package": "@fluentui/react-card",
|
126
|
+
"commit": "e610024474cfe5d45f61501a8b6a21daf4c794a2",
|
127
|
+
"comment": "chore: Update Griffel to latest version"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"author": "beachball",
|
131
|
+
"package": "@fluentui/react-card",
|
132
|
+
"comment": "Bump @fluentui/react-utilities to v9.1.0",
|
133
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"author": "beachball",
|
137
|
+
"package": "@fluentui/react-card",
|
138
|
+
"comment": "Bump @fluentui/react-tabster to v9.1.1",
|
139
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"author": "beachball",
|
143
|
+
"package": "@fluentui/react-card",
|
144
|
+
"comment": "Bump @fluentui/react-theme to v9.1.0",
|
145
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"author": "beachball",
|
149
|
+
"package": "@fluentui/react-card",
|
150
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13",
|
151
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
152
|
+
},
|
153
|
+
{
|
154
|
+
"author": "beachball",
|
155
|
+
"package": "@fluentui/react-card",
|
156
|
+
"comment": "Bump @fluentui/react-text to v9.1.0",
|
157
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
158
|
+
},
|
159
|
+
{
|
160
|
+
"author": "beachball",
|
161
|
+
"package": "@fluentui/react-card",
|
162
|
+
"comment": "Bump @fluentui/react-button to v9.1.1",
|
163
|
+
"commit": "a33448fe4a0f4117686c378f80b893d1406d95a8"
|
164
|
+
}
|
165
|
+
]
|
166
|
+
}
|
167
|
+
},
|
168
|
+
{
|
169
|
+
"date": "Wed, 03 Aug 2022 16:03:40 GMT",
|
170
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.24",
|
171
|
+
"version": "9.0.0-beta.24",
|
172
|
+
"comments": {
|
173
|
+
"none": [
|
174
|
+
{
|
175
|
+
"author": "marcosmoura@microsoft.com",
|
176
|
+
"package": "@fluentui/react-card",
|
177
|
+
"commit": "8d0180b3bbaad7459257fb8bf7f2235953d12eec",
|
178
|
+
"comment": "docs(react-card): create migration guide from v0 to v9"
|
179
|
+
},
|
180
|
+
{
|
181
|
+
"author": "popatudor@microsoft.com",
|
182
|
+
"package": "@fluentui/react-card",
|
183
|
+
"commit": "59610d4c795d76a580fbb9391e20cf1249408555",
|
184
|
+
"comment": {
|
185
|
+
"title": "",
|
186
|
+
"value": ""
|
187
|
+
}
|
188
|
+
},
|
189
|
+
{
|
190
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
191
|
+
"package": "@fluentui/react-card",
|
192
|
+
"commit": "770a741091a1f5d1f3b6d4bbfecdd29e333fef9c",
|
193
|
+
"comment": "chore: add missing Card components to Storybook"
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"prerelease": [
|
197
|
+
{
|
198
|
+
"author": "miroslav.stastny@microsoft.com",
|
199
|
+
"package": "@fluentui/react-card",
|
200
|
+
"commit": "08563664778fd80284561d3c9d254307a0a32362",
|
201
|
+
"comment": "chore: Bump Griffel dependencies"
|
202
|
+
},
|
203
|
+
{
|
204
|
+
"author": "beachball",
|
205
|
+
"package": "@fluentui/react-card",
|
206
|
+
"comment": "Bump @fluentui/react-tabster to v9.1.0",
|
207
|
+
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"author": "beachball",
|
211
|
+
"package": "@fluentui/react-card",
|
212
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12",
|
213
|
+
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"author": "beachball",
|
217
|
+
"package": "@fluentui/react-card",
|
218
|
+
"comment": "Bump @fluentui/react-text to v9.0.4",
|
219
|
+
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"author": "beachball",
|
223
|
+
"package": "@fluentui/react-card",
|
224
|
+
"comment": "Bump @fluentui/react-button to v9.1.0",
|
225
|
+
"commit": "ee4a8be0d0831a6615f878f98db6a97cc61a802d"
|
226
|
+
}
|
227
|
+
]
|
228
|
+
}
|
229
|
+
},
|
230
|
+
{
|
231
|
+
"date": "Fri, 15 Jul 2022 18:27:26 GMT",
|
232
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.23",
|
233
|
+
"version": "9.0.0-beta.23",
|
234
|
+
"comments": {
|
235
|
+
"none": [
|
236
|
+
{
|
237
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
238
|
+
"package": "@fluentui/react-card",
|
239
|
+
"commit": "447b211fec38e4320b13c5ee2f7449c188f8183c",
|
240
|
+
"comment": "docs: add missing info to README"
|
241
|
+
},
|
242
|
+
{
|
243
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
244
|
+
"package": "@fluentui/react-card",
|
245
|
+
"commit": "640408c5aef9c3037f5f6bc08069ff9d9141a7ee",
|
246
|
+
"comment": "chore: add templates to stories"
|
247
|
+
}
|
248
|
+
]
|
249
|
+
}
|
250
|
+
},
|
251
|
+
{
|
252
|
+
"date": "Thu, 14 Jul 2022 21:21:09 GMT",
|
253
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.23",
|
254
|
+
"version": "9.0.0-beta.23",
|
255
|
+
"comments": {
|
256
|
+
"prerelease": [
|
257
|
+
{
|
258
|
+
"author": "Humberto.Morimoto@microsoft.com",
|
259
|
+
"package": "@fluentui/react-card",
|
260
|
+
"commit": "802bc4e3730a88b0fc61b5bf42ef7fc6b6543fe2",
|
261
|
+
"comment": "fix: Fixing bad version bump of @fluentui/react-utilities."
|
262
|
+
},
|
263
|
+
{
|
264
|
+
"author": "beachball",
|
265
|
+
"package": "@fluentui/react-card",
|
266
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.2",
|
267
|
+
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
268
|
+
},
|
269
|
+
{
|
270
|
+
"author": "beachball",
|
271
|
+
"package": "@fluentui/react-card",
|
272
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.3",
|
273
|
+
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"author": "beachball",
|
277
|
+
"package": "@fluentui/react-card",
|
278
|
+
"comment": "Bump @fluentui/react-text to v9.0.3",
|
279
|
+
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
280
|
+
},
|
281
|
+
{
|
282
|
+
"author": "beachball",
|
283
|
+
"package": "@fluentui/react-card",
|
284
|
+
"comment": "Bump @fluentui/react-button to v9.0.3",
|
285
|
+
"commit": "79b513146194367544160f364b0a7dd749ed93e4"
|
286
|
+
}
|
287
|
+
]
|
288
|
+
}
|
289
|
+
},
|
290
|
+
{
|
291
|
+
"date": "Thu, 14 Jul 2022 17:06:16 GMT",
|
292
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.22",
|
293
|
+
"version": "9.0.0-beta.22",
|
294
|
+
"comments": {
|
295
|
+
"prerelease": [
|
296
|
+
{
|
297
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
298
|
+
"package": "@fluentui/react-card",
|
299
|
+
"commit": "317b411a60a53ab5c0ed6c8ea58302940e8e0158",
|
300
|
+
"comment": "BREAKING CHANGE: new structural and styling approach applied to CardHeader"
|
301
|
+
},
|
302
|
+
{
|
303
|
+
"author": "39736248+andrefcdias@users.noreply.github.com",
|
304
|
+
"package": "@fluentui/react-card",
|
305
|
+
"commit": "b61d5f07a11be23b322de7e6cc50f280fb31746d",
|
306
|
+
"comment": "feat: add `img` as allowed element for CardPreview's logo slot"
|
307
|
+
},
|
308
|
+
{
|
309
|
+
"author": "beachball",
|
310
|
+
"package": "@fluentui/react-card",
|
311
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.1-0",
|
312
|
+
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
313
|
+
},
|
314
|
+
{
|
315
|
+
"author": "beachball",
|
316
|
+
"package": "@fluentui/react-card",
|
317
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.2",
|
318
|
+
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
319
|
+
},
|
320
|
+
{
|
321
|
+
"author": "beachball",
|
322
|
+
"package": "@fluentui/react-card",
|
323
|
+
"comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11",
|
324
|
+
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
325
|
+
},
|
326
|
+
{
|
327
|
+
"author": "beachball",
|
328
|
+
"package": "@fluentui/react-card",
|
329
|
+
"comment": "Bump @fluentui/react-text to v9.0.2",
|
330
|
+
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
331
|
+
},
|
332
|
+
{
|
333
|
+
"author": "beachball",
|
334
|
+
"package": "@fluentui/react-card",
|
335
|
+
"comment": "Bump @fluentui/react-button to v9.0.2",
|
336
|
+
"commit": "35237381e941c8935b1892c9217096cea3e5601f"
|
51
337
|
}
|
52
338
|
]
|
53
339
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,23 +1,100 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Fri, 07 Oct 2022 12:44:17 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-nightly-
|
7
|
+
## [0.0.0-nightly-20221007-1237.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightly-20221007-1237.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.
|
9
|
+
Fri, 07 Oct 2022 12:44:17 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.27..@fluentui/react-card_v0.0.0-nightly-20221007-1237.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by
|
15
|
-
- Bump @fluentui/react-utilities to v0.0.0-nightly-
|
16
|
-
- Bump @fluentui/react-tabster to v0.0.0-nightly-
|
17
|
-
- Bump @fluentui/react-theme to v0.0.0-nightly-
|
18
|
-
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-
|
19
|
-
- Bump @fluentui/react-text to v0.0.0-nightly-
|
20
|
-
- Bump @fluentui/react-button to v0.0.0-nightly-
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/not available) by fluentui-internal@service.microsoft.com)
|
15
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightly-20221007-1237.1 ([commit](https://github.com/microsoft/fluentui/commit/cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec) by beachball)
|
16
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightly-20221007-1237.1 ([commit](https://github.com/microsoft/fluentui/commit/cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec) by beachball)
|
17
|
+
- Bump @fluentui/react-theme to v0.0.0-nightly-20221007-1237.1 ([commit](https://github.com/microsoft/fluentui/commit/cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec) by beachball)
|
18
|
+
- Bump @fluentui/react-conformance-griffel to v0.0.0-nightly-20221007-1237.1 ([commit](https://github.com/microsoft/fluentui/commit/cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec) by beachball)
|
19
|
+
- Bump @fluentui/react-text to v0.0.0-nightly-20221007-1237.1 ([commit](https://github.com/microsoft/fluentui/commit/cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec) by beachball)
|
20
|
+
- Bump @fluentui/react-button to v0.0.0-nightly-20221007-1237.1 ([commit](https://github.com/microsoft/fluentui/commit/cb80d71825ddb9ebe5d06bb14b1c970f8633c4ec) by beachball)
|
21
|
+
|
22
|
+
## [9.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.27)
|
23
|
+
|
24
|
+
Mon, 03 Oct 2022 22:24:42 GMT
|
25
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.26..@fluentui/react-card_v9.0.0-beta.27)
|
26
|
+
|
27
|
+
### Changes
|
28
|
+
|
29
|
+
- Bump @fluentui/react-tabster to v9.1.2 ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by beachball)
|
30
|
+
- Bump @fluentui/react-button to v9.1.3 ([PR #25055](https://github.com/microsoft/fluentui/pull/25055) by beachball)
|
31
|
+
|
32
|
+
## [9.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.26)
|
33
|
+
|
34
|
+
Tue, 20 Sep 2022 20:55:45 GMT
|
35
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.25..@fluentui/react-card_v9.0.0-beta.26)
|
36
|
+
|
37
|
+
### Changes
|
38
|
+
|
39
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.14 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
|
40
|
+
- Bump @fluentui/react-text to v9.1.1 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
|
41
|
+
- Bump @fluentui/react-button to v9.1.2 ([PR #24869](https://github.com/microsoft/fluentui/pull/24869) by beachball)
|
42
|
+
|
43
|
+
## [9.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.25)
|
44
|
+
|
45
|
+
Thu, 15 Sep 2022 09:49:58 GMT
|
46
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.24..@fluentui/react-card_v9.0.0-beta.25)
|
47
|
+
|
48
|
+
### Changes
|
49
|
+
|
50
|
+
- chore: Update Griffel to latest version ([PR #24221](https://github.com/microsoft/fluentui/pull/24221) by olfedias@microsoft.com)
|
51
|
+
- Bump @fluentui/react-utilities to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
|
52
|
+
- Bump @fluentui/react-tabster to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
|
53
|
+
- Bump @fluentui/react-theme to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
|
54
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.13 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
|
55
|
+
- Bump @fluentui/react-text to v9.1.0 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
|
56
|
+
- Bump @fluentui/react-button to v9.1.1 ([PR #24808](https://github.com/microsoft/fluentui/pull/24808) by beachball)
|
57
|
+
|
58
|
+
## [9.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.24)
|
59
|
+
|
60
|
+
Wed, 03 Aug 2022 16:03:40 GMT
|
61
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.23..@fluentui/react-card_v9.0.0-beta.24)
|
62
|
+
|
63
|
+
### Changes
|
64
|
+
|
65
|
+
- chore: Bump Griffel dependencies ([PR #24114](https://github.com/microsoft/fluentui/pull/24114) by miroslav.stastny@microsoft.com)
|
66
|
+
- Bump @fluentui/react-tabster to v9.1.0 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
|
67
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.12 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
|
68
|
+
- Bump @fluentui/react-text to v9.0.4 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
|
69
|
+
- Bump @fluentui/react-button to v9.1.0 ([PR #24131](https://github.com/microsoft/fluentui/pull/24131) by beachball)
|
70
|
+
|
71
|
+
## [9.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.23)
|
72
|
+
|
73
|
+
Thu, 14 Jul 2022 21:21:09 GMT
|
74
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.22..@fluentui/react-card_v9.0.0-beta.23)
|
75
|
+
|
76
|
+
### Changes
|
77
|
+
|
78
|
+
- fix: Fixing bad version bump of @fluentui/react-utilities. ([PR #23920](https://github.com/microsoft/fluentui/pull/23920) by Humberto.Morimoto@microsoft.com)
|
79
|
+
- Bump @fluentui/react-utilities to v9.0.2 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
|
80
|
+
- Bump @fluentui/react-tabster to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
|
81
|
+
- Bump @fluentui/react-text to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
|
82
|
+
- Bump @fluentui/react-button to v9.0.3 ([PR #23918](https://github.com/microsoft/fluentui/pull/23918) by beachball)
|
83
|
+
|
84
|
+
## [9.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.22)
|
85
|
+
|
86
|
+
Thu, 14 Jul 2022 17:06:16 GMT
|
87
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.21..@fluentui/react-card_v9.0.0-beta.22)
|
88
|
+
|
89
|
+
### Changes
|
90
|
+
|
91
|
+
- BREAKING CHANGE: new structural and styling approach applied to CardHeader ([PR #23449](https://github.com/microsoft/fluentui/pull/23449) by 39736248+andrefcdias@users.noreply.github.com)
|
92
|
+
- feat: add `img` as allowed element for CardPreview's logo slot ([PR #23902](https://github.com/microsoft/fluentui/pull/23902) by 39736248+andrefcdias@users.noreply.github.com)
|
93
|
+
- Bump @fluentui/react-utilities to v9.0.1-0 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
|
94
|
+
- Bump @fluentui/react-tabster to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
|
95
|
+
- Bump @fluentui/react-conformance-griffel to v9.0.0-beta.11 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
|
96
|
+
- Bump @fluentui/react-text to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
|
97
|
+
- Bump @fluentui/react-button to v9.0.2 ([PR #23897](https://github.com/microsoft/fluentui/pull/23897) by beachball)
|
21
98
|
|
22
99
|
## [9.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.21)
|
23
100
|
|