@fluentui/react-utilities 9.0.0-rc.6 → 9.0.0-rc.9

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