@fluentui/react-utilities 9.0.0-rc.5 → 9.0.0-rc.8
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 +74 -1
- package/CHANGELOG.md +99 -71
- package/dist/{react-utilities.d.ts → index.d.ts} +0 -0
- 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/getNativeElementProps.js +3 -2
- package/lib/utils/getNativeElementProps.js.map +1 -1
- package/lib/utils/properties.d.ts +6 -0
- package/lib/utils/properties.js +8 -0
- package/lib/utils/properties.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/getNativeElementProps.js +2 -1
- package/lib-commonjs/utils/getNativeElementProps.js.map +1 -1
- package/lib-commonjs/utils/properties.d.ts +6 -0
- package/lib-commonjs/utils/properties.js +9 -1
- package/lib-commonjs/utils/properties.js.map +1 -1
- package/package.json +4 -8
package/CHANGELOG.md
CHANGED
@@ -1,12 +1,40 @@
|
|
1
1
|
# Change Log - @fluentui/react-utilities
|
2
2
|
|
3
|
-
This log was last generated on
|
3
|
+
This log was last generated on Thu, 05 May 2022 18:24:35 GMT and should not be manually modified.
|
4
4
|
|
5
5
|
<!-- Start content -->
|
6
6
|
|
7
|
+
## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.8)
|
8
|
+
|
9
|
+
Thu, 05 May 2022 18:24:35 GMT
|
10
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.7..@fluentui/react-utilities_v9.0.0-rc.8)
|
11
|
+
|
12
|
+
### Changes
|
13
|
+
|
14
|
+
- feat: add time element on nativeElementMap ([PR #22848](https://github.com/microsoft/fluentui/pull/22848) by bsunderhus@microsoft.com)
|
15
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
|
16
|
+
|
17
|
+
## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.7)
|
18
|
+
|
19
|
+
Wed, 04 May 2022 13:26:36 GMT
|
20
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.6..@fluentui/react-utilities_v9.0.0-rc.7)
|
21
|
+
|
22
|
+
### Changes
|
23
|
+
|
24
|
+
- Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
|
25
|
+
|
26
|
+
## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.6)
|
27
|
+
|
28
|
+
Tue, 19 Apr 2022 19:17:05 GMT
|
29
|
+
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.5..@fluentui/react-utilities_v9.0.0-rc.6)
|
30
|
+
|
31
|
+
### Changes
|
32
|
+
|
33
|
+
- Removing star exports at src/index.ts ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by Humberto.Morimoto@microsoft.com)
|
34
|
+
|
7
35
|
## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.5)
|
8
36
|
|
9
|
-
Fri, 04 Mar 2022 05:
|
37
|
+
Fri, 04 Mar 2022 05:17:32 GMT
|
10
38
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.4..@fluentui/react-utilities_v9.0.0-rc.5)
|
11
39
|
|
12
40
|
### Changes
|
@@ -18,7 +46,7 @@ Fri, 04 Mar 2022 05:15:46 GMT
|
|
18
46
|
|
19
47
|
## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.4)
|
20
48
|
|
21
|
-
Tue, 01 Mar 2022 02:17:39 GMT
|
49
|
+
Tue, 01 Mar 2022 02:17:39 GMT
|
22
50
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.3..@fluentui/react-utilities_v9.0.0-rc.4)
|
23
51
|
|
24
52
|
### Changes
|
@@ -28,7 +56,7 @@ Tue, 01 Mar 2022 02:17:39 GMT
|
|
28
56
|
|
29
57
|
## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.3)
|
30
58
|
|
31
|
-
Fri, 18 Feb 2022 13:35:37 GMT
|
59
|
+
Fri, 18 Feb 2022 13:35:37 GMT
|
32
60
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.1..@fluentui/react-utilities_v9.0.0-rc.3)
|
33
61
|
|
34
62
|
### Changes
|
@@ -38,7 +66,7 @@ Fri, 18 Feb 2022 13:35:37 GMT
|
|
38
66
|
|
39
67
|
## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.1)
|
40
68
|
|
41
|
-
Thu, 10 Feb 2022 08:50:32 GMT
|
69
|
+
Thu, 10 Feb 2022 08:50:32 GMT
|
42
70
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.4..@fluentui/react-utilities_v9.0.0-rc.1)
|
43
71
|
|
44
72
|
### Changes
|
@@ -58,7 +86,7 @@ Thu, 10 Feb 2022 08:50:32 GMT
|
|
58
86
|
|
59
87
|
## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.4)
|
60
88
|
|
61
|
-
Thu, 25 Nov 2021 08:34:09 GMT
|
89
|
+
Thu, 25 Nov 2021 08:34:09 GMT
|
62
90
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.3..@fluentui/react-utilities_v9.0.0-beta.4)
|
63
91
|
|
64
92
|
### Changes
|
@@ -67,7 +95,7 @@ Thu, 25 Nov 2021 08:34:09 GMT
|
|
67
95
|
|
68
96
|
## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.3)
|
69
97
|
|
70
|
-
Fri, 12 Nov 2021 13:25:10 GMT
|
98
|
+
Fri, 12 Nov 2021 13:25:10 GMT
|
71
99
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.2..@fluentui/react-utilities_v9.0.0-beta.3)
|
72
100
|
|
73
101
|
### Changes
|
@@ -76,7 +104,7 @@ Fri, 12 Nov 2021 13:25:10 GMT
|
|
76
104
|
|
77
105
|
## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.2)
|
78
106
|
|
79
|
-
Wed, 27 Oct 2021 12:14:24 GMT
|
107
|
+
Wed, 27 Oct 2021 12:14:24 GMT
|
80
108
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.1..@fluentui/react-utilities_v9.0.0-beta.2)
|
81
109
|
|
82
110
|
### Changes
|
@@ -86,7 +114,7 @@ Wed, 27 Oct 2021 12:14:24 GMT
|
|
86
114
|
|
87
115
|
## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.1)
|
88
116
|
|
89
|
-
Wed, 06 Oct 2021 10:37:22 GMT
|
117
|
+
Wed, 06 Oct 2021 10:37:22 GMT
|
90
118
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.56..@fluentui/react-utilities_v9.0.0-beta.1)
|
91
119
|
|
92
120
|
### Changes
|
@@ -96,7 +124,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
|
|
96
124
|
|
97
125
|
## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.56)
|
98
126
|
|
99
|
-
Tue, 05 Oct 2021 09:28:07 GMT
|
127
|
+
Tue, 05 Oct 2021 09:28:07 GMT
|
100
128
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.55..@fluentui/react-utilities_v9.0.0-alpha.56)
|
101
129
|
|
102
130
|
### Changes
|
@@ -105,7 +133,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
|
|
105
133
|
|
106
134
|
## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.55)
|
107
135
|
|
108
|
-
Fri, 01 Oct 2021 14:13:08 GMT
|
136
|
+
Fri, 01 Oct 2021 14:13:08 GMT
|
109
137
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.53..@fluentui/react-utilities_v9.0.0-alpha.55)
|
110
138
|
|
111
139
|
### Changes
|
@@ -115,7 +143,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
|
|
115
143
|
|
116
144
|
## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.53)
|
117
145
|
|
118
|
-
Mon, 27 Sep 2021 08:06:00 GMT
|
146
|
+
Mon, 27 Sep 2021 08:06:00 GMT
|
119
147
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.52..@fluentui/react-utilities_v9.0.0-alpha.53)
|
120
148
|
|
121
149
|
### Changes
|
@@ -124,7 +152,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
|
|
124
152
|
|
125
153
|
## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.52)
|
126
154
|
|
127
|
-
Fri, 24 Sep 2021 09:17:17 GMT
|
155
|
+
Fri, 24 Sep 2021 09:17:17 GMT
|
128
156
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.51..@fluentui/react-utilities_v9.0.0-alpha.52)
|
129
157
|
|
130
158
|
### Changes
|
@@ -133,7 +161,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
|
|
133
161
|
|
134
162
|
## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.51)
|
135
163
|
|
136
|
-
Thu, 23 Sep 2021 08:21:34 GMT
|
164
|
+
Thu, 23 Sep 2021 08:21:34 GMT
|
137
165
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.50..@fluentui/react-utilities_v9.0.0-alpha.51)
|
138
166
|
|
139
167
|
### Changes
|
@@ -142,7 +170,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
|
|
142
170
|
|
143
171
|
## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.50)
|
144
172
|
|
145
|
-
Wed, 22 Sep 2021 10:10:07 GMT
|
173
|
+
Wed, 22 Sep 2021 10:10:07 GMT
|
146
174
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.49..@fluentui/react-utilities_v9.0.0-alpha.50)
|
147
175
|
|
148
176
|
### Changes
|
@@ -151,7 +179,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
|
|
151
179
|
|
152
180
|
## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.49)
|
153
181
|
|
154
|
-
Fri, 17 Sep 2021 07:35:26 GMT
|
182
|
+
Fri, 17 Sep 2021 07:35:26 GMT
|
155
183
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.48..@fluentui/react-utilities_v9.0.0-alpha.49)
|
156
184
|
|
157
185
|
### Changes
|
@@ -161,7 +189,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
|
|
161
189
|
|
162
190
|
## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.48)
|
163
191
|
|
164
|
-
Thu, 16 Sep 2021 07:38:39 GMT
|
192
|
+
Thu, 16 Sep 2021 07:38:39 GMT
|
165
193
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.47..@fluentui/react-utilities_v9.0.0-alpha.48)
|
166
194
|
|
167
195
|
### Changes
|
@@ -170,7 +198,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
|
|
170
198
|
|
171
199
|
## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.47)
|
172
200
|
|
173
|
-
Tue, 14 Sep 2021 20:09:02 GMT
|
201
|
+
Tue, 14 Sep 2021 20:09:02 GMT
|
174
202
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.46..@fluentui/react-utilities_v9.0.0-alpha.47)
|
175
203
|
|
176
204
|
### Changes
|
@@ -179,7 +207,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
|
|
179
207
|
|
180
208
|
## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.46)
|
181
209
|
|
182
|
-
Fri, 10 Sep 2021 16:31:53 GMT
|
210
|
+
Fri, 10 Sep 2021 16:31:53 GMT
|
183
211
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.45..@fluentui/react-utilities_v9.0.0-alpha.46)
|
184
212
|
|
185
213
|
### Changes
|
@@ -188,7 +216,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
|
|
188
216
|
|
189
217
|
## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.45)
|
190
218
|
|
191
|
-
Fri, 10 Sep 2021 07:39:51 GMT
|
219
|
+
Fri, 10 Sep 2021 07:39:51 GMT
|
192
220
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.44..@fluentui/react-utilities_v9.0.0-alpha.45)
|
193
221
|
|
194
222
|
### Changes
|
@@ -197,7 +225,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
|
|
197
225
|
|
198
226
|
## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.44)
|
199
227
|
|
200
|
-
Mon, 06 Sep 2021 07:34:53 GMT
|
228
|
+
Mon, 06 Sep 2021 07:34:53 GMT
|
201
229
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.43..@fluentui/react-utilities_v9.0.0-alpha.44)
|
202
230
|
|
203
231
|
### Changes
|
@@ -206,7 +234,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
|
|
206
234
|
|
207
235
|
## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.43)
|
208
236
|
|
209
|
-
Wed, 01 Sep 2021 07:39:56 GMT
|
237
|
+
Wed, 01 Sep 2021 07:39:56 GMT
|
210
238
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.42..@fluentui/react-utilities_v9.0.0-alpha.43)
|
211
239
|
|
212
240
|
### Changes
|
@@ -215,7 +243,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
|
|
215
243
|
|
216
244
|
## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.42)
|
217
245
|
|
218
|
-
Tue, 31 Aug 2021 07:37:47 GMT
|
246
|
+
Tue, 31 Aug 2021 07:37:47 GMT
|
219
247
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.41..@fluentui/react-utilities_v9.0.0-alpha.42)
|
220
248
|
|
221
249
|
### Changes
|
@@ -224,7 +252,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
|
|
224
252
|
|
225
253
|
## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.41)
|
226
254
|
|
227
|
-
Tue, 24 Aug 2021 07:34:48 GMT
|
255
|
+
Tue, 24 Aug 2021 07:34:48 GMT
|
228
256
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.40..@fluentui/react-utilities_v9.0.0-alpha.41)
|
229
257
|
|
230
258
|
### Changes
|
@@ -233,7 +261,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
|
|
233
261
|
|
234
262
|
## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.40)
|
235
263
|
|
236
|
-
Fri, 20 Aug 2021 07:37:28 GMT
|
264
|
+
Fri, 20 Aug 2021 07:37:28 GMT
|
237
265
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.39..@fluentui/react-utilities_v9.0.0-alpha.40)
|
238
266
|
|
239
267
|
### Changes
|
@@ -242,7 +270,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
|
|
242
270
|
|
243
271
|
## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.39)
|
244
272
|
|
245
|
-
Thu, 19 Aug 2021 07:41:35 GMT
|
273
|
+
Thu, 19 Aug 2021 07:41:35 GMT
|
246
274
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.38..@fluentui/react-utilities_v9.0.0-alpha.39)
|
247
275
|
|
248
276
|
### Changes
|
@@ -251,7 +279,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
|
|
251
279
|
|
252
280
|
## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.38)
|
253
281
|
|
254
|
-
Fri, 06 Aug 2021 07:35:14 GMT
|
282
|
+
Fri, 06 Aug 2021 07:35:14 GMT
|
255
283
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.37..@fluentui/react-utilities_v9.0.0-alpha.38)
|
256
284
|
|
257
285
|
### Changes
|
@@ -260,7 +288,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
|
|
260
288
|
|
261
289
|
## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.37)
|
262
290
|
|
263
|
-
Tue, 03 Aug 2021 07:39:30 GMT
|
291
|
+
Tue, 03 Aug 2021 07:39:30 GMT
|
264
292
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.36..@fluentui/react-utilities_v9.0.0-alpha.37)
|
265
293
|
|
266
294
|
### Patches
|
@@ -275,7 +303,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
|
|
275
303
|
|
276
304
|
## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.36)
|
277
305
|
|
278
|
-
Mon, 02 Aug 2021 07:36:20 GMT
|
306
|
+
Mon, 02 Aug 2021 07:36:20 GMT
|
279
307
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.35..@fluentui/react-utilities_v9.0.0-alpha.36)
|
280
308
|
|
281
309
|
### Changes
|
@@ -284,7 +312,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
|
|
284
312
|
|
285
313
|
## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.35)
|
286
314
|
|
287
|
-
Fri, 23 Jul 2021 07:38:19 GMT
|
315
|
+
Fri, 23 Jul 2021 07:38:19 GMT
|
288
316
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.34..@fluentui/react-utilities_v9.0.0-alpha.35)
|
289
317
|
|
290
318
|
### Changes
|
@@ -293,7 +321,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
|
|
293
321
|
|
294
322
|
## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.34)
|
295
323
|
|
296
|
-
Thu, 22 Jul 2021 07:36:55 GMT
|
324
|
+
Thu, 22 Jul 2021 07:36:55 GMT
|
297
325
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.33..@fluentui/react-utilities_v9.0.0-alpha.34)
|
298
326
|
|
299
327
|
### Changes
|
@@ -302,7 +330,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
|
|
302
330
|
|
303
331
|
## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.33)
|
304
332
|
|
305
|
-
Thu, 15 Jul 2021 07:36:18 GMT
|
333
|
+
Thu, 15 Jul 2021 07:36:18 GMT
|
306
334
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.32..@fluentui/react-utilities_v9.0.0-alpha.33)
|
307
335
|
|
308
336
|
### Changes
|
@@ -312,7 +340,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
|
|
312
340
|
|
313
341
|
## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.32)
|
314
342
|
|
315
|
-
Fri, 09 Jul 2021 07:39:31 GMT
|
343
|
+
Fri, 09 Jul 2021 07:39:31 GMT
|
316
344
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.31..@fluentui/react-utilities_v9.0.0-alpha.32)
|
317
345
|
|
318
346
|
### Patches
|
@@ -323,7 +351,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
|
|
323
351
|
|
324
352
|
## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.31)
|
325
353
|
|
326
|
-
Fri, 02 Jul 2021 23:15:55 GMT
|
354
|
+
Fri, 02 Jul 2021 23:15:55 GMT
|
327
355
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.30..@fluentui/react-utilities_v9.0.0-alpha.31)
|
328
356
|
|
329
357
|
### Changes
|
@@ -333,7 +361,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
|
|
333
361
|
|
334
362
|
## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.30)
|
335
363
|
|
336
|
-
Fri, 02 Jul 2021 07:37:06 GMT
|
364
|
+
Fri, 02 Jul 2021 07:37:06 GMT
|
337
365
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.29..@fluentui/react-utilities_v9.0.0-alpha.30)
|
338
366
|
|
339
367
|
### Changes
|
@@ -342,7 +370,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
|
|
342
370
|
|
343
371
|
## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.29)
|
344
372
|
|
345
|
-
Tue, 15 Jun 2021 07:40:20 GMT
|
373
|
+
Tue, 15 Jun 2021 07:40:20 GMT
|
346
374
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.28..@fluentui/react-utilities_v9.0.0-alpha.29)
|
347
375
|
|
348
376
|
### Changes
|
@@ -351,7 +379,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
|
|
351
379
|
|
352
380
|
## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.28)
|
353
381
|
|
354
|
-
Mon, 07 Jun 2021 07:38:15 GMT
|
382
|
+
Mon, 07 Jun 2021 07:38:15 GMT
|
355
383
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.27..@fluentui/react-utilities_v9.0.0-alpha.28)
|
356
384
|
|
357
385
|
### Patches
|
@@ -362,7 +390,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
|
|
362
390
|
|
363
391
|
## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.27)
|
364
392
|
|
365
|
-
Fri, 04 Jun 2021 07:37:23 GMT
|
393
|
+
Fri, 04 Jun 2021 07:37:23 GMT
|
366
394
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.26..@fluentui/react-utilities_v9.0.0-alpha.27)
|
367
395
|
|
368
396
|
### Changes
|
@@ -371,7 +399,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
|
|
371
399
|
|
372
400
|
## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.26)
|
373
401
|
|
374
|
-
Fri, 28 May 2021 07:33:57 GMT
|
402
|
+
Fri, 28 May 2021 07:33:57 GMT
|
375
403
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.25..@fluentui/react-utilities_v9.0.0-alpha.26)
|
376
404
|
|
377
405
|
### Changes
|
@@ -380,7 +408,7 @@ Fri, 28 May 2021 07:33:57 GMT
|
|
380
408
|
|
381
409
|
## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.25)
|
382
410
|
|
383
|
-
Wed, 26 May 2021 07:35:43 GMT
|
411
|
+
Wed, 26 May 2021 07:35:43 GMT
|
384
412
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.24..@fluentui/react-utilities_v9.0.0-alpha.25)
|
385
413
|
|
386
414
|
### Changes
|
@@ -389,7 +417,7 @@ Wed, 26 May 2021 07:35:43 GMT
|
|
389
417
|
|
390
418
|
## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.24)
|
391
419
|
|
392
|
-
Fri, 21 May 2021 07:34:54 GMT
|
420
|
+
Fri, 21 May 2021 07:34:54 GMT
|
393
421
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.23..@fluentui/react-utilities_v9.0.0-alpha.24)
|
394
422
|
|
395
423
|
### Changes
|
@@ -398,7 +426,7 @@ Fri, 21 May 2021 07:34:54 GMT
|
|
398
426
|
|
399
427
|
## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.23)
|
400
428
|
|
401
|
-
Thu, 20 May 2021 07:41:54 GMT
|
429
|
+
Thu, 20 May 2021 07:41:54 GMT
|
402
430
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.22..@fluentui/react-utilities_v9.0.0-alpha.23)
|
403
431
|
|
404
432
|
### Patches
|
@@ -413,7 +441,7 @@ Thu, 20 May 2021 07:41:54 GMT
|
|
413
441
|
|
414
442
|
## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.22)
|
415
443
|
|
416
|
-
Wed, 19 May 2021 07:34:20 GMT
|
444
|
+
Wed, 19 May 2021 07:34:20 GMT
|
417
445
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.21..@fluentui/react-utilities_v9.0.0-alpha.22)
|
418
446
|
|
419
447
|
### Changes
|
@@ -423,7 +451,7 @@ Wed, 19 May 2021 07:34:20 GMT
|
|
423
451
|
|
424
452
|
## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.21)
|
425
453
|
|
426
|
-
Mon, 03 May 2021 07:45:19 GMT
|
454
|
+
Mon, 03 May 2021 07:45:19 GMT
|
427
455
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.20..@fluentui/react-utilities_v9.0.0-alpha.21)
|
428
456
|
|
429
457
|
### Changes
|
@@ -432,7 +460,7 @@ Mon, 03 May 2021 07:45:19 GMT
|
|
432
460
|
|
433
461
|
## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.20)
|
434
462
|
|
435
|
-
Fri, 30 Apr 2021 07:42:23 GMT
|
463
|
+
Fri, 30 Apr 2021 07:42:23 GMT
|
436
464
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.19..@fluentui/react-utilities_v9.0.0-alpha.20)
|
437
465
|
|
438
466
|
### Patches
|
@@ -448,7 +476,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
|
|
448
476
|
|
449
477
|
## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.19)
|
450
478
|
|
451
|
-
Fri, 23 Apr 2021 07:37:10 GMT
|
479
|
+
Fri, 23 Apr 2021 07:37:10 GMT
|
452
480
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.18..@fluentui/react-utilities_v9.0.0-alpha.19)
|
453
481
|
|
454
482
|
### Patches
|
@@ -459,7 +487,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
|
|
459
487
|
|
460
488
|
## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.18)
|
461
489
|
|
462
|
-
Thu, 22 Apr 2021 07:33:28 GMT
|
490
|
+
Thu, 22 Apr 2021 07:33:28 GMT
|
463
491
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.17..@fluentui/react-utilities_v9.0.0-alpha.18)
|
464
492
|
|
465
493
|
### Changes
|
@@ -469,7 +497,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
|
|
469
497
|
|
470
498
|
## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.17)
|
471
499
|
|
472
|
-
Wed, 21 Apr 2021 07:31:50 GMT
|
500
|
+
Wed, 21 Apr 2021 07:31:50 GMT
|
473
501
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.16..@fluentui/react-utilities_v9.0.0-alpha.17)
|
474
502
|
|
475
503
|
### Changes
|
@@ -478,7 +506,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
|
|
478
506
|
|
479
507
|
## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.16)
|
480
508
|
|
481
|
-
Fri, 16 Apr 2021 18:08:21 GMT
|
509
|
+
Fri, 16 Apr 2021 18:08:21 GMT
|
482
510
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.15..@fluentui/react-utilities_v9.0.0-alpha.16)
|
483
511
|
|
484
512
|
### Changes
|
@@ -487,7 +515,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
|
|
487
515
|
|
488
516
|
## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.15)
|
489
517
|
|
490
|
-
Thu, 01 Apr 2021 20:13:37 GMT
|
518
|
+
Thu, 01 Apr 2021 20:13:37 GMT
|
491
519
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.14..@fluentui/react-utilities_v9.0.0-alpha.15)
|
492
520
|
|
493
521
|
### Changes
|
@@ -496,7 +524,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
|
|
496
524
|
|
497
525
|
## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.14)
|
498
526
|
|
499
|
-
Wed, 31 Mar 2021 00:53:43 GMT
|
527
|
+
Wed, 31 Mar 2021 00:53:43 GMT
|
500
528
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.13..@fluentui/react-utilities_v9.0.0-alpha.14)
|
501
529
|
|
502
530
|
### Patches
|
@@ -512,7 +540,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
|
|
512
540
|
|
513
541
|
## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.13)
|
514
542
|
|
515
|
-
Tue, 30 Mar 2021 07:34:45 GMT
|
543
|
+
Tue, 30 Mar 2021 07:34:45 GMT
|
516
544
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.12..@fluentui/react-utilities_v9.0.0-alpha.13)
|
517
545
|
|
518
546
|
### Changes
|
@@ -521,7 +549,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
|
|
521
549
|
|
522
550
|
## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.12)
|
523
551
|
|
524
|
-
Fri, 26 Mar 2021 07:32:34 GMT
|
552
|
+
Fri, 26 Mar 2021 07:32:34 GMT
|
525
553
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.11..@fluentui/react-utilities_v9.0.0-alpha.12)
|
526
554
|
|
527
555
|
### Changes
|
@@ -530,7 +558,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
|
|
530
558
|
|
531
559
|
## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.11)
|
532
560
|
|
533
|
-
Thu, 25 Mar 2021 07:33:24 GMT
|
561
|
+
Thu, 25 Mar 2021 07:33:24 GMT
|
534
562
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.10..@fluentui/react-utilities_v9.0.0-alpha.11)
|
535
563
|
|
536
564
|
### Changes
|
@@ -539,7 +567,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
|
|
539
567
|
|
540
568
|
## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.10)
|
541
569
|
|
542
|
-
Tue, 23 Mar 2021 07:31:43 GMT
|
570
|
+
Tue, 23 Mar 2021 07:31:43 GMT
|
543
571
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.9..@fluentui/react-utilities_v9.0.0-alpha.10)
|
544
572
|
|
545
573
|
### Changes
|
@@ -548,7 +576,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
|
|
548
576
|
|
549
577
|
## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.9)
|
550
578
|
|
551
|
-
Thu, 18 Mar 2021 20:15:34 GMT
|
579
|
+
Thu, 18 Mar 2021 20:15:34 GMT
|
552
580
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.8..@fluentui/react-utilities_v9.0.0-alpha.9)
|
553
581
|
|
554
582
|
### Changes
|
@@ -557,7 +585,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
|
|
557
585
|
|
558
586
|
## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.8)
|
559
587
|
|
560
|
-
Mon, 15 Mar 2021 07:36:20 GMT
|
588
|
+
Mon, 15 Mar 2021 07:36:20 GMT
|
561
589
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.7..@fluentui/react-utilities_v9.0.0-alpha.8)
|
562
590
|
|
563
591
|
### Changes
|
@@ -566,7 +594,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
|
|
566
594
|
|
567
595
|
## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.7)
|
568
596
|
|
569
|
-
Wed, 10 Mar 2021 07:34:39 GMT
|
597
|
+
Wed, 10 Mar 2021 07:34:39 GMT
|
570
598
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.6..@fluentui/react-utilities_v9.0.0-alpha.7)
|
571
599
|
|
572
600
|
### Changes
|
@@ -575,7 +603,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
|
|
575
603
|
|
576
604
|
## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.6)
|
577
605
|
|
578
|
-
Fri, 05 Mar 2021 20:30:59 GMT
|
606
|
+
Fri, 05 Mar 2021 20:30:59 GMT
|
579
607
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.5..@fluentui/react-utilities_v9.0.0-alpha.6)
|
580
608
|
|
581
609
|
### Changes
|
@@ -584,7 +612,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
|
|
584
612
|
|
585
613
|
## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.5)
|
586
614
|
|
587
|
-
Wed, 03 Mar 2021 00:10:09 GMT
|
615
|
+
Wed, 03 Mar 2021 00:10:09 GMT
|
588
616
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.4..@fluentui/react-utilities_v9.0.0-alpha.5)
|
589
617
|
|
590
618
|
### Patches
|
@@ -597,7 +625,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
|
|
597
625
|
|
598
626
|
## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.4)
|
599
627
|
|
600
|
-
Tue, 02 Mar 2021 07:24:27 GMT
|
628
|
+
Tue, 02 Mar 2021 07:24:27 GMT
|
601
629
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.3..@fluentui/react-utilities_v9.0.0-alpha.4)
|
602
630
|
|
603
631
|
### Changes
|
@@ -606,7 +634,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
|
|
606
634
|
|
607
635
|
## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.3)
|
608
636
|
|
609
|
-
Fri, 26 Feb 2021 01:16:27 GMT
|
637
|
+
Fri, 26 Feb 2021 01:16:27 GMT
|
610
638
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.2..@fluentui/react-utilities_v9.0.0-alpha.3)
|
611
639
|
|
612
640
|
### Patches
|
@@ -623,7 +651,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
|
|
623
651
|
|
624
652
|
## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.2)
|
625
653
|
|
626
|
-
Thu, 25 Feb 2021 01:15:27 GMT
|
654
|
+
Thu, 25 Feb 2021 01:15:27 GMT
|
627
655
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.1..@fluentui/react-utilities_v9.0.0-alpha.2)
|
628
656
|
|
629
657
|
### Changes
|
@@ -632,7 +660,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
|
|
632
660
|
|
633
661
|
## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.1)
|
634
662
|
|
635
|
-
Wed, 24 Feb 2021 00:05:29 GMT
|
663
|
+
Wed, 24 Feb 2021 00:05:29 GMT
|
636
664
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.4.0..@fluentui/react-utilities_v9.0.0-alpha.1)
|
637
665
|
|
638
666
|
### Changes
|
@@ -641,7 +669,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
|
|
641
669
|
|
642
670
|
## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.4.0)
|
643
671
|
|
644
|
-
Mon, 22 Feb 2021 12:26:22 GMT
|
672
|
+
Mon, 22 Feb 2021 12:26:22 GMT
|
645
673
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.3.1..@fluentui/react-utilities_v0.4.0)
|
646
674
|
|
647
675
|
### Minor changes
|
@@ -659,7 +687,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
|
|
659
687
|
|
660
688
|
## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.3.1)
|
661
689
|
|
662
|
-
Thu, 18 Feb 2021 19:38:50 GMT
|
690
|
+
Thu, 18 Feb 2021 19:38:50 GMT
|
663
691
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.3.0..@fluentui/react-utilities_v0.3.1)
|
664
692
|
|
665
693
|
### Patches
|
@@ -672,7 +700,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
|
|
672
700
|
|
673
701
|
## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.3.0)
|
674
702
|
|
675
|
-
Thu, 18 Feb 2021 12:27:34 GMT
|
703
|
+
Thu, 18 Feb 2021 12:27:34 GMT
|
676
704
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4..@fluentui/react-utilities_v0.3.0)
|
677
705
|
|
678
706
|
### Minor changes
|
@@ -689,7 +717,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
|
|
689
717
|
|
690
718
|
## [0.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4)
|
691
719
|
|
692
|
-
Mon, 01 Feb 2021 12:23:48 GMT
|
720
|
+
Mon, 01 Feb 2021 12:23:48 GMT
|
693
721
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-4..@fluentui/react-utilities_v0.2.4)
|
694
722
|
|
695
723
|
### Patches
|
@@ -698,7 +726,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
|
|
698
726
|
|
699
727
|
## [0.2.4-4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-4)
|
700
728
|
|
701
|
-
Thu, 28 Jan 2021 12:25:56 GMT
|
729
|
+
Thu, 28 Jan 2021 12:25:56 GMT
|
702
730
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-3..@fluentui/react-utilities_v0.2.4-4)
|
703
731
|
|
704
732
|
### Changes
|
@@ -707,7 +735,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
|
|
707
735
|
|
708
736
|
## [0.2.4-3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-3)
|
709
737
|
|
710
|
-
Thu, 21 Jan 2021 12:36:12 GMT
|
738
|
+
Thu, 21 Jan 2021 12:36:12 GMT
|
711
739
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.3..@fluentui/react-utilities_v0.2.4-3)
|
712
740
|
|
713
741
|
### Changes
|
@@ -716,7 +744,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
|
|
716
744
|
|
717
745
|
## [0.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.3)
|
718
746
|
|
719
|
-
Fri, 23 Oct 2020 03:26:15 GMT
|
747
|
+
Fri, 23 Oct 2020 03:26:15 GMT
|
720
748
|
[Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.2..@fluentui/react-utilities_v0.2.3)
|
721
749
|
|
722
750
|
### Patches
|
File without changes
|
package/lib/hooks/index.d.ts
CHANGED
@@ -1,8 +1,9 @@
|
|
1
|
-
export * from './useControllableState';
|
2
1
|
export * from './useBoolean';
|
3
2
|
export * from './useConst';
|
3
|
+
export * from './useControllableState';
|
4
4
|
export * from './useEventCallback';
|
5
5
|
export * from './useFirstMount';
|
6
|
+
export * from './useForceUpdate';
|
6
7
|
export * from './useId';
|
7
8
|
export * from './useIsomorphicLayoutEffect';
|
8
9
|
export * from './useMergedEventCallbacks';
|
@@ -13,4 +14,3 @@ export * from './useOnScrollOutside';
|
|
13
14
|
export * from './usePrevious';
|
14
15
|
export * from './useTimeout';
|
15
16
|
export * from './useUnmount';
|
16
|
-
export * from './useForceUpdate';
|