@fluentui/react-utilities 9.0.0-rc.1 → 9.0.0-rc.10

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 (175) hide show
  1. package/CHANGELOG.json +194 -1
  2. package/CHANGELOG.md +146 -68
  3. package/dist/{react-utilities.d.ts → index.d.ts} +14 -272
  4. package/{lib → dist}/tsdoc-metadata.json +0 -0
  5. package/lib/compose/getSlots.js.map +1 -1
  6. package/lib/compose/index.js.map +1 -1
  7. package/lib/compose/resolveShorthand.js.map +1 -1
  8. package/lib/compose/types.js +1 -5
  9. package/lib/compose/types.js.map +1 -1
  10. package/lib/hooks/index.js +1 -5
  11. package/lib/hooks/index.js.map +1 -1
  12. package/lib/hooks/useControllableState.js +1 -2
  13. package/lib/hooks/useControllableState.js.map +1 -1
  14. package/lib/hooks/useEventCallback.js.map +1 -1
  15. package/lib/hooks/useFirstMount.js.map +1 -1
  16. package/lib/hooks/useForceUpdate.js.map +1 -1
  17. package/lib/hooks/useId.js +9 -3
  18. package/lib/hooks/useId.js.map +1 -1
  19. package/lib/hooks/useIsomorphicLayoutEffect.js.map +1 -1
  20. package/lib/hooks/useMergedEventCallbacks.js.map +1 -1
  21. package/lib/hooks/useMergedRefs.js.map +1 -1
  22. package/lib/hooks/useOnClickOutside.js.map +1 -1
  23. package/lib/hooks/useOnScrollOutside.js.map +1 -1
  24. package/lib/hooks/usePrevious.js.map +1 -1
  25. package/lib/hooks/useTimeout.js +1 -2
  26. package/lib/hooks/useTimeout.js.map +1 -1
  27. package/lib/index.js +4 -4
  28. package/lib/index.js.map +1 -1
  29. package/lib/ssr/SSRContext.js.map +1 -1
  30. package/lib/ssr/canUseDOM.js.map +1 -1
  31. package/lib/ssr/index.js.map +1 -1
  32. package/lib/utils/applyTriggerPropsToChildren.js.map +1 -1
  33. package/lib/utils/clamp.js.map +1 -1
  34. package/lib/utils/getNativeElementProps.js +4 -2
  35. package/lib/utils/getNativeElementProps.js.map +1 -1
  36. package/lib/utils/getRTLSafeKey.js.map +1 -1
  37. package/lib/utils/getReactCallbackName.js.map +1 -1
  38. package/lib/utils/getTriggerChild.js.map +1 -1
  39. package/lib/utils/index.js.map +1 -1
  40. package/lib/utils/isFluentTrigger.js.map +1 -1
  41. package/lib/utils/omit.js.map +1 -1
  42. package/lib/utils/properties.js +18 -6
  43. package/lib/utils/properties.js.map +1 -1
  44. package/lib/utils/shouldPreventDefaultOnKeyDown.js +4 -0
  45. package/lib/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
  46. package/lib-commonjs/compose/getSlots.js.map +1 -1
  47. package/lib-commonjs/compose/index.js.map +1 -1
  48. package/lib-commonjs/compose/resolveShorthand.js.map +1 -1
  49. package/lib-commonjs/compose/types.js +1 -5
  50. package/lib-commonjs/compose/types.js.map +1 -1
  51. package/lib-commonjs/hooks/index.js +2 -10
  52. package/lib-commonjs/hooks/index.js.map +1 -1
  53. package/lib-commonjs/hooks/useControllableState.js +1 -3
  54. package/lib-commonjs/hooks/useControllableState.js.map +1 -1
  55. package/lib-commonjs/hooks/useEventCallback.js.map +1 -1
  56. package/lib-commonjs/hooks/useFirstMount.js.map +1 -1
  57. package/lib-commonjs/hooks/useForceUpdate.js.map +1 -1
  58. package/lib-commonjs/hooks/useId.js +9 -3
  59. package/lib-commonjs/hooks/useId.js.map +1 -1
  60. package/lib-commonjs/hooks/useIsomorphicLayoutEffect.js.map +1 -1
  61. package/lib-commonjs/hooks/useMergedEventCallbacks.js.map +1 -1
  62. package/lib-commonjs/hooks/useMergedRefs.js.map +1 -1
  63. package/lib-commonjs/hooks/useOnClickOutside.js.map +1 -1
  64. package/lib-commonjs/hooks/useOnScrollOutside.js.map +1 -1
  65. package/lib-commonjs/hooks/usePrevious.js.map +1 -1
  66. package/lib-commonjs/hooks/useTimeout.js +1 -3
  67. package/lib-commonjs/hooks/useTimeout.js.map +1 -1
  68. package/lib-commonjs/index.js +158 -5
  69. package/lib-commonjs/index.js.map +1 -1
  70. package/lib-commonjs/ssr/SSRContext.js.map +1 -1
  71. package/lib-commonjs/ssr/canUseDOM.js.map +1 -1
  72. package/lib-commonjs/ssr/index.js.map +1 -1
  73. package/lib-commonjs/utils/applyTriggerPropsToChildren.js.map +1 -1
  74. package/lib-commonjs/utils/clamp.js.map +1 -1
  75. package/lib-commonjs/utils/getNativeElementProps.js +3 -1
  76. package/lib-commonjs/utils/getNativeElementProps.js.map +1 -1
  77. package/lib-commonjs/utils/getRTLSafeKey.js.map +1 -1
  78. package/lib-commonjs/utils/getReactCallbackName.js.map +1 -1
  79. package/lib-commonjs/utils/getTriggerChild.js.map +1 -1
  80. package/lib-commonjs/utils/index.js.map +1 -1
  81. package/lib-commonjs/utils/isFluentTrigger.js.map +1 -1
  82. package/lib-commonjs/utils/omit.js.map +1 -1
  83. package/lib-commonjs/utils/properties.js +19 -7
  84. package/lib-commonjs/utils/properties.js.map +1 -1
  85. package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js +4 -0
  86. package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
  87. package/package.json +12 -10
  88. package/lib/compose/getSlots.d.ts +0 -30
  89. package/lib/compose/index.d.ts +0 -3
  90. package/lib/compose/resolveShorthand.d.ts +0 -16
  91. package/lib/compose/types.d.ts +0 -155
  92. package/lib/hooks/index.d.ts +0 -16
  93. package/lib/hooks/useBoolean.d.ts +0 -17
  94. package/lib/hooks/useBoolean.js +0 -28
  95. package/lib/hooks/useBoolean.js.map +0 -1
  96. package/lib/hooks/useConst.d.ts +0 -12
  97. package/lib/hooks/useConst.js +0 -30
  98. package/lib/hooks/useConst.js.map +0 -1
  99. package/lib/hooks/useControllableState.d.ts +0 -31
  100. package/lib/hooks/useEventCallback.d.ts +0 -13
  101. package/lib/hooks/useFirstMount.d.ts +0 -11
  102. package/lib/hooks/useForceUpdate.d.ts +0 -4
  103. package/lib/hooks/useId.d.ts +0 -15
  104. package/lib/hooks/useIsomorphicLayoutEffect.d.ts +0 -11
  105. package/lib/hooks/useMergedEventCallbacks.d.ts +0 -18
  106. package/lib/hooks/useMergedRefs.d.ts +0 -13
  107. package/lib/hooks/useMount.d.ts +0 -6
  108. package/lib/hooks/useMount.js +0 -17
  109. package/lib/hooks/useMount.js.map +0 -1
  110. package/lib/hooks/useOnClickOutside.d.ts +0 -29
  111. package/lib/hooks/useOnScrollOutside.d.ts +0 -5
  112. package/lib/hooks/usePrevious.d.ts +0 -1
  113. package/lib/hooks/useTimeout.d.ts +0 -8
  114. package/lib/hooks/useUnmount.d.ts +0 -6
  115. package/lib/hooks/useUnmount.js +0 -17
  116. package/lib/hooks/useUnmount.js.map +0 -1
  117. package/lib/index.d.ts +0 -4
  118. package/lib/ssr/SSRContext.d.ts +0 -33
  119. package/lib/ssr/canUseDOM.d.ts +0 -4
  120. package/lib/ssr/index.d.ts +0 -2
  121. package/lib/utils/applyTriggerPropsToChildren.d.ts +0 -5
  122. package/lib/utils/clamp.d.ts +0 -8
  123. package/lib/utils/getNativeElementProps.d.ts +0 -31
  124. package/lib/utils/getRTLSafeKey.d.ts +0 -4
  125. package/lib/utils/getReactCallbackName.d.ts +0 -25
  126. package/lib/utils/getTriggerChild.d.ts +0 -22
  127. package/lib/utils/index.d.ts +0 -9
  128. package/lib/utils/isFluentTrigger.d.ts +0 -22
  129. package/lib/utils/omit.d.ts +0 -14
  130. package/lib/utils/properties.d.ts +0 -148
  131. package/lib/utils/shouldPreventDefaultOnKeyDown.d.ts +0 -7
  132. package/lib-commonjs/compose/getSlots.d.ts +0 -30
  133. package/lib-commonjs/compose/index.d.ts +0 -3
  134. package/lib-commonjs/compose/resolveShorthand.d.ts +0 -16
  135. package/lib-commonjs/compose/types.d.ts +0 -155
  136. package/lib-commonjs/hooks/index.d.ts +0 -16
  137. package/lib-commonjs/hooks/useBoolean.d.ts +0 -17
  138. package/lib-commonjs/hooks/useBoolean.js +0 -39
  139. package/lib-commonjs/hooks/useBoolean.js.map +0 -1
  140. package/lib-commonjs/hooks/useConst.d.ts +0 -12
  141. package/lib-commonjs/hooks/useConst.js +0 -40
  142. package/lib-commonjs/hooks/useConst.js.map +0 -1
  143. package/lib-commonjs/hooks/useControllableState.d.ts +0 -31
  144. package/lib-commonjs/hooks/useEventCallback.d.ts +0 -13
  145. package/lib-commonjs/hooks/useFirstMount.d.ts +0 -11
  146. package/lib-commonjs/hooks/useForceUpdate.d.ts +0 -4
  147. package/lib-commonjs/hooks/useId.d.ts +0 -15
  148. package/lib-commonjs/hooks/useIsomorphicLayoutEffect.d.ts +0 -11
  149. package/lib-commonjs/hooks/useMergedEventCallbacks.d.ts +0 -18
  150. package/lib-commonjs/hooks/useMergedRefs.d.ts +0 -13
  151. package/lib-commonjs/hooks/useMount.d.ts +0 -6
  152. package/lib-commonjs/hooks/useMount.js +0 -27
  153. package/lib-commonjs/hooks/useMount.js.map +0 -1
  154. package/lib-commonjs/hooks/useOnClickOutside.d.ts +0 -29
  155. package/lib-commonjs/hooks/useOnScrollOutside.d.ts +0 -5
  156. package/lib-commonjs/hooks/usePrevious.d.ts +0 -1
  157. package/lib-commonjs/hooks/useTimeout.d.ts +0 -8
  158. package/lib-commonjs/hooks/useUnmount.d.ts +0 -6
  159. package/lib-commonjs/hooks/useUnmount.js +0 -27
  160. package/lib-commonjs/hooks/useUnmount.js.map +0 -1
  161. package/lib-commonjs/index.d.ts +0 -4
  162. package/lib-commonjs/ssr/SSRContext.d.ts +0 -33
  163. package/lib-commonjs/ssr/canUseDOM.d.ts +0 -4
  164. package/lib-commonjs/ssr/index.d.ts +0 -2
  165. package/lib-commonjs/utils/applyTriggerPropsToChildren.d.ts +0 -5
  166. package/lib-commonjs/utils/clamp.d.ts +0 -8
  167. package/lib-commonjs/utils/getNativeElementProps.d.ts +0 -31
  168. package/lib-commonjs/utils/getRTLSafeKey.d.ts +0 -4
  169. package/lib-commonjs/utils/getReactCallbackName.d.ts +0 -25
  170. package/lib-commonjs/utils/getTriggerChild.d.ts +0 -22
  171. package/lib-commonjs/utils/index.d.ts +0 -9
  172. package/lib-commonjs/utils/isFluentTrigger.d.ts +0 -22
  173. package/lib-commonjs/utils/omit.d.ts +0 -14
  174. package/lib-commonjs/utils/properties.d.ts +0 -148
  175. package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.d.ts +0 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,90 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:43:45 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 31 May 2022 21:26:44 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.10)
