@fluentui/react-button 0.0.0-nightlyf3ce1fbe1d20211110.1 → 0.0.0-nightlyfc5cfdc52420220215.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (160) hide show
  1. package/CHANGELOG.json +331 -26
  2. package/CHANGELOG.md +79 -14
  3. package/dist/react-button.d.ts +31 -33
  4. package/lib/components/Button/Button.js +6 -6
  5. package/lib/components/Button/Button.js.map +1 -1
  6. package/lib/components/Button/Button.types.d.ts +5 -5
  7. package/lib/components/Button/index.d.ts +2 -2
  8. package/lib/components/Button/index.js +1 -2
  9. package/lib/components/Button/index.js.map +1 -1
  10. package/lib/components/Button/renderButton.d.ts +1 -1
  11. package/lib/components/Button/renderButton.js +6 -3
  12. package/lib/components/Button/renderButton.js.map +1 -1
  13. package/lib/components/Button/useButton.d.ts +1 -1
  14. package/lib/components/Button/useButton.js +3 -2
  15. package/lib/components/Button/useButton.js.map +1 -1
  16. package/lib/components/Button/useButtonStyles.d.ts +1 -9
  17. package/lib/components/Button/useButtonStyles.js +97 -72
  18. package/lib/components/Button/useButtonStyles.js.map +1 -1
  19. package/lib/components/CompoundButton/CompoundButton.js +6 -6
  20. package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
  21. package/lib/components/CompoundButton/CompoundButton.types.d.ts +4 -4
  22. package/lib/components/CompoundButton/index.d.ts +1 -1
  23. package/lib/components/CompoundButton/index.js +1 -1
  24. package/lib/components/CompoundButton/index.js.map +1 -1
  25. package/lib/components/CompoundButton/renderCompoundButton.d.ts +1 -1
  26. package/lib/components/CompoundButton/renderCompoundButton.js +8 -3
  27. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  28. package/lib/components/CompoundButton/useCompoundButton.d.ts +1 -1
  29. package/lib/components/CompoundButton/useCompoundButton.js +3 -3
  30. package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
  31. package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +1 -1
  32. package/lib/components/CompoundButton/useCompoundButtonStyles.js +14 -13
  33. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  34. package/lib/components/MenuButton/MenuButton.js +6 -6
  35. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  36. package/lib/components/MenuButton/MenuButton.types.d.ts +3 -4
  37. package/lib/components/MenuButton/index.d.ts +1 -1
  38. package/lib/components/MenuButton/index.js +1 -1
  39. package/lib/components/MenuButton/index.js.map +1 -1
  40. package/lib/components/MenuButton/renderMenuButton.d.ts +1 -1
  41. package/lib/components/MenuButton/renderMenuButton.js +6 -3
  42. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  43. package/lib/components/MenuButton/useMenuButton.d.ts +1 -1
  44. package/lib/components/MenuButton/useMenuButton.js +5 -5
  45. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  46. package/lib/components/MenuButton/useMenuButtonStyles.d.ts +1 -1
  47. package/lib/components/MenuButton/useMenuButtonStyles.js +4 -4
  48. package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  49. package/lib/components/SplitButton/SplitButton.js +6 -6
  50. package/lib/components/SplitButton/SplitButton.js.map +1 -1
  51. package/lib/components/SplitButton/SplitButton.types.d.ts +6 -4
  52. package/lib/components/SplitButton/index.d.ts +1 -1
  53. package/lib/components/SplitButton/index.js +1 -1
  54. package/lib/components/SplitButton/index.js.map +1 -1
  55. package/lib/components/SplitButton/renderSplitButton.d.ts +1 -1
  56. package/lib/components/SplitButton/renderSplitButton.js +6 -3
  57. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  58. package/lib/components/SplitButton/useSplitButton.d.ts +1 -1
  59. package/lib/components/SplitButton/useSplitButton.js +13 -3
  60. package/lib/components/SplitButton/useSplitButton.js.map +1 -1
  61. package/lib/components/SplitButton/useSplitButtonStyles.d.ts +1 -1
  62. package/lib/components/SplitButton/useSplitButtonStyles.js +3 -2
  63. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  64. package/lib/components/ToggleButton/ToggleButton.js +6 -6
  65. package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
  66. package/lib/components/ToggleButton/ToggleButton.types.d.ts +2 -1
  67. package/lib/components/ToggleButton/index.d.ts +1 -1
  68. package/lib/components/ToggleButton/index.js +1 -1
  69. package/lib/components/ToggleButton/index.js.map +1 -1
  70. package/lib/components/ToggleButton/renderToggleButton.d.ts +1 -1
  71. package/lib/components/ToggleButton/renderToggleButton.js +1 -1
  72. package/lib/components/ToggleButton/renderToggleButton.js.map +1 -1
  73. package/lib/components/ToggleButton/useToggleButton.d.ts +1 -1
  74. package/lib/components/ToggleButton/useToggleButton.js +8 -4
  75. package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
  76. package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +1 -1
  77. package/lib/components/ToggleButton/useToggleButtonStyles.js +35 -34
  78. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  79. package/lib-commonjs/components/Button/Button.js +3 -3
  80. package/lib-commonjs/components/Button/Button.js.map +1 -1
  81. package/lib-commonjs/components/Button/Button.types.d.ts +5 -5
  82. package/lib-commonjs/components/Button/index.d.ts +2 -2
  83. package/lib-commonjs/components/Button/index.js +3 -5
  84. package/lib-commonjs/components/Button/index.js.map +1 -1
  85. package/lib-commonjs/components/Button/renderButton.d.ts +1 -1
  86. package/lib-commonjs/components/Button/renderButton.js +8 -5
  87. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  88. package/lib-commonjs/components/Button/useButton.d.ts +1 -1
  89. package/lib-commonjs/components/Button/useButton.js +5 -4
  90. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  91. package/lib-commonjs/components/Button/useButtonStyles.d.ts +1 -9
  92. package/lib-commonjs/components/Button/useButtonStyles.js +106 -80
  93. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  94. package/lib-commonjs/components/CompoundButton/CompoundButton.js +3 -3
  95. package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
  96. package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +4 -4
  97. package/lib-commonjs/components/CompoundButton/index.d.ts +1 -1
  98. package/lib-commonjs/components/CompoundButton/index.js +3 -3
  99. package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
  100. package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +1 -1
  101. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js +10 -5
  102. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  103. package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +1 -1
  104. package/lib-commonjs/components/CompoundButton/useCompoundButton.js +4 -4
  105. package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
  106. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +1 -1
  107. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +25 -23
  108. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  109. package/lib-commonjs/components/MenuButton/MenuButton.js +3 -3
  110. package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
  111. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +3 -4
  112. package/lib-commonjs/components/MenuButton/index.d.ts +1 -1
  113. package/lib-commonjs/components/MenuButton/index.js +3 -3
  114. package/lib-commonjs/components/MenuButton/index.js.map +1 -1
  115. package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +1 -1
  116. package/lib-commonjs/components/MenuButton/renderMenuButton.js +8 -5
  117. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  118. package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +1 -1
  119. package/lib-commonjs/components/MenuButton/useMenuButton.js +5 -5
  120. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  121. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +1 -1
  122. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +8 -8
  123. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  124. package/lib-commonjs/components/SplitButton/SplitButton.js +3 -3
  125. package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
  126. package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +6 -4
  127. package/lib-commonjs/components/SplitButton/index.d.ts +1 -1
  128. package/lib-commonjs/components/SplitButton/index.js +3 -3
  129. package/lib-commonjs/components/SplitButton/index.js.map +1 -1
  130. package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +1 -1
  131. package/lib-commonjs/components/SplitButton/renderSplitButton.js +8 -5
  132. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  133. package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +1 -1
  134. package/lib-commonjs/components/SplitButton/useSplitButton.js +14 -4
  135. package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
  136. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +1 -1
  137. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +11 -9
  138. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  139. package/lib-commonjs/components/ToggleButton/ToggleButton.js +3 -3
  140. package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
  141. package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +2 -1
  142. package/lib-commonjs/components/ToggleButton/index.d.ts +1 -1
  143. package/lib-commonjs/components/ToggleButton/index.js +3 -3
  144. package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
  145. package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +1 -1
  146. package/lib-commonjs/components/ToggleButton/renderToggleButton.js +3 -3
  147. package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
  148. package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +1 -1
  149. package/lib-commonjs/components/ToggleButton/useToggleButton.js +9 -5
  150. package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
  151. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +1 -1
  152. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +40 -38
  153. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  154. package/package.json +12 -15
  155. package/lib/common/isConformant.d.ts +0 -4
  156. package/lib/common/isConformant.js +0 -13
  157. package/lib/common/isConformant.js.map +0 -1
  158. package/lib-commonjs/common/isConformant.d.ts +0 -4
  159. package/lib-commonjs/common/isConformant.js +0 -24
  160. package/lib-commonjs/common/isConformant.js.map +0 -1
