@fluentui/react-utilities 9.0.0-nightly.f81b28ceb3.1 → 9.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (206) hide show
  1. package/CHANGELOG.json +167 -8
  2. package/CHANGELOG.md +44 -6
  3. package/dist/react-utilities.d.ts +218 -198
  4. package/lib/compose/getSlots.d.ts +11 -10
  5. package/lib/compose/getSlots.js +21 -30
  6. package/lib/compose/getSlots.js.map +1 -1
  7. package/lib/compose/index.d.ts +0 -5
  8. package/lib/compose/index.js +0 -5
  9. package/lib/compose/index.js.map +1 -1
  10. package/lib/compose/resolveShorthand.d.ts +10 -6
  11. package/lib/compose/resolveShorthand.js +13 -12
  12. package/lib/compose/resolveShorthand.js.map +1 -1
  13. package/lib/compose/types.d.ts +86 -76
  14. package/lib/compose/types.js +5 -1
  15. package/lib/compose/types.js.map +1 -1
  16. package/lib/hooks/index.d.ts +1 -1
  17. package/lib/hooks/index.js +1 -1
  18. package/lib/hooks/index.js.map +1 -1
  19. package/lib/hooks/useBoolean.js +10 -21
  20. package/lib/hooks/useBoolean.js.map +1 -1
  21. package/lib/hooks/useConst.js +1 -1
  22. package/lib/hooks/useConst.js.map +1 -1
  23. package/lib/hooks/useControllableState.d.ts +16 -6
  24. package/lib/hooks/useControllableState.js +26 -25
  25. package/lib/hooks/useControllableState.js.map +1 -1
  26. package/lib/hooks/useEventCallback.js +6 -12
  27. package/lib/hooks/useEventCallback.js.map +1 -1
  28. package/lib/hooks/useFirstMount.js +1 -1
  29. package/lib/hooks/useFirstMount.js.map +1 -1
  30. package/lib/hooks/useForceUpdate.js +1 -3
  31. package/lib/hooks/useForceUpdate.js.map +1 -1
  32. package/lib/hooks/useId.js +2 -4
  33. package/lib/hooks/useId.js.map +1 -1
  34. package/lib/hooks/useIsomorphicLayoutEffect.js +1 -1
  35. package/lib/hooks/useIsomorphicLayoutEffect.js.map +1 -1
  36. package/lib/hooks/useMergedEventCallbacks.d.ts +18 -0
  37. package/lib/hooks/useMergedEventCallbacks.js +26 -0
  38. package/lib/hooks/useMergedEventCallbacks.js.map +1 -0
  39. package/lib/hooks/useMergedRefs.js +5 -13
  40. package/lib/hooks/useMergedRefs.js.map +1 -1
  41. package/lib/hooks/useMount.js +3 -3
  42. package/lib/hooks/useMount.js.map +1 -1
  43. package/lib/hooks/useOnClickOutside.js +30 -36
  44. package/lib/hooks/useOnClickOutside.js.map +1 -1
  45. package/lib/hooks/useOnScrollOutside.js +13 -15
  46. package/lib/hooks/useOnScrollOutside.js.map +1 -1
  47. package/lib/hooks/usePrevious.js +3 -3
  48. package/lib/hooks/usePrevious.js.map +1 -1
  49. package/lib/hooks/useTimeout.js +13 -17
  50. package/lib/hooks/useTimeout.js.map +1 -1
  51. package/lib/hooks/useUnmount.js +5 -7
  52. package/lib/hooks/useUnmount.js.map +1 -1
  53. package/lib/ssr/SSRContext.js +9 -15
  54. package/lib/ssr/SSRContext.js.map +1 -1
  55. package/lib/utils/applyTriggerPropsToChildren.d.ts +1 -1
  56. package/lib/utils/applyTriggerPropsToChildren.js +24 -4
  57. package/lib/utils/applyTriggerPropsToChildren.js.map +1 -1
  58. package/lib/utils/clamp.js +1 -3
  59. package/lib/utils/clamp.js.map +1 -1
  60. package/lib/utils/getNativeElementProps.d.ts +22 -0
  61. package/lib/utils/getNativeElementProps.js +24 -2
  62. package/lib/utils/getNativeElementProps.js.map +1 -1
  63. package/lib/utils/getRTLSafeKey.js +1 -1
  64. package/lib/utils/getRTLSafeKey.js.map +1 -1
  65. package/lib/utils/getReactCallbackName.d.ts +25 -0
  66. package/lib/utils/getReactCallbackName.js +26 -0
  67. package/lib/utils/getReactCallbackName.js.map +1 -0
  68. package/lib/utils/getTriggerChild.d.ts +22 -0
  69. package/lib/utils/getTriggerChild.js +26 -0
  70. package/lib/utils/getTriggerChild.js.map +1 -0
  71. package/lib/utils/index.d.ts +2 -1
  72. package/lib/utils/index.js +2 -1
  73. package/lib/utils/index.js.map +1 -1
  74. package/lib/utils/isFluentTrigger.d.ts +22 -0
  75. package/lib/utils/isFluentTrigger.js +8 -0
  76. package/lib/utils/isFluentTrigger.js.map +1 -0
  77. package/lib/utils/omit.js +2 -2
  78. package/lib/utils/omit.js.map +1 -1
  79. package/lib/utils/properties.js +55 -44
  80. package/lib/utils/properties.js.map +1 -1
  81. package/lib/utils/shouldPreventDefaultOnKeyDown.js +4 -4
  82. package/lib/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
  83. package/lib-commonjs/compose/getSlots.d.ts +11 -10
  84. package/lib-commonjs/compose/getSlots.js +23 -34
  85. package/lib-commonjs/compose/getSlots.js.map +1 -1
  86. package/lib-commonjs/compose/index.d.ts +0 -5
  87. package/lib-commonjs/compose/index.js +1 -11
  88. package/lib-commonjs/compose/index.js.map +1 -1
  89. package/lib-commonjs/compose/resolveShorthand.d.ts +10 -6
  90. package/lib-commonjs/compose/resolveShorthand.js +14 -14
  91. package/lib-commonjs/compose/resolveShorthand.js.map +1 -1
  92. package/lib-commonjs/compose/types.d.ts +86 -76
  93. package/lib-commonjs/compose/types.js +5 -1
  94. package/lib-commonjs/compose/types.js.map +1 -1
  95. package/lib-commonjs/hooks/index.d.ts +1 -1
  96. package/lib-commonjs/hooks/index.js +3 -3
  97. package/lib-commonjs/hooks/index.js.map +1 -1
  98. package/lib-commonjs/hooks/useBoolean.js +12 -23
  99. package/lib-commonjs/hooks/useBoolean.js.map +1 -1
  100. package/lib-commonjs/hooks/useConst.js +2 -2
  101. package/lib-commonjs/hooks/useConst.js.map +1 -1
  102. package/lib-commonjs/hooks/useControllableState.d.ts +16 -6
  103. package/lib-commonjs/hooks/useControllableState.js +28 -27
  104. package/lib-commonjs/hooks/useControllableState.js.map +1 -1
  105. package/lib-commonjs/hooks/useEventCallback.js +8 -14
  106. package/lib-commonjs/hooks/useEventCallback.js.map +1 -1
  107. package/lib-commonjs/hooks/useFirstMount.js +2 -2
  108. package/lib-commonjs/hooks/useFirstMount.js.map +1 -1
  109. package/lib-commonjs/hooks/useForceUpdate.js +2 -4
  110. package/lib-commonjs/hooks/useForceUpdate.js.map +1 -1
  111. package/lib-commonjs/hooks/useId.js +4 -6
  112. package/lib-commonjs/hooks/useId.js.map +1 -1
  113. package/lib-commonjs/hooks/useIsomorphicLayoutEffect.js +2 -2
  114. package/lib-commonjs/hooks/useIsomorphicLayoutEffect.js.map +1 -1
  115. package/lib-commonjs/hooks/useMergedEventCallbacks.d.ts +18 -0
  116. package/lib-commonjs/hooks/useMergedEventCallbacks.js +36 -0
  117. package/lib-commonjs/hooks/useMergedEventCallbacks.js.map +1 -0
  118. package/lib-commonjs/hooks/useMergedRefs.js +6 -15
  119. package/lib-commonjs/hooks/useMergedRefs.js.map +1 -1
  120. package/lib-commonjs/hooks/useMount.js +4 -4
  121. package/lib-commonjs/hooks/useMount.js.map +1 -1
  122. package/lib-commonjs/hooks/useOnClickOutside.js +32 -38
  123. package/lib-commonjs/hooks/useOnClickOutside.js.map +1 -1
  124. package/lib-commonjs/hooks/useOnScrollOutside.js +15 -17
  125. package/lib-commonjs/hooks/useOnScrollOutside.js.map +1 -1
  126. package/lib-commonjs/hooks/usePrevious.js +4 -4
  127. package/lib-commonjs/hooks/usePrevious.js.map +1 -1
  128. package/lib-commonjs/hooks/useTimeout.js +15 -19
  129. package/lib-commonjs/hooks/useTimeout.js.map +1 -1
  130. package/lib-commonjs/hooks/useUnmount.js +6 -8
  131. package/lib-commonjs/hooks/useUnmount.js.map +1 -1
  132. package/lib-commonjs/index.js +1 -1
  133. package/lib-commonjs/ssr/SSRContext.js +9 -15
  134. package/lib-commonjs/ssr/SSRContext.js.map +1 -1
  135. package/lib-commonjs/ssr/index.js +1 -1
  136. package/lib-commonjs/utils/applyTriggerPropsToChildren.d.ts +1 -1
  137. package/lib-commonjs/utils/applyTriggerPropsToChildren.js +26 -6
  138. package/lib-commonjs/utils/applyTriggerPropsToChildren.js.map +1 -1
  139. package/lib-commonjs/utils/clamp.js +1 -3
  140. package/lib-commonjs/utils/clamp.js.map +1 -1
  141. package/lib-commonjs/utils/getNativeElementProps.d.ts +22 -0
  142. package/lib-commonjs/utils/getNativeElementProps.js +28 -4
  143. package/lib-commonjs/utils/getNativeElementProps.js.map +1 -1
  144. package/lib-commonjs/utils/getRTLSafeKey.js +1 -1
  145. package/lib-commonjs/utils/getRTLSafeKey.js.map +1 -1
  146. package/lib-commonjs/utils/getReactCallbackName.d.ts +25 -0
  147. package/lib-commonjs/utils/getReactCallbackName.js +35 -0
  148. package/lib-commonjs/utils/getReactCallbackName.js.map +1 -0
  149. package/lib-commonjs/utils/getTriggerChild.d.ts +22 -0
  150. package/lib-commonjs/utils/getTriggerChild.js +37 -0
  151. package/lib-commonjs/utils/getTriggerChild.js.map +1 -0
  152. package/lib-commonjs/utils/index.d.ts +2 -1
  153. package/lib-commonjs/utils/index.js +5 -3
  154. package/lib-commonjs/utils/index.js.map +1 -1
  155. package/lib-commonjs/utils/isFluentTrigger.d.ts +22 -0
  156. package/lib-commonjs/utils/isFluentTrigger.js +17 -0
  157. package/lib-commonjs/utils/isFluentTrigger.js.map +1 -0
  158. package/lib-commonjs/utils/omit.js +2 -2
  159. package/lib-commonjs/utils/omit.js.map +1 -1
  160. package/lib-commonjs/utils/properties.js +51 -40
  161. package/lib-commonjs/utils/properties.js.map +1 -1
  162. package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js +5 -5
  163. package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
  164. package/package.json +6 -11
  165. package/lib/compose/getSlotsCompat.d.ts +0 -22
  166. package/lib/compose/getSlotsCompat.js +0 -56
  167. package/lib/compose/getSlotsCompat.js.map +0 -1
  168. package/lib/compose/makeMergeProps.d.ts +0 -15
  169. package/lib/compose/makeMergeProps.js +0 -106
  170. package/lib/compose/makeMergeProps.js.map +0 -1
  171. package/lib/compose/makeMergePropsCompat.d.ts +0 -9
  172. package/lib/compose/makeMergePropsCompat.js +0 -9
  173. package/lib/compose/makeMergePropsCompat.js.map +0 -1
  174. package/lib/compose/nullRender.d.ts +0 -4
  175. package/lib/compose/nullRender.js +0 -7
  176. package/lib/compose/nullRender.js.map +0 -1
  177. package/lib/compose/resolveShorthandProps.d.ts +0 -8
  178. package/lib/compose/resolveShorthandProps.js +0 -30
  179. package/lib/compose/resolveShorthandProps.js.map +0 -1
  180. package/lib/hooks/useControllableValue.d.ts +0 -20
  181. package/lib/hooks/useControllableValue.js +0 -62
  182. package/lib/hooks/useControllableValue.js.map +0 -1
  183. package/lib/utils/onlyChild.d.ts +0 -5
  184. package/lib/utils/onlyChild.js +0 -13
  185. package/lib/utils/onlyChild.js.map +0 -1
  186. package/lib-commonjs/compose/getSlotsCompat.d.ts +0 -22
  187. package/lib-commonjs/compose/getSlotsCompat.js +0 -68
  188. package/lib-commonjs/compose/getSlotsCompat.js.map +0 -1
  189. package/lib-commonjs/compose/makeMergeProps.d.ts +0 -15
  190. package/lib-commonjs/compose/makeMergeProps.js +0 -117
  191. package/lib-commonjs/compose/makeMergeProps.js.map +0 -1
  192. package/lib-commonjs/compose/makeMergePropsCompat.d.ts +0 -9
  193. package/lib-commonjs/compose/makeMergePropsCompat.js +0 -17
  194. package/lib-commonjs/compose/makeMergePropsCompat.js.map +0 -1
  195. package/lib-commonjs/compose/nullRender.d.ts +0 -4
  196. package/lib-commonjs/compose/nullRender.js +0 -16
  197. package/lib-commonjs/compose/nullRender.js.map +0 -1
  198. package/lib-commonjs/compose/resolveShorthandProps.d.ts +0 -8
  199. package/lib-commonjs/compose/resolveShorthandProps.js +0 -41
  200. package/lib-commonjs/compose/resolveShorthandProps.js.map +0 -1
  201. package/lib-commonjs/hooks/useControllableValue.d.ts +0 -20
  202. package/lib-commonjs/hooks/useControllableValue.js +0 -73
  203. package/lib-commonjs/hooks/useControllableValue.js.map +0 -1
  204. package/lib-commonjs/utils/onlyChild.d.ts +0 -5
  205. package/lib-commonjs/utils/onlyChild.js +0 -23
  206. package/lib-commonjs/utils/onlyChild.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,22 +2,181 @@