8
+
9
+ Tue, 31 May 2022 21:26:44 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.9..@fluentui/react-utilities_v9.0.0-rc.10)
11
+
12
+ ### Changes
13
+
14
+ - remove exports for internals APIs & unused hooks ([PR #23319](https://github.com/microsoft/fluentui/pull/23319) by olfedias@microsoft.com)
15
+
16
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.9)
17
+
18
+ Mon, 23 May 2022 12:13:58 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.8..@fluentui/react-utilities_v9.0.0-rc.9)
20
+
21
+ ### Changes
22
+
23
+ - feat: ship rolluped only dts ([PR #22828](https://github.com/microsoft/fluentui/pull/22828) by martinhochel@microsoft.com)
24
+
25
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.8)
26
+
27
+ Thu, 05 May 2022 18:26:28 GMT
28
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.7..@fluentui/react-utilities_v9.0.0-rc.8)
29
+
30
+ ### Changes
31
+
32
+ - feat: add time element on nativeElementMap ([PR #22848](https://github.com/microsoft/fluentui/pull/22848) by bsunderhus@microsoft.com)
33
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
34
+
35
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.7)
36
+
37
+ Wed, 04 May 2022 13:26:36 GMT
38
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.6..@fluentui/react-utilities_v9.0.0-rc.7)
39
+
40
+ ### Changes
41
+
42
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
43
+
44
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.6)
45
+
46
+ Tue, 19 Apr 2022 19:17:05 GMT
47
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.5..@fluentui/react-utilities_v9.0.0-rc.6)
48
+
49
+ ### Changes
50
+
51
+ - Removing star exports at src/index.ts ([PR #22367](https://github.com/microsoft/fluentui/pull/22367) by Humberto.Morimoto@microsoft.com)
52
+
53
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.5)
54
+
55
+ Fri, 04 Mar 2022 05:17:32 GMT
56
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.4..@fluentui/react-utilities_v9.0.0-rc.5)
57
+
58
+ ### Changes
59
+
60
+ - 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)
61
+ - Adding helper type to define slot class names. ([PR #21933](https://github.com/microsoft/fluentui/pull/21933) by email not defined)
62
+ - fix(shouldPreventDefaultOnKeyDown): return false for events that are default prevented ([PR #21905](https://github.com/microsoft/fluentui/pull/21905) by lingfangao@hotmail.com)
63
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
64
+
65
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.4)
66
+
67
+ Tue, 01 Mar 2022 02:17:39 GMT
68
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.3..@fluentui/react-utilities_v9.0.0-rc.4)
69
+
70
+ ### Changes
71
+
72
+ - Ignore prefix in useId() when it is falsey. ([PR #21848](https://github.com/microsoft/fluentui/pull/21848) by seanmonahan@microsoft.com)
73
+ - Add fieldset to getNativeElementProps ([PR #21835](https://github.com/microsoft/fluentui/pull/21835) by behowell@microsoft.com)
74
+
75
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.3)
76
+
77
+ Fri, 18 Feb 2022 13:35:37 GMT
78
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.1..@fluentui/react-utilities_v9.0.0-rc.3)
79
+
80
+ ### Changes
81
+
82
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
83
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
84
+
7
85
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.1)
8
86
 
9
- Thu, 10 Feb 2022 08:43:45 GMT
87
+ Thu, 10 Feb 2022 08:50:32 GMT
10
88
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.4..@fluentui/react-utilities_v9.0.0-rc.1)
11
89
 
12
90
  ### Changes
@@ -26,7 +104,7 @@ Thu, 10 Feb 2022 08:43:45 GMT
26
104
 
27
105
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.4)
28
106
 
29
- Thu, 25 Nov 2021 08:34:09 GMT
107
+ Thu, 25 Nov 2021 08:34:09 GMT
30
108
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.3..@fluentui/react-utilities_v9.0.0-beta.4)
31
109
 
