@fluentui/react-utilities 9.0.0-rc.4 → 9.0.0-rc.7
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 +86 -1
- package/CHANGELOG.md +100 -70
- package/dist/{react-utilities.d.ts → index.d.ts} +7 -0
- package/lib/compose/types.d.ts +6 -0
- package/lib/compose/types.js +1 -5
- package/lib/compose/types.js.map +1 -1
- package/lib/hooks/index.d.ts +2 -2
- package/lib/hooks/index.js +2 -2
- package/lib/hooks/index.js.map +1 -1
- package/lib/index.d.ts +8 -4
- package/lib/index.js +5 -4
- package/lib/index.js.map +1 -1
- package/lib/utils/shouldPreventDefaultOnKeyDown.js +4 -0
- package/lib/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
- package/lib-commonjs/compose/types.d.ts +6 -0
- package/lib-commonjs/compose/types.js +1 -5
- package/lib-commonjs/compose/types.js.map +1 -1
- package/lib-commonjs/hooks/index.d.ts +2 -2
- package/lib-commonjs/hooks/index.js +4 -4
- package/lib-commonjs/hooks/index.js.map +1 -1
- package/lib-commonjs/index.d.ts +8 -4
- package/lib-commonjs/index.js +376 -5
- package/lib-commonjs/index.js.map +1 -1
- package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js +4 -0
- package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
- package/package.json +11 -8
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,42 @@
|
|
1
1
|
# Change Log - @fluentui/react-utilities
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Wed, 04 May 2022 13:24:04 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.7)
|
8
|
+
|
9
|
+
Wed, 04 May 2022 13:24:04 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.6..@fluentui/react-utilities_v9.0.0-rc.7)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
15
|
+
|
16
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.6)
|
17
|
+
|
18
|
+
Tue, 19 Apr 2022 19:17:05 GMT
|
19
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.5..@fluentui/react-utilities_v9.0.0-rc.6)
|
20
|
+
|
21
|
+
### Changes
|
22
|
+
|
23
|
+
- Removing star exports at src/index.ts ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by Humberto.Morimoto@microsoft.com)
|
24
|
+
|
25
|
+
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.5)
|
26
|
+
|
27
|
+
Fri, 04 Mar 2022 05:17:32 GMT
|
28
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.4..@fluentui/react-utilities_v9.0.0-rc.5)
|
29
|
+
|
30
|
+
### Changes
|
31
|
+
|
32
|
+
- 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)
|
33
|
+
- Adding helper type to define slot class names. ([PR #21933](https://github.com/microsoft/fluentui/pull/21933) by email not defined)
|
34
|
+
- fix(shouldPreventDefaultOnKeyDown): return false for events that are default prevented ([PR #21905](https://github.com/microsoft/fluentui/pull/21905) by lingfangao@hotmail.com)
|
35
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
|
36
|
+
|
7
37
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.4)
|
8
38
|
|
9
|
-
Tue, 01 Mar 2022 02:
|
39
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
10
40
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.3..@fluentui/react-utilities_v9.0.0-rc.4)
|
11
41
|
|
12
42
|
### Changes
|
@@ -16,7 +46,7 @@ Tue, 01 Mar 2022 02:16:13 GMT
|
|
16
46
|
|
17
47
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.3)
|
18
48
|
|
19
|
-
Fri, 18 Feb 2022 13:35:37 GMT
|
49
|
+
Fri, 18 Feb 2022 13:35:37 GMT
|
20
50
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.1..@fluentui/react-utilities_v9.0.0-rc.3)
|
21
51
|
|
22
52
|
### Changes
|
@@ -26,7 +56,7 @@ Fri, 18 Feb 2022 13:35:37 GMT
|
|
26
56
|
|
27
57
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.1)
|
28
58
|
|
29
|
-
Thu, 10 Feb 2022 08:50:32 GMT
|
59
|
+
Thu, 10 Feb 2022 08:50:32 GMT
|
30
60
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.4..@fluentui/react-utilities_v9.0.0-rc.1)
|
31
61
|
|
32
62
|
### Changes
|
@@ -46,7 +76,7 @@ Thu, 10 Feb 2022 08:50:32 GMT
|
|
46
76
|
|
47
77
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.4)
|
48
78
|
|
49
|
-
Thu, 25 Nov 2021 08:34:09 GMT
|
79
|
+
Thu, 25 Nov 2021 08:34:09 GMT
|
50
80
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.3..@fluentui/react-utilities_v9.0.0-beta.4)
|
51
81
|
|
52
82
|
### Changes
|
@@ -55,7 +85,7 @@ Thu, 25 Nov 2021 08:34:09 GMT
|
|
55
85
|
|
56
86
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.3)
|
57
87
|
|
58
|
-
Fri, 12 Nov 2021 13:25:10 GMT
|
88
|
+
Fri, 12 Nov 2021 13:25:10 GMT
|
59
89
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.2..@fluentui/react-utilities_v9.0.0-beta.3)
|
60
90
|
|
61
91
|
### Changes
|
@@ -64,7 +94,7 @@ Fri, 12 Nov 2021 13:25:10 GMT
|
|
64
94
|
|
65
95
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.2)
|
66
96
|
|
67
|
-
Wed, 27 Oct 2021 12:14:24 GMT
|
97
|
+
Wed, 27 Oct 2021 12:14:24 GMT
|
68
98
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.1..@fluentui/react-utilities_v9.0.0-beta.2)
|
69
99
|
|
70
100
|
### Changes
|
@@ -74,7 +104,7 @@ Wed, 27 Oct 2021 12:14:24 GMT
|
|
74
104
|
|
75
105
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.1)
|
76
106
|
|
77
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
107
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
78
108
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.56..@fluentui/react-utilities_v9.0.0-beta.1)
|
79
109
|
|
80
110
|
### Changes
|
@@ -84,7 +114,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
84
114
|
|
85
115
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.56)
|
86
116
|
|
87
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
117
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
88
118
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.55..@fluentui/react-utilities_v9.0.0-alpha.56)
|
89
119
|
|
90
120
|
### Changes
|
@@ -93,7 +123,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
93
123
|
|
94
124
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.55)
|
95
125
|
|
96
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
126
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
97
127
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.53..@fluentui/react-utilities_v9.0.0-alpha.55)
|
98
128
|
|
99
129
|
### Changes
|
@@ -103,7 +133,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
103
133
|
|
104
134
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.53)
|
105
135
|
|
106
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
136
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
107
137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.52..@fluentui/react-utilities_v9.0.0-alpha.53)
|
108
138
|
|
109
139
|
### Changes
|
@@ -112,7 +142,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
112
142
|
|
113
143
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.52)
|
114
144
|
|
115
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
145
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
116
146
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.51..@fluentui/react-utilities_v9.0.0-alpha.52)
|
117
147
|
|
118
148
|
### Changes
|
@@ -121,7 +151,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
121
151
|
|
122
152
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.51)
|
123
153
|
|
124
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
154
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
125
155
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.50..@fluentui/react-utilities_v9.0.0-alpha.51)
|
126
156
|
|
127
157
|
### Changes
|
@@ -130,7 +160,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
130
160
|
|
131
161
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.50)
|
132
162
|
|
133
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
163
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
134
164
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.49..@fluentui/react-utilities_v9.0.0-alpha.50)
|
135
165
|
|
136
166
|
### Changes
|
@@ -139,7 +169,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
139
169
|
|
140
170
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.49)
|
141
171
|
|
142
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
172
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
143
173
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.48..@fluentui/react-utilities_v9.0.0-alpha.49)
|
144
174
|
|
145
175
|
### Changes
|
@@ -149,7 +179,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
149
179
|
|
150
180
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.48)
|
151
181
|
|
152
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
182
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
153
183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.47..@fluentui/react-utilities_v9.0.0-alpha.48)
|
154
184
|
|
155
185
|
### Changes
|
@@ -158,7 +188,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
158
188
|
|
159
189
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.47)
|
160
190
|
|
161
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
191
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
162
192
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.46..@fluentui/react-utilities_v9.0.0-alpha.47)
|
163
193
|
|
164
194
|
### Changes
|
@@ -167,7 +197,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
167
197
|
|
168
198
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.46)
|
169
199
|
|
170
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
200
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
171
201
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.45..@fluentui/react-utilities_v9.0.0-alpha.46)
|
172
202
|
|
173
203
|
### Changes
|
@@ -176,7 +206,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
176
206
|
|
177
207
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.45)
|
178
208
|
|
179
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
209
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
180
210
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.44..@fluentui/react-utilities_v9.0.0-alpha.45)
|
181
211
|
|
182
212
|
### Changes
|
@@ -185,7 +215,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
185
215
|
|
186
216
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.44)
|
187
217
|
|
188
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
218
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
189
219
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.43..@fluentui/react-utilities_v9.0.0-alpha.44)
|
190
220
|
|
191
221
|
### Changes
|
@@ -194,7 +224,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
194
224
|
|
195
225
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.43)
|
196
226
|
|
197
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
227
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
198
228
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.42..@fluentui/react-utilities_v9.0.0-alpha.43)
|
199
229
|
|
200
230
|
### Changes
|
@@ -203,7 +233,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
203
233
|
|
204
234
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.42)
|
205
235
|
|
206
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
236
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
207
237
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.41..@fluentui/react-utilities_v9.0.0-alpha.42)
|
208
238
|
|
209
239
|
### Changes
|
@@ -212,7 +242,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
212
242
|
|
213
243
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.41)
|
214
244
|
|
215
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
245
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
216
246
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.40..@fluentui/react-utilities_v9.0.0-alpha.41)
|
217
247
|
|
218
248
|
### Changes
|
@@ -221,7 +251,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
221
251
|
|
222
252
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.40)
|
223
253
|
|
224
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
254
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
225
255
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.39..@fluentui/react-utilities_v9.0.0-alpha.40)
|
226
256
|
|
227
257
|
### Changes
|
@@ -230,7 +260,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
230
260
|
|
231
261
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.39)
|
232
262
|
|
233
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
263
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
234
264
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.38..@fluentui/react-utilities_v9.0.0-alpha.39)
|
235
265
|
|
236
266
|
### Changes
|
@@ -239,7 +269,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
239
269
|
|
240
270
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.38)
|
241
271
|
|
242
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
272
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
243
273
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.37..@fluentui/react-utilities_v9.0.0-alpha.38)
|
244
274
|
|
245
275
|
### Changes
|
@@ -248,7 +278,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
248
278
|
|
249
279
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.37)
|
250
280
|
|
251
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
281
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
252
282
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.36..@fluentui/react-utilities_v9.0.0-alpha.37)
|
253
283
|
|
254
284
|
### Patches
|
@@ -263,7 +293,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
263
293
|
|
264
294
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.36)
|
265
295
|
|
266
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
296
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
267
297
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.35..@fluentui/react-utilities_v9.0.0-alpha.36)
|
268
298
|
|
269
299
|
### Changes
|
@@ -272,7 +302,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
272
302
|
|
273
303
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.35)
|
274
304
|
|
275
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
305
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
276
306
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.34..@fluentui/react-utilities_v9.0.0-alpha.35)
|
277
307
|
|
278
308
|
### Changes
|
@@ -281,7 +311,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
281
311
|
|
282
312
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.34)
|
283
313
|
|
284
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
314
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
285
315
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.33..@fluentui/react-utilities_v9.0.0-alpha.34)
|
286
316
|
|
287
317
|
### Changes
|
@@ -290,7 +320,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
290
320
|
|
291
321
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.33)
|
292
322
|
|
293
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
323
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
294
324
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.32..@fluentui/react-utilities_v9.0.0-alpha.33)
|
295
325
|
|
296
326
|
### Changes
|
@@ -300,7 +330,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
300
330
|
|
301
331
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.32)
|
302
332
|
|
303
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
333
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
304
334
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.31..@fluentui/react-utilities_v9.0.0-alpha.32)
|
305
335
|
|
306
336
|
### Patches
|
@@ -311,7 +341,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
311
341
|
|
312
342
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.31)
|
313
343
|
|
314
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
344
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
315
345
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.30..@fluentui/react-utilities_v9.0.0-alpha.31)
|
316
346
|
|
317
347
|
### Changes
|
@@ -321,7 +351,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
321
351
|
|
322
352
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.30)
|
323
353
|
|
324
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
354
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
325
355
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.29..@fluentui/react-utilities_v9.0.0-alpha.30)
|
326
356
|
|
327
357
|
### Changes
|
@@ -330,7 +360,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
330
360
|
|
331
361
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.29)
|
332
362
|
|
333
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
363
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
334
364
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.28..@fluentui/react-utilities_v9.0.0-alpha.29)
|
335
365
|
|
336
366
|
### Changes
|
@@ -339,7 +369,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
339
369
|
|
340
370
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.28)
|
341
371
|
|
342
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
372
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
343
373
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.27..@fluentui/react-utilities_v9.0.0-alpha.28)
|
344
374
|
|
345
375
|
### Patches
|
@@ -350,7 +380,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
350
380
|
|
351
381
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.27)
|
352
382
|
|
353
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
383
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
354
384
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.26..@fluentui/react-utilities_v9.0.0-alpha.27)
|
355
385
|
|
356
386
|
### Changes
|
@@ -359,7 +389,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
359
389
|
|
360
390
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.26)
|
361
391
|
|
362
|
-
Fri, 28 May 2021 07:33:57 GMT
|
392
|
+
Fri, 28 May 2021 07:33:57 GMT
|
363
393
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.25..@fluentui/react-utilities_v9.0.0-alpha.26)
|
364
394
|
|
365
395
|
### Changes
|
@@ -368,7 +398,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
368
398
|
|
369
399
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.25)
|
370
400
|
|
371
|
-
Wed, 26 May 2021 07:35:43 GMT
|
401
|
+
Wed, 26 May 2021 07:35:43 GMT
|
372
402
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.24..@fluentui/react-utilities_v9.0.0-alpha.25)
|
373
403
|
|
374
404
|
### Changes
|
@@ -377,7 +407,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
377
407
|
|
378
408
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.24)
|
379
409
|
|
380
|
-
Fri, 21 May 2021 07:34:54 GMT
|
410
|
+
Fri, 21 May 2021 07:34:54 GMT
|
381
411
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.23..@fluentui/react-utilities_v9.0.0-alpha.24)
|
382
412
|
|
383
413
|
### Changes
|
@@ -386,7 +416,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
386
416
|
|
387
417
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.23)
|
388
418
|
|
389
|
-
Thu, 20 May 2021 07:41:54 GMT
|
419
|
+
Thu, 20 May 2021 07:41:54 GMT
|
390
420
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.22..@fluentui/react-utilities_v9.0.0-alpha.23)
|
391
421
|
|
392
422
|
### Patches
|
@@ -401,7 +431,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
401
431
|
|
402
432
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.22)
|
403
433
|
|
404
|
-
Wed, 19 May 2021 07:34:20 GMT
|
434
|
+
Wed, 19 May 2021 07:34:20 GMT
|
405
435
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.21..@fluentui/react-utilities_v9.0.0-alpha.22)
|
406
436
|
|
407
437
|
### Changes
|
@@ -411,7 +441,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
411
441
|
|
412
442
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.21)
|
413
443
|
|
414
|
-
Mon, 03 May 2021 07:45:19 GMT
|
444
|
+
Mon, 03 May 2021 07:45:19 GMT
|
415
445
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.20..@fluentui/react-utilities_v9.0.0-alpha.21)
|
416
446
|
|
417
447
|
### Changes
|
@@ -420,7 +450,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
420
450
|
|
421
451
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.20)
|
422
452
|
|
423
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
453
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
424
454
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.19..@fluentui/react-utilities_v9.0.0-alpha.20)
|
425
455
|
|
426
456
|
### Patches
|
@@ -436,7 +466,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
436
466
|
|
437
467
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.19)
|
438
468
|
|
439
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
469
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
440
470
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.18..@fluentui/react-utilities_v9.0.0-alpha.19)
|
441
471
|
|
442
472
|
### Patches
|
@@ -447,7 +477,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
447
477
|
|
448
478
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.18)
|
449
479
|
|
450
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
480
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
451
481
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.17..@fluentui/react-utilities_v9.0.0-alpha.18)
|
452
482
|
|
453
483
|
### Changes
|
@@ -457,7 +487,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
457
487
|
|
458
488
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.17)
|
459
489
|
|
460
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
490
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
461
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.16..@fluentui/react-utilities_v9.0.0-alpha.17)
|
462
492
|
|
463
493
|
### Changes
|
@@ -466,7 +496,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
466
496
|
|
467
497
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.16)
|
468
498
|
|
469
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
499
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
470
500
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.15..@fluentui/react-utilities_v9.0.0-alpha.16)
|
471
501
|
|
472
502
|
### Changes
|
@@ -475,7 +505,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
475
505
|
|
476
506
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.15)
|
477
507
|
|
478
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
508
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
479
509
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.14..@fluentui/react-utilities_v9.0.0-alpha.15)
|
480
510
|
|
481
511
|
### Changes
|
@@ -484,7 +514,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
484
514
|
|
485
515
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.14)
|
486
516
|
|
487
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
517
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
488
518
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.13..@fluentui/react-utilities_v9.0.0-alpha.14)
|
489
519
|
|
490
520
|
### Patches
|
@@ -500,7 +530,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
500
530
|
|
501
531
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.13)
|
502
532
|
|
503
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
533
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
504
534
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.12..@fluentui/react-utilities_v9.0.0-alpha.13)
|
505
535
|
|
506
536
|
### Changes
|
@@ -509,7 +539,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
509
539
|
|
510
540
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.12)
|
511
541
|
|
512
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
542
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
513
543
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.11..@fluentui/react-utilities_v9.0.0-alpha.12)
|
514
544
|
|
515
545
|
### Changes
|
@@ -518,7 +548,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
518
548
|
|
519
549
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.11)
|
520
550
|
|
521
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
551
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
522
552
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.10..@fluentui/react-utilities_v9.0.0-alpha.11)
|
523
553
|
|
524
554
|
### Changes
|
@@ -527,7 +557,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
527
557
|
|
528
558
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.10)
|
529
559
|
|
530
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
560
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
531
561
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.9..@fluentui/react-utilities_v9.0.0-alpha.10)
|
532
562
|
|
533
563
|
### Changes
|
@@ -536,7 +566,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
536
566
|
|
537
567
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.9)
|
538
568
|
|
539
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
569
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
540
570
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.8..@fluentui/react-utilities_v9.0.0-alpha.9)
|
541
571
|
|
542
572
|
### Changes
|
@@ -545,7 +575,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
545
575
|
|
546
576
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.8)
|
547
577
|
|
548
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
578
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
549
579
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.7..@fluentui/react-utilities_v9.0.0-alpha.8)
|
550
580
|
|
551
581
|
### Changes
|
@@ -554,7 +584,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
554
584
|
|
555
585
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.7)
|
556
586
|
|
557
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
587
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
558
588
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.6..@fluentui/react-utilities_v9.0.0-alpha.7)
|
559
589
|
|
560
590
|
### Changes
|
@@ -563,7 +593,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
563
593
|
|
564
594
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.6)
|
565
595
|
|
566
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
596
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
567
597
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.5..@fluentui/react-utilities_v9.0.0-alpha.6)
|
568
598
|
|
569
599
|
### Changes
|
@@ -572,7 +602,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
572
602
|
|
573
603
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.5)
|
574
604
|
|
575
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
605
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
576
606
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.4..@fluentui/react-utilities_v9.0.0-alpha.5)
|
577
607
|
|
578
608
|
### Patches
|
@@ -585,7 +615,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
585
615
|
|
586
616
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.4)
|
587
617
|
|
588
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
618
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
589
619
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.3..@fluentui/react-utilities_v9.0.0-alpha.4)
|
590
620
|
|
591
621
|
### Changes
|
@@ -594,7 +624,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
594
624
|
|
595
625
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.3)
|
596
626
|
|
597
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
627
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
598
628
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.2..@fluentui/react-utilities_v9.0.0-alpha.3)
|
599
629
|
|
600
630
|
### Patches
|
@@ -611,7 +641,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
611
641
|
|
612
642
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.2)
|
613
643
|
|
614
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
644
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
615
645
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.1..@fluentui/react-utilities_v9.0.0-alpha.2)
|
616
646
|
|
617
647
|
### Changes
|
@@ -620,7 +650,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
620
650
|
|
621
651
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.1)
|
622
652
|
|
623
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
653
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
624
654
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.4.0..@fluentui/react-utilities_v9.0.0-alpha.1)
|
625
655
|
|
626
656
|
### Changes
|
@@ -629,7 +659,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
629
659
|
|
630
660
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.4.0)
|
631
661
|
|
632
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
662
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
633
663
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.3.1..@fluentui/react-utilities_v0.4.0)
|
634
664
|
|
635
665
|
### Minor changes
|
@@ -647,7 +677,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
647
677
|
|
648
678
|
## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.3.1)
|
649
679
|
|
650
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
680
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
651
681
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.3.0..@fluentui/react-utilities_v0.3.1)
|
652
682
|
|
653
683
|
### Patches
|
@@ -660,7 +690,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
660
690
|
|
661
691
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.3.0)
|
662
692
|
|
663
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
693
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
664
694
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4..@fluentui/react-utilities_v0.3.0)
|
665
695
|
|
666
696
|
### Minor changes
|
@@ -677,7 +707,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
677
707
|
|
678
708
|
## [0.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4)
|
679
709
|
|
680
|
-
Mon, 01 Feb 2021 12:23:48 GMT
|
710
|
+
Mon, 01 Feb 2021 12:23:48 GMT
|
681
711
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-4..@fluentui/react-utilities_v0.2.4)
|
682
712
|
|
683
713
|
### Patches
|
@@ -686,7 +716,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
|
|
686
716
|
|
687
717
|
## [0.2.4-4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-4)
|
688
718
|
|
689
|
-
Thu, 28 Jan 2021 12:25:56 GMT
|
719
|
+
Thu, 28 Jan 2021 12:25:56 GMT
|
690
720
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-3..@fluentui/react-utilities_v0.2.4-4)
|
691
721
|
|
692
722
|
### Changes
|
@@ -695,7 +725,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
|
|
695
725
|
|
696
726
|
## [0.2.4-3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-3)
|
697
727
|
|
698
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
728
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
699
729
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.3..@fluentui/react-utilities_v0.2.4-3)
|
700
730
|
|
701
731
|
### Changes
|
@@ -704,7 +734,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
704
734
|
|
705
735
|
## [0.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.3)
|
706
736
|
|
707
|
-
Fri, 23 Oct 2020 03:26:15 GMT
|
737
|
+
Fri, 23 Oct 2020 03:26:15 GMT
|
708
738
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.2..@fluentui/react-utilities_v0.2.3)
|
709
739
|
|
710
740
|
### Patches
|
@@ -452,6 +452,13 @@ export declare type Slot<Type extends keyof JSX.IntrinsicElements | React_2.Comp
|
|
452
452
|
} & WithSlotRenderFunction<IntrisicElementProps<As>>;
|
453
453
|
}[AlternateAs] | null : 'Error: First parameter to Slot must not be not a union of types. See documentation of Slot type.';
|
454
454
|
|
455
|
+
/**
|
456
|
+
* Helper type to correctly define the slot class names object.
|
457
|
+
*/
|
458
|
+
export declare type SlotClassNames<Slots> = {
|
459
|
+
[SlotName in keyof Slots]-?: string;
|
460
|
+
};
|
461
|
+
|
455
462
|
/**
|
456
463
|
* Matches any component's Slots type (such as ButtonSlots).
|
457
464
|
*
|
package/lib/compose/types.d.ts
CHANGED
@@ -152,4 +152,10 @@ declare type ObscureEventName = 'onLostPointerCaptureCapture';
|
|
152
152
|
* Return type for `React.forwardRef`, including inference of the proper typing for the ref.
|
153
153
|
*/
|
154
154
|
export declare type ForwardRefComponent<Props> = ObscureEventName extends keyof Props ? Required<Props>[ObscureEventName] extends React.PointerEventHandler<infer Element> ? React.ForwardRefExoticComponent<Props & React.RefAttributes<Element>> : never : never;
|
155
|
+
/**
|
156
|
+
* Helper type to correctly define the slot class names object.
|
157
|
+
*/
|
158
|
+
export declare type SlotClassNames<Slots> = {
|
159
|
+
[SlotName in keyof Slots]-?: string;
|
160
|
+
};
|
155
161
|
export {};
|
package/lib/compose/types.js
CHANGED
@@ -1,6 +1,2 @@
|
|
1
|
-
export {};
|
2
|
-
// the props type with this version (and it's likely much more expensive to evaluate)
|
3
|
-
// export type ForwardRefComponent<Props> = Props extends React.DOMAttributes<infer Element>
|
4
|
-
// ? React.ForwardRefExoticComponent<Props> & React.RefAttributes<Element>
|
5
|
-
// : never;
|
1
|
+
export {};
|
6
2
|
//# sourceMappingURL=types.js.map
|