@fluentui/react-utilities 0.0.0-nightlyfe9829e48120211112.1 → 0.0.0-nightlyff78d1e27a20220217.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 (146) hide show
  1. package/CHANGELOG.json +162 -9
  2. package/CHANGELOG.md +43 -6
  3. package/dist/react-utilities.d.ts +232 -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.js.map +1 -1
  27. package/lib/hooks/useIsomorphicLayoutEffect.js.map +1 -1
  28. package/lib/hooks/useMergedEventCallbacks.d.ts +18 -0
  29. package/lib/hooks/useMergedEventCallbacks.js +26 -0
  30. package/lib/hooks/useMergedEventCallbacks.js.map +1 -0
  31. package/lib/hooks/useMergedRefs.js.map +1 -1
  32. package/lib/hooks/useMount.js.map +1 -1
  33. package/lib/hooks/useOnClickOutside.js.map +1 -1
  34. package/lib/hooks/useOnScrollOutside.js.map +1 -1
  35. package/lib/hooks/usePrevious.js.map +1 -1
  36. package/lib/hooks/useTimeout.js.map +1 -1
  37. package/lib/hooks/useUnmount.js.map +1 -1
  38. package/lib/index.js.map +1 -1
  39. package/lib/ssr/SSRContext.js.map +1 -1
  40. package/lib/ssr/canUseDOM.js.map +1 -1
  41. package/lib/ssr/index.js.map +1 -1
  42. package/lib/utils/applyTriggerPropsToChildren.d.ts +1 -1
  43. package/lib/utils/applyTriggerPropsToChildren.js +23 -3
  44. package/lib/utils/applyTriggerPropsToChildren.js.map +1 -1
  45. package/lib/utils/clamp.js.map +1 -1
  46. package/lib/utils/getNativeElementProps.d.ts +22 -0
  47. package/lib/utils/getNativeElementProps.js +22 -0
  48. package/lib/utils/getNativeElementProps.js.map +1 -1
  49. package/lib/utils/getRTLSafeKey.js.map +1 -1
  50. package/lib/utils/getReactCallbackName.d.ts +25 -0
  51. package/lib/utils/getReactCallbackName.js +26 -0
  52. package/lib/utils/getReactCallbackName.js.map +1 -0
  53. package/lib/utils/getTriggerChild.d.ts +22 -0
  54. package/lib/utils/getTriggerChild.js +26 -0
  55. package/lib/utils/getTriggerChild.js.map +1 -0
  56. package/lib/utils/index.d.ts +2 -1
  57. package/lib/utils/index.js +2 -1
  58. package/lib/utils/index.js.map +1 -1
  59. package/lib/utils/isFluentTrigger.d.ts +22 -0
  60. package/lib/utils/isFluentTrigger.js +8 -0
  61. package/lib/utils/isFluentTrigger.js.map +1 -0
  62. package/lib/utils/omit.js.map +1 -1
  63. package/lib/utils/properties.js +40 -20
  64. package/lib/utils/properties.js.map +1 -1
  65. package/lib/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
  66. package/lib-commonjs/compose/getSlots.d.ts +11 -10
  67. package/lib-commonjs/compose/getSlots.js +7 -7
  68. package/lib-commonjs/compose/getSlots.js.map +1 -1
  69. package/lib-commonjs/compose/index.d.ts +0 -1
  70. package/lib-commonjs/compose/index.js +0 -2
  71. package/lib-commonjs/compose/index.js.map +1 -1
  72. package/lib-commonjs/compose/resolveShorthand.d.ts +10 -6
  73. package/lib-commonjs/compose/resolveShorthand.js +5 -5
  74. package/lib-commonjs/compose/resolveShorthand.js.map +1 -1
  75. package/lib-commonjs/compose/types.d.ts +86 -35
  76. package/lib-commonjs/compose/types.js.map +1 -1
  77. package/lib-commonjs/hooks/index.d.ts +1 -1
  78. package/lib-commonjs/hooks/index.js +2 -2
  79. package/lib-commonjs/hooks/index.js.map +1 -1
  80. package/lib-commonjs/hooks/useBoolean.js.map +1 -1
  81. package/lib-commonjs/hooks/useConst.js.map +1 -1
  82. package/lib-commonjs/hooks/useControllableState.d.ts +16 -6
  83. package/lib-commonjs/hooks/useControllableState.js +13 -8
  84. package/lib-commonjs/hooks/useControllableState.js.map +1 -1
  85. package/lib-commonjs/hooks/useEventCallback.js.map +1 -1
  86. package/lib-commonjs/hooks/useFirstMount.js.map +1 -1
  87. package/lib-commonjs/hooks/useForceUpdate.js.map +1 -1
  88. package/lib-commonjs/hooks/useId.js.map +1 -1
  89. package/lib-commonjs/hooks/useIsomorphicLayoutEffect.js.map +1 -1
  90. package/lib-commonjs/hooks/useMergedEventCallbacks.d.ts +18 -0
  91. package/lib-commonjs/hooks/useMergedEventCallbacks.js +36 -0
  92. package/lib-commonjs/hooks/useMergedEventCallbacks.js.map +1 -0
  93. package/lib-commonjs/hooks/useMergedRefs.js.map +1 -1
  94. package/lib-commonjs/hooks/useMount.js.map +1 -1
  95. package/lib-commonjs/hooks/useOnClickOutside.js.map +1 -1
  96. package/lib-commonjs/hooks/useOnScrollOutside.js.map +1 -1
  97. package/lib-commonjs/hooks/usePrevious.js.map +1 -1
  98. package/lib-commonjs/hooks/useTimeout.js.map +1 -1
  99. package/lib-commonjs/hooks/useUnmount.js.map +1 -1
  100. package/lib-commonjs/index.js.map +1 -1
  101. package/lib-commonjs/ssr/SSRContext.js.map +1 -1
  102. package/lib-commonjs/ssr/canUseDOM.js.map +1 -1
  103. package/lib-commonjs/ssr/index.js.map +1 -1
  104. package/lib-commonjs/utils/applyTriggerPropsToChildren.d.ts +1 -1
  105. package/lib-commonjs/utils/applyTriggerPropsToChildren.js +24 -4
  106. package/lib-commonjs/utils/applyTriggerPropsToChildren.js.map +1 -1
  107. package/lib-commonjs/utils/clamp.js.map +1 -1
  108. package/lib-commonjs/utils/getNativeElementProps.d.ts +22 -0
  109. package/lib-commonjs/utils/getNativeElementProps.js +25 -1
  110. package/lib-commonjs/utils/getNativeElementProps.js.map +1 -1
  111. package/lib-commonjs/utils/getRTLSafeKey.js.map +1 -1
  112. package/lib-commonjs/utils/getReactCallbackName.d.ts +25 -0
  113. package/lib-commonjs/utils/getReactCallbackName.js +35 -0
  114. package/lib-commonjs/utils/getReactCallbackName.js.map +1 -0
  115. package/lib-commonjs/utils/getTriggerChild.d.ts +22 -0
  116. package/lib-commonjs/utils/getTriggerChild.js +37 -0
  117. package/lib-commonjs/utils/getTriggerChild.js.map +1 -0
  118. package/lib-commonjs/utils/index.d.ts +2 -1
  119. package/lib-commonjs/utils/index.js +4 -2
  120. package/lib-commonjs/utils/index.js.map +1 -1
  121. package/lib-commonjs/utils/isFluentTrigger.d.ts +22 -0
  122. package/lib-commonjs/utils/isFluentTrigger.js +17 -0
  123. package/lib-commonjs/utils/isFluentTrigger.js.map +1 -0
  124. package/lib-commonjs/utils/omit.js.map +1 -1
  125. package/lib-commonjs/utils/properties.js +40 -20
  126. package/lib-commonjs/utils/properties.js.map +1 -1
  127. package/lib-commonjs/utils/shouldPreventDefaultOnKeyDown.js.map +1 -1
  128. package/package.json +6 -11
  129. package/lib/compose/nullRender.d.ts +0 -4
  130. package/lib/compose/nullRender.js +0 -5
  131. package/lib/compose/nullRender.js.map +0 -1
  132. package/lib/hooks/useControllableValue.d.ts +0 -20
  133. package/lib/hooks/useControllableValue.js +0 -57
  134. package/lib/hooks/useControllableValue.js.map +0 -1
  135. package/lib/utils/onlyChild.d.ts +0 -5
  136. package/lib/utils/onlyChild.js +0 -13
  137. package/lib/utils/onlyChild.js.map +0 -1
  138. package/lib-commonjs/compose/nullRender.d.ts +0 -4
  139. package/lib-commonjs/compose/nullRender.js +0 -14
  140. package/lib-commonjs/compose/nullRender.js.map +0 -1
  141. package/lib-commonjs/hooks/useControllableValue.d.ts +0 -20
  142. package/lib-commonjs/hooks/useControllableValue.js +0 -68
  143. package/lib-commonjs/hooks/useControllableValue.js.map +0 -1
  144. package/lib-commonjs/utils/onlyChild.d.ts +0 -5
  145. package/lib-commonjs/utils/onlyChild.js +0 -23
  146. package/lib-commonjs/utils/onlyChild.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,28 +2,181 @@