32
110
  ### Changes
@@ -35,7 +113,7 @@ Thu, 25 Nov 2021 08:34:09 GMT
35
113
 
36
114
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.3)
37
115
 
38
- Fri, 12 Nov 2021 13:25:10 GMT
116
+ Fri, 12 Nov 2021 13:25:10 GMT
39
117
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.2..@fluentui/react-utilities_v9.0.0-beta.3)
40
118
 
41
119
  ### Changes
@@ -44,7 +122,7 @@ Fri, 12 Nov 2021 13:25:10 GMT
44
122
 
45
123
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.2)
46
124
 
47
- Wed, 27 Oct 2021 12:14:24 GMT
125
+ Wed, 27 Oct 2021 12:14:24 GMT
48
126
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.1..@fluentui/react-utilities_v9.0.0-beta.2)
49
127
 
50
128
  ### Changes
@@ -54,7 +132,7 @@ Wed, 27 Oct 2021 12:14:24 GMT
54
132
 
55
133
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.1)
56
134
 
57
- Wed, 06 Oct 2021 10:37:22 GMT
135
+ Wed, 06 Oct 2021 10:37:22 GMT
58
136
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.56..@fluentui/react-utilities_v9.0.0-beta.1)
59
137
 
60
138
  ### Changes
@@ -64,7 +142,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
64
142
 