package/CHANGELOG.json CHANGED
@@ -2,17 +2,322 @@
2
2
  "name": "@fluentui/react-button",
3
3
  "entries": [
4
4
  {
5
- "date": "Wed, 10 Nov 2021 04:16:46 GMT",
6
- "tag": "@fluentui/react-button_v0.0.0-nightlyf3ce1fbe1d20211110.1",
7
- "version": "0.0.0-nightlyf3ce1fbe1d20211110.1",
5
+ "date": "Tue, 15 Feb 2022 04:11:38 GMT",
6
+ "tag": "@fluentui/react-button_v0.0.0-nightlyfc5cfdc52420220215.1",
7
+ "version": "0.0.0-nightlyfc5cfdc52420220215.1",
8
8
  "comments": {
9
9
  "prerelease": [
10
10
  {
11
11
  "author": "email not defined",
12
12
  "package": "@fluentui/react-button",
13
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a",
13
+ "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9",
14
14
  "comment": "Release nightly v9"
15
15
  },
16
+ {
17
+ "author": "Humberto.Morimoto@microsoft.com",
18
+ "package": "@fluentui/react-button",
19
+ "commit": "0b7d30b6ecb6f20d2ac4d4edbfb327a8f8f915a0",
20
+ "comment": "SplitButton: Fixing issue where menuIcon prop was not being respected."
21
+ },
22
+ {
23
+ "author": "Humberto.Morimoto@microsoft.com",
24
+ "package": "@fluentui/react-button",
25
+ "commit": "d45ba4664643f36cce5674b1d05645feae0e09a5",
26
+ "comment": "Button: Updating stories to fix a11y issues."
27
+ },
28
+ {
29
+ "author": "Humberto.Morimoto@microsoft.com",
30
+ "package": "@fluentui/react-button",
31
+ "commit": "ca590a438b12b85d32fdf8b592ada3b0e7b2314c",
32
+ "comment": "SplitButton: Fixing screen reader access issues."
33
+ },
34
+ {
35
+ "author": "beachball",
36
+ "package": "@fluentui/react-button",
37
+ "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightlyfc5cfdc52420220215.1",
38
+ "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
39
+ },
40
+ {
41
+ "author": "beachball",
42
+ "package": "@fluentui/react-button",
43
+ "comment": "Bump @fluentui/react-aria to v0.0.0-nightlyfc5cfdc52420220215.1",
44
+ "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
45
+ },
46
+ {
47
+ "author": "beachball",
48
+ "package": "@fluentui/react-button",
49
+ "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1",
50
+ "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
51
+ },
52
+ {
53
+ "author": "beachball",
54
+ "package": "@fluentui/react-button",
55
+ "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1",
56
+ "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
57
+ },
58
+ {
59
+ "author": "beachball",
60
+ "package": "@fluentui/react-button",
61
+ "comment": "Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1",
62
+ "commit": "911569f28daa07a66ee59e1d8b7cfaf6f86051e9"
63
+ }
64
+ ]
65
+ }
66
+ },
67
+ {
68
+ "date": "Thu, 10 Feb 2022 08:51:46 GMT",
69
+ "tag": "@fluentui/react-button_v9.0.0-rc.1",
70
+ "version": "9.0.0-rc.1",
71
+ "comments": {
72
+ "prerelease": [
73
+ {
74
+ "author": "Humberto.Morimoto@microsoft.com",
75
+ "package": "@fluentui/react-button",
76
+ "commit": "0bc161458eae5ae8d387172430496ce9829b1bb1",
77
+ "comment": "Using ComponentSlotProps instead of ObjectShorthandProps."
78
+ },
79
+ {
80
+ "author": "Humberto.Morimoto@microsoft.com",
81
+ "package": "@fluentui/react-button",
82
+ "commit": "940de09b95aa1cefcac9a1f6bbfa9499419e3634",
83
+ "comment": "Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall."
84
+ },
85
+ {
86
+ "author": "olfedias@microsoft.com",
87
+ "package": "@fluentui/react-button",
88
+ "commit": "0aa74f3ef5a64c647b5903e21af7ff5423d46182",
89
+ "comment": "Replace make-styles packages with griffel equivalents."
90
+ },
91
+ {
92
+ "author": "ololubek@microsoft.com",
93
+ "package": "@fluentui/react-button",
94
+ "commit": "63cbefe55e5db10eedbde19392aa8b6376d6a7f7",
95
+ "comment": "Update react-icons usage to resizable icons"
96
+ },
97
+ {
98
+ "author": "behowell@microsoft.com",
99
+ "package": "@fluentui/react-button",
100
+ "commit": "317209bb5cd57c40f35bc42060acb7e3cce5ec95",
101
+ "comment": "BREAKING: Rename component hooks add the suffix _unstable, as their API has not been finalized yet"
102
+ },
103
+ {
104
+ "author": "lingfangao@hotmail.com",
105
+ "package": "@fluentui/react-button",
106
+ "commit": "c00913d50e2dd15bbfbb0757cefe43b192ff1d7f",
107
+ "comment": "Bump Fluent UI packages to 9.0.0-rc"
108
+ },
109
+ {
110
+ "author": "ololubek@microsoft.com",
111
+ "package": "@fluentui/react-button",
112
+ "commit": "7cb2a5d8db1b6a1ddb638aa82d5815ab5ae84e69",
113
+ "comment": "(fix): Update react-icons dependency to latest version"
114
+ },
115
+ {
116
+ "author": "Humberto.Morimoto@microsoft.com",
117
+ "package": "@fluentui/react-button",
118
+ "commit": "0a4c1a9af2f8bb29c3a3544f06964a8554cd692a",
119
+ "comment": "Replacing use of functions in makeStyles with direct use of tokens."
120
+ },
121
+ {
122
+ "author": "Humberto.Morimoto@microsoft.com",
123
+ "package": "@fluentui/react-button",
124
+ "commit": "a21bfaceecf201d0c984fa84704148a24f956901",
125
+ "comment": "CompoundButton: Updating styles to match latest design spec."
126
+ },
127
+ {
128
+ "author": "behowell@microsoft.com",
129
+ "package": "@fluentui/react-button",
130
+ "commit": "7cc28ed8320b00f42d91c63882f10316db2205c5",
131
+ "comment": "Remove component's shorthandProps array"
132
+ },
133
+ {
134
+ "author": "mgodbolt@microsoft.com",
135
+ "package": "@fluentui/react-button",
136
+ "commit": "839ec14849e112b85aa321d034739ec421199141",
137
+ "comment": "remove export of commons types"
138
+ },
139
+ {
140
+ "author": "behowell@microsoft.com",
141
+ "package": "@fluentui/react-button",
142
+ "commit": "d778282b56baae57cb6b407debdbfb6beca76761",
143
+ "comment": "Remove fontSize from default menuIcon, as it is already set via css"
144
+ },
145
+ {
146
+ "author": "Humberto.Morimoto@microsoft.com",
147
+ "package": "@fluentui/react-button",
148
+ "commit": "f5873dc09f0c07d4adf23ad89a5f3afad37a0da9",
149
+ "comment": "ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable."
150
+ },
151
+ {
152
+ "author": "olfedias@microsoft.com",
153
+ "package": "@fluentui/react-button",
154
+ "commit": "54118b29fde686ef15fe95a3a97f3fd7edca34a3",
155
+ "comment": "update styles to not use CSS shorthands"
156
+ },
157
+ {
158
+ "author": "behowell@microsoft.com",
159
+ "package": "@fluentui/react-button",
160
+ "commit": "53b01d71e335715fda91b33e3d7bbd9d471d5ed3",
161
+ "comment": "Refactor component Slot typings"
162
+ },
163
+ {
164
+ "author": "Humberto.Morimoto@microsoft.com",
165
+ "package": "@fluentui/react-button",
166
+ "commit": "00a5d945904c896a0664de6ba72c145a255f0848",
167
+ "comment": "Updating use of tokens.fontWeight now that we don't need to use casting."
168
+ },
169
+ {
170
+ "author": "Humberto.Morimoto@microsoft.com",
171
+ "package": "@fluentui/react-button",
172
+ "commit": "7797d49103b5dd7662ef59f734921f6326b2273d",
173
+ "comment": "MenuButton: Updating types so it properly supports ref."
174
+ },
175
+ {
176
+ "author": "olfedias@microsoft.com",
177
+ "package": "@fluentui/react-button",
178
+ "commit": "b23239743c4f5518bcf7dcad496a36fc16bbd2e5",
179
+ "comment": "update @fluentui/react-icons package"
180
+ },
181
+ {
182
+ "author": "Humberto.Morimoto@microsoft.com",
183
+ "package": "@fluentui/react-button",
184
+ "commit": "e0b8e1fa6980077e7b311fd1c72c28d3e4305db0",
185
+ "comment": "Updating based on changes to composition types."
186
+ },
187
+ {
188
+ "author": "Humberto.Morimoto@microsoft.com",
189
+ "package": "@fluentui/react-button",
190
+ "commit": "38c8bed2c707014688ae2ae689033fa36ef23075",
191
+ "comment": "Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster."
192
+ },
193
+ {
194
+ "author": "beachball",
195
+ "package": "@fluentui/react-button",
196
+ "comment": "Bump @fluentui/keyboard-keys to v9.0.0-rc.1",
197
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
198
+ },
199
+ {
200
+ "author": "beachball",
201
+ "package": "@fluentui/react-button",
202
+ "comment": "Bump @fluentui/react-aria to v9.0.0-rc.1",
203
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
204
+ },
205
+ {
206
+ "author": "beachball",
207
+ "package": "@fluentui/react-button",
208
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-rc.1",
209
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
210
+ },
211
+ {
212
+ "author": "beachball",
213
+ "package": "@fluentui/react-button",
214
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-rc.1",
215
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
216
+ },
217
+ {
218
+ "author": "beachball",
219
+ "package": "@fluentui/react-button",
220
+ "comment": "Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1",
221
+ "commit": "e6c855f6d9019d6c73668d15fc9bc3a13291a6c8"
222
+ }
223
+ ],
224
+ "none": [
225
+ {
226
+ "author": "olfedias@microsoft.com",
227
+ "package": "@fluentui/react-button",
228
+ "commit": "c061e98be4b4a718c72a144a1f60bb5515824612",
229
+ "comment": "remove inline-style-expand-shorthand from tsconfigs"
230
+ },
231
+ {
232
+ "author": "martinhochel@microsoft.com",
233
+ "package": "@fluentui/react-button",
234
+ "commit": "8dfa712156b70414205b87b5b6d099367b0c297d",
235
+ "comment": "chore: use storybook runner for all vNext packages"
236
+ },
237
+ {
238
+ "author": "tkrasniqi@microsoft.com",
239
+ "package": "@fluentui/react-button",
240
+ "commit": "ca886fed17b4a73b9bb3b5a9e54d143062cbfa99",
241
+ "comment": "Migration to new tsconfig"
242
+ },
243
+ {
244
+ "author": "bsunderhus@microsoft.com",
245
+ "package": "@fluentui/react-button",
246
+ "commit": "c0d4e63ee58e60e2c6674efbacc0783cd520984e",
247
+ "comment": "Updates components with nullRender changes"
248
+ }
249
+ ]
250
+ }
251
+ },
252
+ {
253
+ "date": "Thu, 25 Nov 2021 08:34:12 GMT",
254
+ "tag": "@fluentui/react-button_v9.0.0-beta.5",
255
+ "version": "9.0.0-beta.5",
256
+ "comments": {
257
+ "prerelease": [
258
+ {
259
+ "author": "Humberto.Morimoto@microsoft.com",
260
+ "package": "@fluentui/react-button",
261
+ "commit": "8825574c42f414c26f9d49238be02ca7dcb44cfe",
262
+ "comment": "MenuButton: Removing tight coupling with Menu by replicating type locally."
263
+ },
264
+ {
265
+ "author": "ololubek@microsoft.com",
266
+ "package": "@fluentui/react-button",
267
+ "commit": "ecab13cfd6ac22657020db8f86eb89f952b0f953",
268
+ "comment": "update react-icons dependency"
269
+ },
270
+ {
271
+ "author": "beachball",
272
+ "package": "@fluentui/react-button",
273
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.4",
274
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
275
+ },
276
+ {
277
+ "author": "beachball",
278
+ "package": "@fluentui/react-button",
279
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.4",
280
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
281
+ },
282
+ {
283
+ "author": "beachball",
284
+ "package": "@fluentui/react-button",
285
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.5",
286
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
287
+ },
288
+ {
289
+ "author": "beachball",
290
+ "package": "@fluentui/react-button",
291
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.4",
292
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
293
+ },
294
+ {
295
+ "author": "beachball",
296
+ "package": "@fluentui/react-button",
297
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.4",
298
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
299
+ },
300
+ {
301
+ "author": "beachball",
302
+ "package": "@fluentui/react-button",
303
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4",
304
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
305
+ },
306
+ {
307
+ "author": "beachball",
308
+ "package": "@fluentui/react-button",
309
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4",
310
+ "commit": "48d236ac53a4950fabc3ddd52f91dac93ca0195b"
311
+ }
312
+ ]
313
+ }
314
+ },
315
+ {
316
+ "date": "Fri, 12 Nov 2021 13:25:16 GMT",
317
+ "tag": "@fluentui/react-button_v9.0.0-beta.4",
318
+ "version": "9.0.0-beta.4",
319
+ "comments": {
320
+ "prerelease": [
16
321
  {
17
322
  "author": "olfedias@microsoft.com",
18
323
  "package": "@fluentui/react-button",
@@ -40,56 +345,50 @@
40
345
  {
41
346
  "author": "beachball",
42
347
  "package": "@fluentui/react-button",
43
- "comment": "Bump @fluentui/keyboard-keys to v0.0.0-nightlyf3ce1fbe1d20211110.1",
44
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
348
+ "comment": "Bump @fluentui/react-aria to v9.0.0-beta.3",
349
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
45
350
  },
46
351
  {
47
352
  "author": "beachball",
48
353
  "package": "@fluentui/react-button",
49
- "comment": "Bump @fluentui/react-aria to v0.0.0-nightlyf3ce1fbe1d20211110.1",
50
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
354
+ "comment": "Bump @fluentui/react-make-styles to v9.0.0-beta.3",
355
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
51
356
  },
52
357
  {
53
358
  "author": "beachball",
54
359
  "package": "@fluentui/react-button",
55
- "comment": "Bump @fluentui/react-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
56
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
360
+ "comment": "Bump @fluentui/react-tabster to v9.0.0-beta.4",
361
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
57
362
  },
58
363
  {
59
364
  "author": "beachball",
60
365
  "package": "@fluentui/react-button",
61
- "comment": "Bump @fluentui/react-tabster to v0.0.0-nightlyf3ce1fbe1d20211110.1",
62
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
366
+ "comment": "Bump @fluentui/react-utilities to v9.0.0-beta.3",
367
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
63
368
  },
64
369
  {
65
370
  "author": "beachball",
66
371
  "package": "@fluentui/react-button",
67
- "comment": "Bump @fluentui/react-utilities to v0.0.0-nightlyf3ce1fbe1d20211110.1",
68
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
372
+ "comment": "Bump @fluentui/babel-make-styles to v9.0.0-beta.3",
373
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
69
374
  },
70
375
  {
71
376
  "author": "beachball",
72
377
  "package": "@fluentui/react-button",
73
- "comment": "Bump @fluentui/babel-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
74
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
378
+ "comment": "Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3",
379
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
75
380
  },
76
381
  {
77
382
  "author": "beachball",
78
383
  "package": "@fluentui/react-button",
79
- "comment": "Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
80
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
384
+ "comment": "Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3",
385
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
81
386
  },
82
387
  {
83
388
  "author": "beachball",
84
389
  "package": "@fluentui/react-button",
85
- "comment": "Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1",
86
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
87
- },
88
- {
89
- "author": "beachball",
90
- "package": "@fluentui/react-button",
91
- "comment": "Bump @fluentui/react-menu to v0.0.0-nightlyf3ce1fbe1d20211110.1",
92
- "commit": "c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a"
390
+ "comment": "Bump @fluentui/react-menu to v9.0.0-beta.4",
391
+ "commit": "742342e52c65066f779232e4e1302fedf0dd460d"
93
392
  }
94
393
  ],
95
394
  "none": [
@@ -110,6 +409,12 @@
110
409
  "package": "@fluentui/react-button",
111
410
  "commit": "73857e89e8c403370ba723415121f2ce1e530fff",
112
411
  "comment": "add docs for menu and compound button"
412
+ },
413
+ {
414
+ "author": "lingfangao@hotmail.com",
415
+ "package": "@fluentui/react-button",
416
+ "commit": "00f70581480b536e723fb69edf0ae617beac4807",
417
+ "comment": "Remove beta release tag"
113
418
  }
114
419
  ]
115
420
  }
package/CHANGELOG.md CHANGED
@@ -1,30 +1,95 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Wed, 10 Nov 2021 04:16:46 GMT and should not be manually modified.
3
+ This log was last generated on Tue, 15 Feb 2022 04:11:38 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## [0.0.0-nightlyf3ce1fbe1d20211110.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightlyf3ce1fbe1d20211110.1)
7
+ ## [0.0.0-nightlyfc5cfdc52420220215.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.0.0-nightlyfc5cfdc52420220215.1)
8
8
 
9
- Wed, 10 Nov 2021 04:16:46 GMT
10
- [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v0.0.0-nightlyf3ce1fbe1d20211110.1)
9
+ Tue, 15 Feb 2022 04:11:38 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.1..@fluentui/react-button_v0.0.0-nightlyfc5cfdc52420220215.1)
11
+
12
+ ### Changes
13
+
14
+ - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by email not defined)
15
+ - SplitButton: Fixing issue where menuIcon prop was not being respected. ([PR #21683](https://github.com/microsoft/fluentui/pull/21683) by Humberto.Morimoto@microsoft.com)
16
+ - Button: Updating stories to fix a11y issues. ([PR #21679](https://github.com/microsoft/fluentui/pull/21679) by Humberto.Morimoto@microsoft.com)
17
+ - SplitButton: Fixing screen reader access issues. ([PR #21703](https://github.com/microsoft/fluentui/pull/21703) by Humberto.Morimoto@microsoft.com)
18
+ - Bump @fluentui/keyboard-keys to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
19
+ - Bump @fluentui/react-aria to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
20
+ - Bump @fluentui/react-tabster to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
21
+ - Bump @fluentui/react-utilities to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
22
+ - Bump @fluentui/react-conformance-griffel to v0.0.0-nightlyfc5cfdc52420220215.1 ([commit](https://github.com/microsoft/fluentui/commit/911569f28daa07a66ee59e1d8b7cfaf6f86051e9) by beachball)
23
+
24
+ ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.1)
25
+
26
+ Thu, 10 Feb 2022 08:51:46 GMT
27
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.5..@fluentui/react-button_v9.0.0-rc.1)
28
+
29
+ ### Changes
30
+
31
+ - Using ComponentSlotProps instead of ObjectShorthandProps. ([PR #20890](https://github.com/microsoft/fluentui/pull/20890) by Humberto.Morimoto@microsoft.com)
32
+ - Button: Changing border radius of small button to borderRadiusMedium from borderRadiusSmall. ([PR #21494](https://github.com/microsoft/fluentui/pull/21494) by Humberto.Morimoto@microsoft.com)
33
+ - Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
34
+ - Update react-icons usage to resizable icons ([PR #21074](https://github.com/microsoft/fluentui/pull/21074) by ololubek@microsoft.com)
35
+ - BREAKING: 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)
36
+ - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
37
+ - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
38
+ - Replacing use of functions in makeStyles with direct use of tokens. ([PR #21039](https://github.com/microsoft/fluentui/pull/21039) by Humberto.Morimoto@microsoft.com)
39
+ - CompoundButton: Updating styles to match latest design spec. ([PR #21523](https://github.com/microsoft/fluentui/pull/21523) by Humberto.Morimoto@microsoft.com)
40
+ - Remove component's shorthandProps array ([PR #21134](https://github.com/microsoft/fluentui/pull/21134) by behowell@microsoft.com)
41
+ - remove export of commons types ([PR #21660](https://github.com/microsoft/fluentui/pull/21660) by mgodbolt@microsoft.com)
42
+ - Remove fontSize from default menuIcon, as it is already set via css ([PR #21221](https://github.com/microsoft/fluentui/pull/21221) by behowell@microsoft.com)
43
+ - ToggleButton: Stopping aria-pressed from changing when ToggleButton is disabledFocusable. ([PR #21492](https://github.com/microsoft/fluentui/pull/21492) by Humberto.Morimoto@microsoft.com)
44
+ - update styles to not use CSS shorthands ([PR #20815](https://github.com/microsoft/fluentui/pull/20815) by olfedias@microsoft.com)
45
+ - Refactor component Slot typings ([PR #21518](https://github.com/microsoft/fluentui/pull/21518) by behowell@microsoft.com)
46
+ - Updating use of tokens.fontWeight now that we don't need to use casting. ([PR #21217](https://github.com/microsoft/fluentui/pull/21217) by Humberto.Morimoto@microsoft.com)
47
+ - MenuButton: Updating types so it properly supports ref. ([PR #21515](https://github.com/microsoft/fluentui/pull/21515) by Humberto.Morimoto@microsoft.com)
48
+ - update @fluentui/react-icons package ([PR #21498](https://github.com/microsoft/fluentui/pull/21498) by olfedias@microsoft.com)
49
+ - Updating based on changes to composition types. ([PR #20891](https://github.com/microsoft/fluentui/pull/20891) by Humberto.Morimoto@microsoft.com)
50
+ - Updating packages based on changes to focusIndicator functions to remove functions from makeStyles in @fluentui/react-tabster. ([PR #21035](https://github.com/microsoft/fluentui/pull/21035) by Humberto.Morimoto@microsoft.com)
51
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
52
+ - Bump @fluentui/react-aria to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
53
+ - Bump @fluentui/react-tabster to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
54
+ - Bump @fluentui/react-utilities to v9.0.0-rc.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
55
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.1 ([commit](https://github.com/microsoft/fluentui/commit/e6c855f6d9019d6c73668d15fc9bc3a13291a6c8) by beachball)
56
+
57
+ ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
58
+
59
+ Thu, 25 Nov 2021 08:34:12 GMT
60
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.4..@fluentui/react-button_v9.0.0-beta.5)
61
+
62
+ ### Changes
63
+
64
+ - MenuButton: Removing tight coupling with Menu by replicating type locally. ([PR #20635](https://github.com/microsoft/fluentui/pull/20635) by Humberto.Morimoto@microsoft.com)
65
+ - update react-icons dependency ([PR #20563](https://github.com/microsoft/fluentui/pull/20563) by ololubek@microsoft.com)
66
+ - Bump @fluentui/react-aria to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
67
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
68
+ - Bump @fluentui/react-tabster to v9.0.0-beta.5 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
69
+ - Bump @fluentui/react-utilities to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
70
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
71
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
72
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.4 ([PR #20762](https://github.com/microsoft/fluentui/pull/20762) by beachball)
73
+
74
+ ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
75
+
76
+ Fri, 12 Nov 2021 13:25:16 GMT
77
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.3..@fluentui/react-button_v9.0.0-beta.4)
11
78
 
12
79
  ### Changes
13
80
 
14
- - Release nightly v9 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by email not defined)
15
81
  - export static classes for components ([PR #20454](https://github.com/microsoft/fluentui/pull/20454) by olfedias@microsoft.com)
16
82
  - Updated beta and RC components to ES2019 ([PR #20405](https://github.com/microsoft/fluentui/pull/20405) by gcox@microsoft.com)
17
83
  - react-button: Removing use of enzyme in the converged package. ([PR #20342](https://github.com/microsoft/fluentui/pull/20342) by Humberto.Morimoto@microsoft.com)
18
84
  - Fixing incomplete comment. ([PR #20273](https://github.com/microsoft/fluentui/pull/20273) by Humberto.Morimoto@microsoft.com)
19
- - Bump @fluentui/keyboard-keys to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
20
- - Bump @fluentui/react-aria to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
21
- - Bump @fluentui/react-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
22
- - Bump @fluentui/react-tabster to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
23
- - Bump @fluentui/react-utilities to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
24
- - Bump @fluentui/babel-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
25
- - Bump @fluentui/jest-serializer-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
26
- - Bump @fluentui/react-conformance-make-styles to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
27
- - Bump @fluentui/react-menu to v0.0.0-nightlyf3ce1fbe1d20211110.1 ([commit](https://github.com/microsoft/fluentui/commit/c7a7f2302f3cfcbc6cd026f4d0ee4d5a2810371a) by beachball)
85
+ - Bump @fluentui/react-aria to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
86
+ - Bump @fluentui/react-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
87
+ - Bump @fluentui/react-tabster to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
88
+ - Bump @fluentui/react-utilities to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
89
+ - Bump @fluentui/babel-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
90
+ - Bump @fluentui/jest-serializer-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
91
+ - Bump @fluentui/react-conformance-make-styles to v9.0.0-beta.3 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
92
+ - Bump @fluentui/react-menu to v9.0.0-beta.4 ([PR #20583](https://github.com/microsoft/fluentui/pull/20583) by beachball)
28
93
 
29
94
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
30
95