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