65
143
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.56)
66
144
 
67
- Tue, 05 Oct 2021 09:28:07 GMT
145
+ Tue, 05 Oct 2021 09:28:07 GMT
68
146
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.55..@fluentui/react-utilities_v9.0.0-alpha.56)
69
147
 
70
148
  ### Changes
@@ -73,7 +151,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
73
151
 
74
152
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.55)
75
153
 
76
- Fri, 01 Oct 2021 14:13:08 GMT
154
+ Fri, 01 Oct 2021 14:13:08 GMT
77
155
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.53..@fluentui/react-utilities_v9.0.0-alpha.55)
78
156
 
79
157
  ### Changes
@@ -83,7 +161,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
83
161
 
84
162
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.53)
85
163
 
86
- Mon, 27 Sep 2021 08:06:00 GMT
164
+ Mon, 27 Sep 2021 08:06:00 GMT
87
165
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.52..@fluentui/react-utilities_v9.0.0-alpha.53)
88
166
 
89
167
  ### Changes
@@ -92,7 +170,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
92
170
 
93
171
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.52)
94
172
 
95
- Fri, 24 Sep 2021 09:17:17 GMT
173
+ Fri, 24 Sep 2021 09:17:17 GMT
96
174
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.51..@fluentui/react-utilities_v9.0.0-alpha.52)
97
175
 
98
176
  ### Changes
@@ -101,7 +179,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
101
179
 
102
180
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.51)
103
181
 
104
- Thu, 23 Sep 2021 08:21:34 GMT
182
+ Thu, 23 Sep 2021 08:21:34 GMT
105
183
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.50..@fluentui/react-utilities_v9.0.0-alpha.51)
106
184
 
107
185
  ### Changes
@@ -110,7 +188,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
110
188
 
111
189
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.50)
112
190
 
113
- Wed, 22 Sep 2021 10:10:07 GMT
191
+ Wed, 22 Sep 2021 10:10:07 GMT
114
192
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.49..@fluentui/react-utilities_v9.0.0-alpha.50)
115
193
 
116
194
  ### Changes
@@ -119,7 +197,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
119
197
 
120
198
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.49)
121
199
 
