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

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