2
2
  "name": "@fluentui/react-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 19 Oct 2021 12:39:14 GMT",
6
- "tag": "@fluentui/react-utilities_v9.0.0-nightly.f81b28ceb3.1",
7
- "version": "9.0.0-nightly.f81b28ceb3.1",
5
+ "date": "Thu, 10 Feb 2022 08:43:45 GMT",
6
+ "tag": "@fluentui/react-utilities_v9.0.0-rc.1",
7
+ "version": "9.0.0-rc.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
- "author": "email not defined",
11
+ "author": "behowell@microsoft.com",
12
+ "package": "@fluentui/react-utilities",
13
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
14
+ "comment": "Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
15
+ },
16
+ {
17
+ "author": "behowell@microsoft.com",
18
+ "package": "@fluentui/react-utilities",
19
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
20
+ "comment": "getSlots: remove slotNames param, and infer from state.components instead"
21
+ },
22
+ {
23
+ "author": "olfedias@microsoft.com",
24
+ "package": "@fluentui/react-utilities",
25
+ "commit": "d2eb57808a403b70845a732a62b55aa64d66b2a0",
26
+ "comment": "add useTriggerElement() hook"
27
+ },
28
+ {
29
+ "author": "bsunderhus@microsoft.com",
30
+ "package": "@fluentui/react-utilities",
31
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
32
+ "comment": "Removes nullRender from react-utilities"
33
+ },
34
+ {
35
+ "author": "olfedias@microsoft.com",
36
+ "package": "@fluentui/react-utilities",
37
+ "commit": "aa6cfd8ac825b5a280206808101de549a91094fc",
38
+ "comment": "update applyTriggerPropsToChildren() to return React.ReactElement or null"
39
+ },
40
+ {
41
+ "author": "behowell@microsoft.com",
42
+ "package": "@fluentui/react-utilities",
43
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
44
+ "comment": "Refactor component Slot typings"
45
+ },
46
+ {
47
+ "author": "Humberto.Morimoto@microsoft.com",
48
+ "package": "@fluentui/react-utilities",
49
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
50
+ "comment": "Adding ComponentSlotProps to allow ref to be passed in composite components."
51
+ },
52
+ {
53
+ "author": "Humberto.Morimoto@microsoft.com",
54
+ "package": "@fluentui/react-utilities",
55
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
56
+ "comment": "Renaming most *Shorthand* composition types to *SlotProps* so they better reflect what the types do."
57
+ },
58
+ {
59
+ "author": "lingfangao@hotmail.com",
60
+ "package": "@fluentui/react-utilities",
61
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
62
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
63
+ },
64
+ {
65
+ "author": "behowell@microsoft.com",
66
+ "package": "@fluentui/react-utilities",
67
+ "commit": "f30e7585a8d2abd9db06c4076f39a779008b0eca",
68
+ "comment": "Update trigger utilities to handle nested triggers"
69
+ },
70
+ {
71
+ "author": "elcraig@microsoft.com",
12
72
  "package": "@fluentui/react-utilities",
13
- "comment": "Release nightly v9",
14
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
73
+ "commit": "39ce3cbcf15ce2619649e1eddccf932736ceac07",
74
+ "comment": "[breaking] Remove useControllableValue hook (use useControllableState instead)"
15
75
  },