122
- Fri, 17 Sep 2021 07:35:26 GMT
200
+ Fri, 17 Sep 2021 07:35:26 GMT
123
201
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.48..@fluentui/react-utilities_v9.0.0-alpha.49)
124
202
 
125
203
  ### Changes
@@ -129,7 +207,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
129
207
 
130
208
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.48)
131
209
 
132
- Thu, 16 Sep 2021 07:38:39 GMT
210
+ Thu, 16 Sep 2021 07:38:39 GMT
133
211
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.47..@fluentui/react-utilities_v9.0.0-alpha.48)
134
212
 
135
213
  ### Changes
@@ -138,7 +216,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
138
216
 
139
217
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.47)
140
218
 
141
- Tue, 14 Sep 2021 20:09:02 GMT
219
+ Tue, 14 Sep 2021 20:09:02 GMT
142
220
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.46..@fluentui/react-utilities_v9.0.0-alpha.47)
143
221
 
144
222
  ### Changes
@@ -147,7 +225,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
147
225
 
148
226
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.46)
149
227
 
150
- Fri, 10 Sep 2021 16:31:53 GMT
228
+ Fri, 10 Sep 2021 16:31:53 GMT
151
229
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.45..@fluentui/react-utilities_v9.0.0-alpha.46)
152
230
 
153
231
  ### Changes
@@ -156,7 +234,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
156
234
 
157
235
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.45)
158
236
 
159
- Fri, 10 Sep 2021 07:39:51 GMT
237
+ Fri, 10 Sep 2021 07:39:51 GMT
160
238
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.44..@fluentui/react-utilities_v9.0.0-alpha.45)
161
239
 
162
240
  ### Changes
@@ -165,7 +243,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
165
243
 
166
244
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.44)
167
245
 
168
- Mon, 06 Sep 2021 07:34:53 GMT
246
+ Mon, 06 Sep 2021 07:34:53 GMT
169
247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.43..@fluentui/react-utilities_v9.0.0-alpha.44)
170
248
 
171
249
  ### Changes
@@ -174,7 +252,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
174
252
 
175
253
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.43)
176
254
 
177
- Wed, 01 Sep 2021 07:39:56 GMT
255
+ Wed, 01 Sep 2021 07:39:56 GMT
178
256
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.42..@fluentui/react-utilities_v9.0.0-alpha.43)
179
257
 
180
258
  ### Changes
@@ -183,7 +261,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
183
261
 
184
262
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.42)
185
263
 
186
- Tue, 31 Aug 2021 07:37:47 GMT
264
+ Tue, 31 Aug 2021 07:37:47 GMT
187
265
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.41..@fluentui/react-utilities_v9.0.0-alpha.42)
188
266
 
189
267
  ### Changes
@@ -192,7 +270,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
192
270
 
193
271
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.41)
194
272
 
195
- Tue, 24 Aug 2021 07:34:48 GMT
273
+ Tue, 24 Aug 2021 07:34:48 GMT
196
274
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.40..@fluentui/react-utilities_v9.0.0-alpha.41)
197
275
 
198
276
  ### Changes
@@ -201,7 +279,7 @@ Tue, 24 Aug 2021 07:34:48 GMT
201
279
 
202
280
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.40)
203
281
 
204
- Fri, 20 Aug 2021 07:37:28 GMT
282
+ Fri, 20 Aug 2021 07:37:28 GMT
205
283
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.39..@fluentui/react-utilities_v9.0.0-alpha.40)
206
284
 
207
285
  ### Changes
@@ -210,7 +288,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
210
288
 
211
289
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.39)
212
290
 
213
- Thu, 19 Aug 2021 07:41:35 GMT
291
+ Thu, 19 Aug 2021 07:41:35 GMT
214
292
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.38..@fluentui/react-utilities_v9.0.0-alpha.39)
215
293
 
216
294
  ### Changes
@@ -219,7 +297,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
219
297
 
220
298
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.38)
221
299
 
222
- Fri, 06 Aug 2021 07:35:14 GMT
300
+ Fri, 06 Aug 2021 07:35:14 GMT
223
301
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.37..@fluentui/react-utilities_v9.0.0-alpha.38)
224
302
 
225
303
  ### Changes
@@ -228,7 +306,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
228
306
 
229
307
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.37)
230
308
 
231
- Tue, 03 Aug 2021 07:39:30 GMT
309
+ Tue, 03 Aug 2021 07:39:30 GMT
232
310
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.36..@fluentui/react-utilities_v9.0.0-alpha.37)
233
311
 
234
312
  ### Patches
@@ -243,7 +321,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
243
321
 
244
322
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.36)
245
323
 
246
- Mon, 02 Aug 2021 07:36:20 GMT
324
+ Mon, 02 Aug 2021 07:36:20 GMT
247
325
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.35..@fluentui/react-utilities_v9.0.0-alpha.36)
248
326
 
249
327
  ### Changes
@@ -252,7 +330,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
252
330
 
253
331
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.35)
254
332
 
