@fluentui/react-utilities 9.0.0-nightly.b5b7401007.0 → 9.0.0-rc.3

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