16
76
  {
17
77
  "author": "beachball",
18
78
  "package": "@fluentui/react-utilities",
19
- "comment": "Bump @fluentui/keyboard-keys to v9.0.0-nightly.f81b28ceb3.1",
20
- "commit": "0ae8560ad3e7b4cb03f3f47152dfce2f81523cca"
79
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.1",
80
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
81
+ }
82
+ ],
83
+ "none": [
84
+ {
85
+ "author": "elcraig@microsoft.com",
86
+ "package": "@fluentui/react-utilities",
87
+ "commit": "3360b45ec159250b1346c91afad7dce138e6bc20",
88
+ "comment": "Update API file to version generated by typescript 4.3"
89
+ },
90
+ {
91
+ "author": "olfedias@microsoft.com",
92
+ "package": "@fluentui/react-utilities",
93
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
94
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
95
+ },
96
+ {
97
+ "author": "martinhochel@microsoft.com",
98
+ "package": "@fluentui/react-utilities",
99
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
100
+ "comment": "chore: use storybook runner for all vNext packages"
101
+ },
102
+ {
103
+ "author": "seanmonahan@microsoft.com",
104
+ "package": "@fluentui/react-utilities",
105
+ "commit": "6404bef16cebf1f67b9b80a9f6d5f605f9873df1",
106
+ "comment": "Update getSlots() docs."
107
+ },
108
+ {
109
+ "author": "lingfangao@hotmail.com",
110
+ "package": "@fluentui/react-utilities",
111
+ "commit": "a4e048a0e03ddd676670da516e3a6612b26ea500",
112
+ "comment": "chore: Remove enzyme from react-utilities tests"
113
+ }
114
+ ]
115
+ }
116
+ },
117
+ {
118
+ "date": "Thu, 25 Nov 2021 08:34:09 GMT",
119
+ "tag": "@fluentui/react-utilities_v9.0.0-beta.4",
120
+ "version": "9.0.0-beta.4",
121
+ "comments": {
122
+ "none": [
123
+ {
124
+ "author": "lingfangao@hotmail.com",
125
+ "package": "@fluentui/react-utilities",
126
+ "commit": "718e63006d8d07d24efab9c32942041963d78dc7",
127
+ "comment": "Migrate package to use solution style ts-configs"
128
+ }
129
+ ],
130
+ "prerelease": [
131
+ {
132
+ "author": "behowell@microsoft.com",
133
+ "package": "@fluentui/react-utilities",
134
+ "commit": "99adff5a9aab9086e8bc4737040654ab23f0febe",
135
+ "comment": "Update utility types to support specifying a primary slot other than root"
136
+ }
137
+ ]
138
+ }
139
+ },
140
+ {
141
+ "date": "Fri, 12 Nov 2021 13:25:10 GMT",
142
+ "tag": "@fluentui/react-utilities_v9.0.0-beta.3",
143
+ "version": "9.0.0-beta.3",
144
+ "comments": {
145
+ "none": [
146
+ {
147
+ "author": "lingfangao@hotmail.com",
148
+ "package": "@fluentui/react-utilities",
149
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
150
+ "comment": "Remove beta release tag"
151
+ }
152
+ ],
153
+ "prerelease": [
154
+ {
155
+ "author": "gcox@microsoft.com",
156
+ "package": "@fluentui/react-utilities",
157
+ "commit": "c9bd5b5a02ae94a8239ce1b56cac2f0d0dbd3586",
158
+ "comment": "Updated beta and RC components to ES2019"
159
+ }
160
+ ]
161
+ }
162
+ },
163
+ {
164
+ "date": "Wed, 27 Oct 2021 12:14:24 GMT",
165
+ "tag": "@fluentui/react-utilities_v9.0.0-beta.2",
166
+ "version": "9.0.0-beta.2",
167
+ "comments": {
168
+ "prerelease": [
169
+ {
170
+ "author": "olfedias@microsoft.com",
171
+ "package": "@fluentui/react-utilities",
172
+ "commit": "5cd2c86d041588c98747f16902ff99a7b41c10ac",
173
+ "comment": "remove compat utilities and types"
174
+ },
175
+ {
176
+ "author": "lingfangao@hotmail.com",
177
+ "package": "@fluentui/react-utilities",
178
+ "commit": "b5b740100714724214e097fae2f7c1f51f294e35",
179
+ "comment": "fix(getNativeElementPrps): Add support for `onAuxClick`"
21
180
  }
22
181
  ]
23
182
  }
package/CHANGELOG.md CHANGED
@@ -1,18 +1,56 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Tue, 19 Oct 2021 12:39:14 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 10 Feb 2022 08:43:45 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [9.0.0-nightly.f81b28ceb3.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-nightly.f81b28ceb3.1)
7
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-rc.1)
8
8
 