2
2
  "name": "@fluentui/react-utilities",
3
3
  "entries": [
4
4
  {
5
- "date": "Fri, 12 Nov 2021 04:20:25 GMT",
6
- "tag": "@fluentui/react-utilities_v0.0.0-nightlyfe9829e48120211112.1",
7
- "version": "0.0.0-nightlyfe9829e48120211112.1",
5
+ "date": "Thu, 17 Feb 2022 11:41:16 GMT",
6
+ "tag": "@fluentui/react-utilities_v0.0.0-nightlyff78d1e27a20220217.1",
7
+ "version": "0.0.0-nightlyff78d1e27a20220217.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-utilities",
13
- "commit": "142a7cc99189d401f2f98ff0ee2f1db652df8b72",
13
+ "commit": "966e16625ca79f990ad8ca408ba47857adc522b3",
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-nightlyff78d1e27a20220217.1",
20
+ "commit": "966e16625ca79f990ad8ca408ba47857adc522b3"
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",
33
+ "package": "@fluentui/react-utilities",
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"
54
+ },
55
+ {
56
+ "author": "olfedias@microsoft.com",
57
+ "package": "@fluentui/react-utilities",
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."
78
+ },
79
+ {
80
+ "author": "lingfangao@hotmail.com",
81
+ "package": "@fluentui/react-utilities",
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)"
21
96
  },