255
- Fri, 23 Jul 2021 07:38:19 GMT
333
+ Fri, 23 Jul 2021 07:38:19 GMT
256
334
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.34..@fluentui/react-utilities_v9.0.0-alpha.35)
257
335
 
258
336
  ### Changes
@@ -261,7 +339,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
261
339
 
262
340
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.34)
263
341
 
264
- Thu, 22 Jul 2021 07:36:55 GMT
342
+ Thu, 22 Jul 2021 07:36:55 GMT
265
343
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.33..@fluentui/react-utilities_v9.0.0-alpha.34)
266
344
 
267
345
  ### Changes
@@ -270,7 +348,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
270
348
 
271
349
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.33)
272
350
 
273
- Thu, 15 Jul 2021 07:36:18 GMT
351
+ Thu, 15 Jul 2021 07:36:18 GMT
274
352
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.32..@fluentui/react-utilities_v9.0.0-alpha.33)
275
353
 
276
354
  ### Changes
@@ -280,7 +358,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
280
358
 
281
359
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.32)
282
360
 
283
- Fri, 09 Jul 2021 07:39:31 GMT
361
+ Fri, 09 Jul 2021 07:39:31 GMT
284
362
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.31..@fluentui/react-utilities_v9.0.0-alpha.32)
285
363
 
286
364
  ### Patches
@@ -291,7 +369,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
291
369
 
292
370
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.31)
293
371
 
294
- Fri, 02 Jul 2021 23:15:55 GMT
372
+ Fri, 02 Jul 2021 23:15:55 GMT
295
373
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.30..@fluentui/react-utilities_v9.0.0-alpha.31)
296
374
 
297
375
  ### Changes
@@ -301,7 +379,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
301
379
 
302
380
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.30)
303
381
 
304
- Fri, 02 Jul 2021 07:37:06 GMT
382
+ Fri, 02 Jul 2021 07:37:06 GMT
305
383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.29..@fluentui/react-utilities_v9.0.0-alpha.30)
306
384
 
307
385
  ### Changes
@@ -310,7 +388,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
310
388
 
311
389
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.29)
312
390
 
313
- Tue, 15 Jun 2021 07:40:20 GMT
391
+ Tue, 15 Jun 2021 07:40:20 GMT
314
392
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.28..@fluentui/react-utilities_v9.0.0-alpha.29)
315
393
 
316
394
  ### Changes
@@ -319,7 +397,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
319
397
 
320
398
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.28)
321
399
 
322
- Mon, 07 Jun 2021 07:38:15 GMT
400
+ Mon, 07 Jun 2021 07:38:15 GMT
323
401
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.27..@fluentui/react-utilities_v9.0.0-alpha.28)
324
402
 
325
403
  ### Patches
@@ -330,7 +408,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
330
408
 
331
409
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.27)
332
410
 
333
- Fri, 04 Jun 2021 07:37:23 GMT
411
+ Fri, 04 Jun 2021 07:37:23 GMT
334
412
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.26..@fluentui/react-utilities_v9.0.0-alpha.27)
335
413
 
336
414
  ### Changes
@@ -339,7 +417,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
339
417
 
340
418
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.26)
341
419
 
342
- Fri, 28 May 2021 07:33:57 GMT
420
+ Fri, 28 May 2021 07:33:57 GMT
343
421
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.25..@fluentui/react-utilities_v9.0.0-alpha.26)
344
422
 
345
423
  ### Changes
@@ -348,7 +426,7 @@ Fri, 28 May 2021 07:33:57 GMT
348
426
 
349
427
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.25)
350
428
 
351
- Wed, 26 May 2021 07:35:43 GMT
429
+ Wed, 26 May 2021 07:35:43 GMT
352
430
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.24..@fluentui/react-utilities_v9.0.0-alpha.25)
353
431
 
354
432
  ### Changes
@@ -357,7 +435,7 @@ Wed, 26 May 2021 07:35:43 GMT
357
435
 
358
436
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.24)
359
437
 
360
- Fri, 21 May 2021 07:34:54 GMT
438
+ Fri, 21 May 2021 07:34:54 GMT
361
439
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.23..@fluentui/react-utilities_v9.0.0-alpha.24)
362
440
 
363
441
  ### Changes
@@ -366,7 +444,7 @@ Fri, 21 May 2021 07:34:54 GMT
366
444
 
367
445
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.23)
368
446
 
369
- Thu, 20 May 2021 07:41:54 GMT
447
+ Thu, 20 May 2021 07:41:54 GMT
370
448
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.22..@fluentui/react-utilities_v9.0.0-alpha.23)
371
449
 
372
450
  ### Patches
@@ -381,7 +459,7 @@ Thu, 20 May 2021 07:41:54 GMT
381
459
 
382
460
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.22)
383
461
 
384
- Wed, 19 May 2021 07:34:20 GMT
462
+ Wed, 19 May 2021 07:34:20 GMT
385
463
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.21..@fluentui/react-utilities_v9.0.0-alpha.22)
386
464
 
387
465
  ### Changes