9
- Tue, 19 Oct 2021 12:39:14 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.1..@fluentui/react-utilities_v9.0.0-nightly.f81b28ceb3.1)
9
+ Thu, 10 Feb 2022 08:43:45 GMT
10
+ [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
11
 
12
12
  ### Changes
13
13
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by email not defined)
15
- - Bump @fluentui/keyboard-keys to v9.0.0-nightly.f81b28ceb3.1 ([commit](https://github.com/microsoft/fluentui/commit/0ae8560ad3e7b4cb03f3f47152dfce2f81523cca) by beachball)
14
+ - Rename component hooks add the suffix _unstable, as their API has not been finalized yet ([PR #21365](https://github.com/microsoft/fluentui/pull/21365) by behowell@microsoft.com)
15
+ - getSlots: remove slotNames param, and infer from state.components instead ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
16
+ - add useTriggerElement() hook ([PR #21225](https://github.com/microsoft/fluentui/pull/21225) by olfedias@microsoft.com)
17
+ - Removes nullRender from react-utilities ([PR #21576](https://github.com/microsoft/fluentui/pull/21576) by bsunderhus@microsoft.com)
18
+ - update applyTriggerPropsToChildren() to return React.ReactElement or null ([PR #21609](https://github.com/microsoft/fluentui/pull/21609) by olfedias@microsoft.com)
19
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
20
+ - Adding ComponentSlotProps to allow ref to be passed in composite components. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
21
+ - Renaming most *Shorthand* composition types to *SlotProps* so they better reflect what the types do. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
22
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
23
+ - Update trigger utilities to handle nested triggers ([PR #21495](https://github.com/microsoft/fluentui/pull/21495) by behowell@microsoft.com)
24
+ - [breaking] Remove useControllableValue hook (use useControllableState instead) ([PR #20865](https://github.com/microsoft/fluentui/pull/20865) by elcraig@microsoft.com)
25
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
26
+
27
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.4)
28
+
29
+ Thu, 25 Nov 2021 08:34:09 GMT
30
+ [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
+
32
+ ### Changes
33
+
34
+ - Update utility types to support specifying a primary slot other than root ([PR #20617](https://github.com/microsoft/fluentui/pull/20617) by behowell@microsoft.com)
35
+
36
+ ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.3)
37
+
38
+ Fri, 12 Nov 2021 13:25:10 GMT
39
+ [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
+
41
+ ### Changes
42
+
43
+ - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
44
+
45
+ ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.2)
46
+
47
+ Wed, 27 Oct 2021 12:14:24 GMT
48
+ [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
+
50
+ ### Changes
51
+
52
+ - remove compat utilities and types ([PR #20255](https://github.com/microsoft/fluentui/pull/20255) by olfedias@microsoft.com)
53
+ - fix(getNativeElementPrps): Add support for `onAuxClick` ([PR #20343](https://github.com/microsoft/fluentui/pull/20343) by lingfangao@hotmail.com)
16
54
 
17
55
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.1)
18
56