22
97
  {
23
98
  "author": "beachball",
24
99
  "package": "@fluentui/react-utilities",
25
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightlyfe9829e48120211112.1",
26
- "commit": "142a7cc99189d401f2f98ff0ee2f1db652df8b72"
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"
27
180
  }
28
181
  ]
29
182
  }
package/CHANGELOG.md CHANGED
@@ -1,19 +1,56 @@
1
1
  # Change Log - @fluentui/react-utilities
2
2
 
3
- This log was last generated on Fri, 12 Nov 2021 04:20:25 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 17 Feb 2022 11:41:16 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyfe9829e48120211112.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightlyfe9829e48120211112.1)
7
+ ## [0.0.0-nightlyff78d1e27a20220217.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v0.0.0-nightlyff78d1e27a20220217.1)
8
8
 
9
- Fri, 12 Nov 2021 04:20:25 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-beta.2..@fluentui/react-utilities_v0.0.0-nightlyfe9829e48120211112.1)
9
+ Thu, 17 Feb 2022 11:41:16 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-utilities_v9.0.0-rc.1..@fluentui/react-utilities_v0.0.0-nightlyff78d1e27a20220217.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) by email not defined)
15
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightlyff78d1e27a20220217.1 ([commit](https://github.com/microsoft/fluentui/commit/966e16625ca79f990ad8ca408ba47857adc522b3) 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)
11
50
 
12
51
  ### Changes
13
52
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/142a7cc99189d401f2f98ff0ee2f1db652df8b72) by email not defined)
15
53
  - 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-nightlyfe9829e48120211112.1 ([commit](https://github.com/microsoft/fluentui/commit/142a7cc99189d401f2f98ff0ee2f1db652df8b72) by beachball)
17
54
 
18
55
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-utilities_v9.0.0-beta.2)
19
56