@@ -391,7 +469,7 @@ Wed, 19 May 2021 07:34:20 GMT
391
469
 
392
470
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.21)
393
471
 
394
- Mon, 03 May 2021 07:45:19 GMT
472
+ Mon, 03 May 2021 07:45:19 GMT
395
473
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.20..@fluentui/react-utilities_v9.0.0-alpha.21)
396
474
 
397
475
  ### Changes
@@ -400,7 +478,7 @@ Mon, 03 May 2021 07:45:19 GMT
400
478
 
401
479
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.20)
402
480
 
403
- Fri, 30 Apr 2021 07:42:23 GMT
481
+ Fri, 30 Apr 2021 07:42:23 GMT
404
482
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.19..@fluentui/react-utilities_v9.0.0-alpha.20)
405
483
 
406
484
  ### Patches
@@ -416,7 +494,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
416
494
 
417
495
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.19)
418
496
 
419
- Fri, 23 Apr 2021 07:37:10 GMT
497
+ Fri, 23 Apr 2021 07:37:10 GMT
420
498
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.18..@fluentui/react-utilities_v9.0.0-alpha.19)
421
499
 
422
500
  ### Patches
@@ -427,7 +505,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
427
505
 
428
506
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.18)
429
507
 
430
- Thu, 22 Apr 2021 07:33:28 GMT
508
+ Thu, 22 Apr 2021 07:33:28 GMT
431
509
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.17..@fluentui/react-utilities_v9.0.0-alpha.18)
432
510
 
433
511
  ### Changes
@@ -437,7 +515,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
437
515
 
438
516
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.17)
439
517
 
440
- Wed, 21 Apr 2021 07:31:50 GMT
518
+ Wed, 21 Apr 2021 07:31:50 GMT
441
519
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.16..@fluentui/react-utilities_v9.0.0-alpha.17)
442
520
 
443
521
  ### Changes
@@ -446,7 +524,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
446
524
 
447
525
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.16)
448
526
 
449
- Fri, 16 Apr 2021 18:08:21 GMT
527
+ Fri, 16 Apr 2021 18:08:21 GMT
450
528
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.15..@fluentui/react-utilities_v9.0.0-alpha.16)
451
529
 
452
530
  ### Changes
@@ -455,7 +533,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
455
533
 
456
534
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.15)
457
535
 
458
- Thu, 01 Apr 2021 20:13:37 GMT
536
+ Thu, 01 Apr 2021 20:13:37 GMT
459
537
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.14..@fluentui/react-utilities_v9.0.0-alpha.15)
460
538
 
461
539
  ### Changes
@@ -464,7 +542,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
464
542
 
465
543
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.14)
466
544
 
467
- Wed, 31 Mar 2021 00:53:43 GMT
545
+ Wed, 31 Mar 2021 00:53:43 GMT
468
546
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.13..@fluentui/react-utilities_v9.0.0-alpha.14)
469
547
 
470
548
  ### Patches
@@ -480,7 +558,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
480
558
 
481
559
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.13)
482
560
 
483
- Tue, 30 Mar 2021 07:34:45 GMT
561
+ Tue, 30 Mar 2021 07:34:45 GMT
484
562
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.12..@fluentui/react-utilities_v9.0.0-alpha.13)
485
563
 
486
564
  ### Changes
@@ -489,7 +567,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
489
567
 
490
568
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.12)
491
569
 
492
- Fri, 26 Mar 2021 07:32:34 GMT
570
+ Fri, 26 Mar 2021 07:32:34 GMT
493
571
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.11..@fluentui/react-utilities_v9.0.0-alpha.12)
494
572
 
495
573
  ### Changes
@@ -498,7 +576,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
498
576
 
499
577
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.11)
500
578
 
501
- Thu, 25 Mar 2021 07:33:24 GMT
579
+ Thu, 25 Mar 2021 07:33:24 GMT
502
580
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.10..@fluentui/react-utilities_v9.0.0-alpha.11)
503
581
 
504
582
  ### Changes
@@ -507,7 +585,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
507
585
 
508
586
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.10)
509
587
 
510
- Tue, 23 Mar 2021 07:31:43 GMT
588
+ Tue, 23 Mar 2021 07:31:43 GMT
511
589
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.9..@fluentui/react-utilities_v9.0.0-alpha.10)
512
590
 
513
591
  ### Changes
@@ -516,7 +594,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
516
594
 
517
595
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.9)
518
596
 
519
- Thu, 18 Mar 2021 20:15:34 GMT
597
+ Thu, 18 Mar 2021 20:15:34 GMT
520
598
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.8..@fluentui/react-utilities_v9.0.0-alpha.9)
521
599
 
522
600
  ### Changes
@@ -525,7 +603,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
525
603
 
526
604
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.8)
527
605
 
528
- Mon, 15 Mar 2021 07:36:20 GMT
606
+ Mon, 15 Mar 2021 07:36:20 GMT
529
607
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.7..@fluentui/react-utilities_v9.0.0-alpha.8)
530
608
 
531
609
  ### Changes
@@ -534,7 +612,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
534
612
 
