@fluentui/react-card 0.0.0-nightlybc5ff01fb020211104.1 → 0.0.0-nightlycc44f3625c20211220.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 +178 -20
- package/CHANGELOG.md +49 -13
- package/Spec.md +523 -0
- package/assets/Card.png +0 -0
- package/assets/CardHeader.png +0 -0
- package/assets/CardPreview.png +0 -0
- package/assets/context-interaction-keyboard.png +0 -0
- package/assets/context-interaction-mouse.png +0 -0
- package/assets/context-narrator.png +0 -0
- package/assets/disabled-narrator.png +0 -0
- package/assets/disabled.png +0 -0
- package/assets/interactive-interaction-keyboard.png +0 -0
- package/assets/interactive-interaction-mouse.png +0 -0
- package/assets/interactive-narrator.png +0 -0
- package/assets/non-interactive-interaction-keyboard.png +0 -0
- package/assets/non-interactive-interaction-mouse.png +0 -0
- package/assets/non-interactive-narrator.png +0 -0
- package/assets/non-interactive-selectable-interaction-keyboard.png +0 -0
- package/assets/non-interactive-selectable-interaction-mouse.png +0 -0
- package/assets/selectable-interaction-keyboard.png +0 -0
- package/assets/selectable-interaction-mouse.png +0 -0
- package/assets/selectable-narrator.png +0 -0
- package/dist/react-card.d.ts +8 -0
- package/lib/components/Card/renderCard.js +2 -1
- package/lib/components/Card/renderCard.js.map +1 -1
- package/lib/components/Card/useCard.js +2 -2
- package/lib/components/Card/useCard.js.map +1 -1
- package/lib/components/Card/useCardStyles.d.ts +1 -0
- package/lib/components/Card/useCardStyles.js +17 -10
- package/lib/components/Card/useCardStyles.js.map +1 -1
- package/lib/components/CardFooter/renderCardFooter.js +3 -1
- package/lib/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib/components/CardFooter/useCardFooterStyles.d.ts +1 -0
- package/lib/components/CardFooter/useCardFooterStyles.js +6 -4
- package/lib/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib/components/CardHeader/renderCardHeader.js +7 -1
- package/lib/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib/components/CardHeader/useCardHeaderStyles.d.ts +1 -0
- package/lib/components/CardHeader/useCardHeaderStyles.js +6 -4
- package/lib/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib/components/CardPreview/renderCardPreview.js +3 -1
- package/lib/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib/components/CardPreview/useCardPreviewStyles.d.ts +1 -0
- package/lib/components/CardPreview/useCardPreviewStyles.js +3 -2
- package/lib/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/lib-commonjs/components/Card/renderCard.js +2 -1
- package/lib-commonjs/components/Card/renderCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCard.js +1 -1
- package/lib-commonjs/components/Card/useCard.js.map +1 -1
- package/lib-commonjs/components/Card/useCardStyles.d.ts +1 -0
- package/lib-commonjs/components/Card/useCardStyles.js +19 -11
- package/lib-commonjs/components/Card/useCardStyles.js.map +1 -1
- package/lib-commonjs/components/CardFooter/renderCardFooter.js +3 -1
- package/lib-commonjs/components/CardFooter/renderCardFooter.js.map +1 -1
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.d.ts +1 -0
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js +7 -5
- package/lib-commonjs/components/CardFooter/useCardFooterStyles.js.map +1 -1
- package/lib-commonjs/components/CardHeader/renderCardHeader.js +7 -1
- package/lib-commonjs/components/CardHeader/renderCardHeader.js.map +1 -1
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.d.ts +1 -0
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js +7 -5
- package/lib-commonjs/components/CardHeader/useCardHeaderStyles.js.map +1 -1
- package/lib-commonjs/components/CardPreview/renderCardPreview.js +3 -1
- package/lib-commonjs/components/CardPreview/renderCardPreview.js.map +1 -1
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.d.ts +1 -0
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js +4 -3
- package/lib-commonjs/components/CardPreview/useCardPreviewStyles.js.map +1 -1
- package/package.json +12 -12
- package/lib/common/isConformant.d.ts +0 -4
- package/lib/common/isConformant.js +0 -11
- package/lib/common/isConformant.js.map +0 -1
- package/lib-commonjs/common/isConformant.d.ts +0 -4
- package/lib-commonjs/common/isConformant.js +0 -22
- package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json
CHANGED
@@ -2,72 +2,230 @@
|
|
2
2
|
"name": "@fluentui/react-card",
|
3
3
|
"entries": [
|
4
4
|
{
|
5
|
-
"date": "
|
6
|
-
"tag": "@fluentui/react-card_v0.0.0-
|
7
|
-
"version": "0.0.0-
|
5
|
+
"date": "Mon, 20 Dec 2021 04:17:48 GMT",
|
6
|
+
"tag": "@fluentui/react-card_v0.0.0-nightlycc44f3625c20211220.1",
|
7
|
+
"version": "0.0.0-nightlycc44f3625c20211220.1",
|
8
8
|
"comments": {
|
9
9
|
"prerelease": [
|
10
10
|
{
|
11
11
|
"author": "email not defined",
|
12
12
|
"package": "@fluentui/react-card",
|
13
|
-
"commit": "
|
13
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5",
|
14
14
|
"comment": "Release nightly v9"
|
15
15
|
},
|
16
|
+
{
|
17
|
+
"author": "olfedias@microsoft.com",
|
18
|
+
"package": "@fluentui/react-card",
|
19
|
+
"commit": "158d89b5d98e3544e06f4f09967d2af8ab43e249",
|
20
|
+
"comment": "update styles no not use CSS shorthands"
|
21
|
+
},
|
16
22
|
{
|
17
23
|
"author": "beachball",
|
18
24
|
"package": "@fluentui/react-card",
|
19
|
-
"comment": "Bump @fluentui/react-make-styles to v0.0.0-
|
20
|
-
"commit": "
|
25
|
+
"comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlycc44f3625c20211220.1",
|
26
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
21
27
|
},
|
22
28
|
{
|
23
29
|
"author": "beachball",
|
24
30
|
"package": "@fluentui/react-card",
|
25
|
-
"comment": "Bump @fluentui/react-utilities to v0.0.0-
|
26
|
-
"commit": "
|
31
|
+
"comment": "Bump @fluentui/react-utilities to v0.0.0-nightlycc44f3625c20211220.1",
|
32
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
27
33
|
},
|
28
34
|
{
|
29
35
|
"author": "beachball",
|
30
36
|
"package": "@fluentui/react-card",
|
31
|
-
"comment": "Bump @fluentui/react-tabster to v0.0.0-
|
32
|
-
"commit": "
|
37
|
+
"comment": "Bump @fluentui/react-tabster to v0.0.0-nightlycc44f3625c20211220.1",
|
38
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
33
39
|
},
|
34
40
|
{
|
35
41
|
"author": "beachball",
|
36
42
|
"package": "@fluentui/react-card",
|
37
|
-
"comment": "Bump @fluentui/babel-make-styles to v0.0.0-
|
38
|
-
"commit": "
|
43
|
+
"comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlycc44f3625c20211220.1",
|
44
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
39
45
|
},
|
40
46
|
{
|
41
47
|
"author": "beachball",
|
42
48
|
"package": "@fluentui/react-card",
|
43
|
-
"comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-
|
44
|
-
"commit": "
|
49
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlycc44f3625c20211220.1",
|
50
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
45
51
|
},
|
46
52
|
{
|
47
53
|
"author": "beachball",
|
48
54
|
"package": "@fluentui/react-card",
|
49
|
-
"comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-
|
50
|
-
"commit": "
|
55
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlycc44f3625c20211220.1",
|
56
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
51
57
|
},
|
52
58
|
{
|
53
59
|
"author": "beachball",
|
54
60
|
"package": "@fluentui/react-card",
|
55
|
-
"comment": "Bump @fluentui/react-text to v0.0.0-
|
56
|
-
"commit": "
|
61
|
+
"comment": "Bump @fluentui/react-text to v0.0.0-nightlycc44f3625c20211220.1",
|
62
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
57
63
|
},
|
58
64
|
{
|
59
65
|
"author": "beachball",
|
60
66
|
"package": "@fluentui/react-card",
|
61
|
-
"comment": "Bump @fluentui/react-button to v0.0.0-
|
62
|
-
"commit": "
|
67
|
+
"comment": "Bump @fluentui/react-button to v0.0.0-nightlycc44f3625c20211220.1",
|
68
|
+
"commit": "0839b0d96424e04706bd895d731d371acd3baaf5"
|
63
69
|
}
|
64
70
|
],
|
71
|
+
"none": [
|
72
|
+
{
|
73
|
+
"author": "andredias@microsoft.com",
|
74
|
+
"package": "@fluentui/react-card",
|
75
|
+
"commit": "c6c745b664df52f5cbdd5a190cc08cae971216e0",
|
76
|
+
"comment": "Add component spec"
|
77
|
+
}
|
78
|
+
]
|
79
|
+
}
|
80
|
+
},
|
81
|
+
{
|
82
|
+
"date": "Thu, 25 Nov 2021 08:34:12 GMT",
|
83
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.5",
|
84
|
+
"version": "9.0.0-beta.5",
|
85
|
+
"comments": {
|
86
|
+
"prerelease": [
|
87
|
+
{
|
88
|
+
"author": "andredias@microsoft.com",
|
89
|
+
"package": "@fluentui/react-card",
|
90
|
+
"commit": "5f5fb9fe289f45c7f9afe9f052c51f19cfd41160",
|
91
|
+
"comment": "Migrate Card"
|
92
|
+
},
|
93
|
+
{
|
94
|
+
"author": "beachball",
|
95
|
+
"package": "@fluentui/react-card",
|
96
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
|
97
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
98
|
+
},
|
99
|
+
{
|
100
|
+
"author": "beachball",
|
101
|
+
"package": "@fluentui/react-card",
|
102
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
|
103
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
104
|
+
},
|
105
|
+
{
|
106
|
+
"author": "beachball",
|
107
|
+
"package": "@fluentui/react-card",
|
108
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
|
109
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
110
|
+
},
|
111
|
+
{
|
112
|
+
"author": "beachball",
|
113
|
+
"package": "@fluentui/react-card",
|
114
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
|
115
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
116
|
+
},
|
117
|
+
{
|
118
|
+
"author": "beachball",
|
119
|
+
"package": "@fluentui/react-card",
|
120
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
|
121
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"author": "beachball",
|
125
|
+
"package": "@fluentui/react-card",
|
126
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
|
127
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"author": "beachball",
|
131
|
+
"package": "@fluentui/react-card",
|
132
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-beta.4",
|
133
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"author": "beachball",
|
137
|
+
"package": "@fluentui/react-card",
|
138
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.5",
|
139
|
+
"commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
|
140
|
+
}
|
141
|
+
]
|
142
|
+
}
|
143
|
+
},
|
144
|
+
{
|
145
|
+
"date": "Fri, 12 Nov 2021 13:25:17 GMT",
|
146
|
+
"tag": "@fluentui/react-card_v9.0.0-beta.4",
|
147
|
+
"version": "9.0.0-beta.4",
|
148
|
+
"comments": {
|
65
149
|
"none": [
|
66
150
|
{
|
67
151
|
"author": "mgodbolt@microsoft.com",
|
68
152
|
"package": "@fluentui/react-card",
|
69
153
|
"commit": "7fafe76eb2c09f9d17a03c11ba73729d91ef411e",
|
70
154
|
"comment": "update docs descriptions"
|
155
|
+
},
|
156
|
+
{
|
157
|
+
"author": "lingfangao@hotmail.com",
|
158
|
+
"package": "@fluentui/react-card",
|
159
|
+
"commit": "00f70581480b536e723fb69edf0ae617beac4807",
|
160
|
+
"comment": "Remove beta release tag"
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"author": "mgodbolt@microsoft.com",
|
164
|
+
"package": "@fluentui/react-card",
|
165
|
+
"commit": "114b089957bcbf547bb8713f2bfb4811239fb5a2",
|
166
|
+
"comment": "add default and move assets to github urls"
|
167
|
+
}
|
168
|
+
],
|
169
|
+
"prerelease": [
|
170
|
+
{
|
171
|
+
"author": "olfedias@microsoft.com",
|
172
|
+
"package": "@fluentui/react-card",
|
173
|
+
"commit": "22460e1421c0f3b2bdf9c76d80a2cb202fa30079",
|
174
|
+
"comment": "export static classes for components"
|
175
|
+
},
|
176
|
+
{
|
177
|
+
"author": "andredias@microsoft.com",
|
178
|
+
"package": "@fluentui/react-card",
|
179
|
+
"commit": "70e81a56249d55dae418217ddcef5d16e030862a",
|
180
|
+
"comment": "Migrate to new useFocusableGroup usage"
|
181
|
+
},
|
182
|
+
{
|
183
|
+
"author": "beachball",
|
184
|
+
"package": "@fluentui/react-card",
|
185
|
+
"comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
|
186
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"author": "beachball",
|
190
|
+
"package": "@fluentui/react-card",
|
191
|
+
"comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
|
192
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
193
|
+
},
|
194
|
+
{
|
195
|
+
"author": "beachball",
|
196
|
+
"package": "@fluentui/react-card",
|
197
|
+
"comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
|
198
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
199
|
+
},
|
200
|
+
{
|
201
|
+
"author": "beachball",
|
202
|
+
"package": "@fluentui/react-card",
|
203
|
+
"comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
|
204
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
205
|
+
},
|
206
|
+
{
|
207
|
+
"author": "beachball",
|
208
|
+
"package": "@fluentui/react-card",
|
209
|
+
"comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
|
210
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
211
|
+
},
|
212
|
+
{
|
213
|
+
"author": "beachball",
|
214
|
+
"package": "@fluentui/react-card",
|
215
|
+
"comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
|
216
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
217
|
+
},
|
218
|
+
{
|
219
|
+
"author": "beachball",
|
220
|
+
"package": "@fluentui/react-card",
|
221
|
+
"comment": "Bump @fluentui/react-text to v9.0.0-beta.3",
|
222
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
223
|
+
},
|
224
|
+
{
|
225
|
+
"author": "beachball",
|
226
|
+
"package": "@fluentui/react-card",
|
227
|
+
"comment": "Bump @fluentui/react-button to v9.0.0-beta.4",
|
228
|
+
"commit": "742342e52c65066f779232e4e1302fedf0dd460d"
|
71
229
|
}
|
72
230
|
]
|
73
231
|
}
|
package/CHANGELOG.md
CHANGED
@@ -1,25 +1,61 @@
|
|
1
1
|
# Change Log - @fluentui/react-card
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Mon, 20 Dec 2021 04:17:48 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
-
## [0.0.0-
|
7
|
+
## [0.0.0-nightlycc44f3625c20211220.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v0.0.0-nightlycc44f3625c20211220.1)
|
8
8
|
|
9
|
-
|
10
|
-
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.
|
9
|
+
Mon, 20 Dec 2021 04:17:48 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.5..@fluentui/react-card_v0.0.0-nightlycc44f3625c20211220.1)
|
11
11
|
|
12
12
|
### Changes
|
13
13
|
|
14
|
-
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/
|
15
|
-
-
|
16
|
-
- Bump @fluentui/react-
|
17
|
-
- Bump @fluentui/react-
|
18
|
-
- Bump @fluentui/
|
19
|
-
- Bump @fluentui/
|
20
|
-
- Bump @fluentui/
|
21
|
-
- Bump @fluentui/react-
|
22
|
-
- Bump @fluentui/react-
|
14
|
+
- Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by email not defined)
|
15
|
+
- update styles no not use CSS shorthands ([PR #20794](https://github.com/microsoft/fluentui/pull/20794) by olfedias@microsoft.com)
|
16
|
+
- Bump @fluentui/react-make-styles to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
17
|
+
- Bump @fluentui/react-utilities to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
18
|
+
- Bump @fluentui/react-tabster to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
19
|
+
- Bump @fluentui/babel-make-styles to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
20
|
+
- Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
21
|
+
- Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
22
|
+
- Bump @fluentui/react-text to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
23
|
+
- Bump @fluentui/react-button to v0.0.0-nightlycc44f3625c20211220.1 ([commit](https://github.com/microsoft/fluentui/commit/0839b0d96424e04706bd895d731d371acd3baaf5) by beachball)
|
24
|
+
|
25
|
+
## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.5)
|
26
|
+
|
27
|
+
Thu, 25 Nov 2021 08:34:12 GMT
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.4..@fluentui/react-card_v9.0.0-beta.5)
|
29
|
+
|
30
|
+
### Changes
|
31
|
+
|
32
|
+
- Migrate Card ([PR #20599](https://github.com/microsoft/fluentui/pull/20599) by andredias@microsoft.com)
|
33
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
34
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
35
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
36
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
37
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
38
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
39
|
+
- Bump @fluentui/react-text to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
40
|
+
- Bump @fluentui/react-button to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
|
41
|
+
|
42
|
+
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.4)
|
43
|
+
|
44
|
+
Fri, 12 Nov 2021 13:25:17 GMT
|
45
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-card_v9.0.0-beta.3..@fluentui/react-card_v9.0.0-beta.4)
|
46
|
+
|
47
|
+
### Changes
|
48
|
+
|
49
|
+
- export static classes for components ([PR #20447](https://github.com/microsoft/fluentui/pull/20447) by olfedias@microsoft.com)
|
50
|
+
- Migrate to new useFocusableGroup usage ([PR #20131](https://github.com/microsoft/fluentui/pull/20131) by andredias@microsoft.com)
|
51
|
+
- Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
52
|
+
- Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
53
|
+
- Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
54
|
+
- Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
55
|
+
- Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
56
|
+
- Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
57
|
+
- Bump @fluentui/react-text to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
58
|
+
- Bump @fluentui/react-button to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
|
23
59
|
|
24
60
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-card_v9.0.0-beta.3)
|
25
61
|
|