535
613
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.7)
536
614
 
537
- Wed, 10 Mar 2021 07:34:39 GMT
615
+ Wed, 10 Mar 2021 07:34:39 GMT
538
616
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.6..@fluentui/react-utilities_v9.0.0-alpha.7)
539
617
 
540
618
  ### Changes
@@ -543,7 +621,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
543
621
 
544
622
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.6)
545
623
 
546
- Fri, 05 Mar 2021 20:30:59 GMT
624
+ Fri, 05 Mar 2021 20:30:59 GMT
547
625
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.5..@fluentui/react-utilities_v9.0.0-alpha.6)
548
626
 
549
627
  ### Changes
@@ -552,7 +630,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
552
630
 
553
631
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.5)
554
632
 
555
- Wed, 03 Mar 2021 00:10:09 GMT
633
+ Wed, 03 Mar 2021 00:10:09 GMT
556
634
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.4..@fluentui/react-utilities_v9.0.0-alpha.5)
557
635
 
558
636
  ### Patches
@@ -565,7 +643,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
565
643
 
566
644
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.4)
567
645
 
568
- Tue, 02 Mar 2021 07:24:27 GMT
646
+ Tue, 02 Mar 2021 07:24:27 GMT
569
647
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.3..@fluentui/react-utilities_v9.0.0-alpha.4)
570
648
 
571
649
  ### Changes
@@ -574,7 +652,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
574
652
 
575
653
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.3)
576
654
 
577
- Fri, 26 Feb 2021 01:16:27 GMT
655
+ Fri, 26 Feb 2021 01:16:27 GMT
578
656
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.2..@fluentui/react-utilities_v9.0.0-alpha.3)
579
657
 
580
658
  ### Patches
@@ -591,7 +669,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
591
669
 
592
670
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.2)
593
671
 
594
- Thu, 25 Feb 2021 01:15:27 GMT
672
+ Thu, 25 Feb 2021 01:15:27 GMT
595
673
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-alpha.1..@fluentui/react-utilities_v9.0.0-alpha.2)
596
674
 
597
675
  ### Changes
@@ -600,7 +678,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
600
678
 
601
679
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-alpha.1)
602
680
 
603
- Wed, 24 Feb 2021 00:05:29 GMT
681
+ Wed, 24 Feb 2021 00:05:29 GMT
604
682
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.4.0..@fluentui/react-utilities_v9.0.0-alpha.1)
605
683
 
606
684
  ### Changes
@@ -609,7 +687,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
609
687
 
610
688
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.4.0)
611
689
 
612
- Mon, 22 Feb 2021 12:26:22 GMT
690
+ Mon, 22 Feb 2021 12:26:22 GMT
613
691
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.3.1..@fluentui/react-utilities_v0.4.0)
614
692
 
615
693
  ### Minor changes
@@ -627,7 +705,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
627
705
 
628
706
  ## [0.3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.3.1)
629
707
 
630
- Thu, 18 Feb 2021 19:38:50 GMT
708
+ Thu, 18 Feb 2021 19:38:50 GMT
631
709
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.3.0..@fluentui/react-utilities_v0.3.1)
632
710
 
633
711
  ### Patches
@@ -640,7 +718,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
640
718
 
641
719
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.3.0)
642
720
 
643
- Thu, 18 Feb 2021 12:27:34 GMT
721
+ Thu, 18 Feb 2021 12:27:34 GMT
644
722
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4..@fluentui/react-utilities_v0.3.0)
645
723
 
646
724
  ### Minor changes
@@ -657,7 +735,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
657
735
 
658
736
  ## [0.2.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4)
659
737
 
660
- Mon, 01 Feb 2021 12:23:48 GMT
738
+ Mon, 01 Feb 2021 12:23:48 GMT
661
739
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-4..@fluentui/react-utilities_v0.2.4)
662
740
 
663
741
  ### Patches
@@ -666,7 +744,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
666
744
 
667
745
  ## [0.2.4-4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-4)
668
746
 
669
- Thu, 28 Jan 2021 12:25:56 GMT
747
+ Thu, 28 Jan 2021 12:25:56 GMT
670
748
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.4-3..@fluentui/react-utilities_v0.2.4-4)
671
749
 
672
750
  ### Changes
@@ -675,7 +753,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
675
753
 
676
754
  ## [0.2.4-3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.4-3)
677
755
 
678
- Thu, 21 Jan 2021 12:36:12 GMT
756
+ Thu, 21 Jan 2021 12:36:12 GMT
679
757
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.3..@fluentui/react-utilities_v0.2.4-3)
680
758
 
681
759
  ### Changes
@@ -684,7 +762,7 @@ Thu, 21 Jan 2021 12:36:12 GMT
684
762
 
685
763
  ## [0.2.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.2.3)
686
764
 
687
- Fri, 23 Oct 2020 03:26:15 GMT
765
+ Fri, 23 Oct 2020 03:26:15 GMT
688
766
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v0.2.2..@fluentui/react-utilities_v0.2.3)
689
767
 
690
768
  ### Patches