@fluentui/react-button 9.0.0-rc.1 → 9.0.0-rc.12

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 (195) hide show
  1. package/CHANGELOG.json +549 -1
  2. package/CHANGELOG.md +321 -172
  3. package/README.md +80 -18
  4. package/dist/{react-button.d.ts → index.d.ts} +42 -37
  5. package/{lib → dist}/tsdoc-metadata.json +0 -0
  6. package/lib/Button.js.map +1 -1
  7. package/lib/CompoundButton.js.map +1 -1
  8. package/lib/MenuButton.js.map +1 -1
  9. package/lib/SplitButton.js.map +1 -1
  10. package/lib/ToggleButton.js.map +1 -1
  11. package/lib/components/Button/Button.js.map +1 -1
  12. package/lib/components/Button/Button.types.js.map +1 -1
  13. package/lib/components/Button/index.js +1 -1
  14. package/lib/components/Button/index.js.map +1 -1
  15. package/lib/components/Button/renderButton.js.map +1 -1
  16. package/lib/components/Button/useButton.js +1 -3
  17. package/lib/components/Button/useButton.js.map +1 -1
  18. package/lib/components/Button/useButtonStyles.js +162 -115
  19. package/lib/components/Button/useButtonStyles.js.map +1 -1
  20. package/lib/components/CompoundButton/CompoundButton.js.map +1 -1
  21. package/lib/components/CompoundButton/CompoundButton.types.js.map +1 -1
  22. package/lib/components/CompoundButton/index.js +1 -1
  23. package/lib/components/CompoundButton/index.js.map +1 -1
  24. package/lib/components/CompoundButton/renderCompoundButton.js.map +1 -1
  25. package/lib/components/CompoundButton/useCompoundButton.js +7 -2
  26. package/lib/components/CompoundButton/useCompoundButton.js.map +1 -1
  27. package/lib/components/CompoundButton/useCompoundButtonStyles.js +72 -55
  28. package/lib/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  29. package/lib/components/MenuButton/MenuButton.js +2 -1
  30. package/lib/components/MenuButton/MenuButton.js.map +1 -1
  31. package/lib/components/MenuButton/MenuButton.types.js.map +1 -1
  32. package/lib/components/MenuButton/index.js +1 -1
  33. package/lib/components/MenuButton/index.js.map +1 -1
  34. package/lib/components/MenuButton/renderMenuButton.js.map +1 -1
  35. package/lib/components/MenuButton/useMenuButton.js.map +1 -1
  36. package/lib/components/MenuButton/useMenuButtonStyles.js +34 -14
  37. package/lib/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  38. package/lib/components/SplitButton/SplitButton.js +1 -1
  39. package/lib/components/SplitButton/SplitButton.js.map +1 -1
  40. package/lib/components/SplitButton/SplitButton.types.js.map +1 -1
  41. package/lib/components/SplitButton/index.js +1 -1
  42. package/lib/components/SplitButton/index.js.map +1 -1
  43. package/lib/components/SplitButton/renderSplitButton.js.map +1 -1
  44. package/lib/components/SplitButton/useSplitButton.js +17 -8
  45. package/lib/components/SplitButton/useSplitButton.js.map +1 -1
  46. package/lib/components/SplitButton/useSplitButtonStyles.js +37 -34
  47. package/lib/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  48. package/lib/components/ToggleButton/ToggleButton.js.map +1 -1
  49. package/lib/components/ToggleButton/ToggleButton.types.js.map +1 -1
  50. package/lib/components/ToggleButton/index.js +1 -1
  51. package/lib/components/ToggleButton/index.js.map +1 -1
  52. package/lib/components/ToggleButton/renderToggleButton.js.map +1 -1
  53. package/lib/components/ToggleButton/useToggleButton.js +3 -41
  54. package/lib/components/ToggleButton/useToggleButton.js.map +1 -1
  55. package/lib/components/ToggleButton/useToggleButtonStyles.js +122 -61
  56. package/lib/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  57. package/lib/index.js +6 -5
  58. package/lib/index.js.map +1 -1
  59. package/lib/utils/index.js +2 -0
  60. package/lib/utils/index.js.map +1 -0
  61. package/lib/utils/useToggleState.js +37 -0
  62. package/lib/utils/useToggleState.js.map +1 -0
  63. package/lib-commonjs/Button.js.map +1 -1
  64. package/lib-commonjs/CompoundButton.js.map +1 -1
  65. package/lib-commonjs/MenuButton.js.map +1 -1
  66. package/lib-commonjs/SplitButton.js.map +1 -1
  67. package/lib-commonjs/ToggleButton.js.map +1 -1
  68. package/lib-commonjs/components/Button/Button.js.map +1 -1
  69. package/lib-commonjs/components/Button/Button.types.js.map +1 -1
  70. package/lib-commonjs/components/Button/index.js +3 -3
  71. package/lib-commonjs/components/Button/index.js.map +1 -1
  72. package/lib-commonjs/components/Button/renderButton.js.map +1 -1
  73. package/lib-commonjs/components/Button/useButton.js +1 -3
  74. package/lib-commonjs/components/Button/useButton.js.map +1 -1
  75. package/lib-commonjs/components/Button/useButtonStyles.js +164 -116
  76. package/lib-commonjs/components/Button/useButtonStyles.js.map +1 -1
  77. package/lib-commonjs/components/CompoundButton/CompoundButton.js.map +1 -1
  78. package/lib-commonjs/components/CompoundButton/CompoundButton.types.js.map +1 -1
  79. package/lib-commonjs/components/CompoundButton/index.js +3 -3
  80. package/lib-commonjs/components/CompoundButton/index.js.map +1 -1
  81. package/lib-commonjs/components/CompoundButton/renderCompoundButton.js.map +1 -1
  82. package/lib-commonjs/components/CompoundButton/useCompoundButton.js +7 -2
  83. package/lib-commonjs/components/CompoundButton/useCompoundButton.js.map +1 -1
  84. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js +74 -57
  85. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.js.map +1 -1
  86. package/lib-commonjs/components/MenuButton/MenuButton.js +2 -1
  87. package/lib-commonjs/components/MenuButton/MenuButton.js.map +1 -1
  88. package/lib-commonjs/components/MenuButton/MenuButton.types.js.map +1 -1
  89. package/lib-commonjs/components/MenuButton/index.js +3 -3
  90. package/lib-commonjs/components/MenuButton/index.js.map +1 -1
  91. package/lib-commonjs/components/MenuButton/renderMenuButton.js.map +1 -1
  92. package/lib-commonjs/components/MenuButton/useMenuButton.js.map +1 -1
  93. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js +36 -15
  94. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.js.map +1 -1
  95. package/lib-commonjs/components/SplitButton/SplitButton.js +1 -1
  96. package/lib-commonjs/components/SplitButton/SplitButton.js.map +1 -1
  97. package/lib-commonjs/components/SplitButton/SplitButton.types.js.map +1 -1
  98. package/lib-commonjs/components/SplitButton/index.js +3 -3
  99. package/lib-commonjs/components/SplitButton/index.js.map +1 -1
  100. package/lib-commonjs/components/SplitButton/renderSplitButton.js.map +1 -1
  101. package/lib-commonjs/components/SplitButton/useSplitButton.js +16 -7
  102. package/lib-commonjs/components/SplitButton/useSplitButton.js.map +1 -1
  103. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js +38 -35
  104. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.js.map +1 -1
  105. package/lib-commonjs/components/ToggleButton/ToggleButton.js.map +1 -1
  106. package/lib-commonjs/components/ToggleButton/ToggleButton.types.js.map +1 -1
  107. package/lib-commonjs/components/ToggleButton/index.js +3 -3
  108. package/lib-commonjs/components/ToggleButton/index.js.map +1 -1
  109. package/lib-commonjs/components/ToggleButton/renderToggleButton.js.map +1 -1
  110. package/lib-commonjs/components/ToggleButton/useToggleButton.js +3 -42
  111. package/lib-commonjs/components/ToggleButton/useToggleButton.js.map +1 -1
  112. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js +127 -63
  113. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.js.map +1 -1
  114. package/lib-commonjs/index.js +169 -6
  115. package/lib-commonjs/index.js.map +1 -1
  116. package/lib-commonjs/utils/index.js +10 -0
  117. package/lib-commonjs/utils/index.js.map +1 -0
  118. package/lib-commonjs/utils/useToggleState.js +48 -0
  119. package/lib-commonjs/utils/useToggleState.js.map +1 -0
  120. package/package.json +20 -22
  121. package/dist/demo/index.html +0 -71
  122. package/dist/demo/react-dom.development.js +0 -21413
  123. package/dist/demo/react.development.js +0 -3155
  124. package/lib/Button.d.ts +0 -1
  125. package/lib/CompoundButton.d.ts +0 -1
  126. package/lib/MenuButton.d.ts +0 -1
  127. package/lib/SplitButton.d.ts +0 -1
  128. package/lib/ToggleButton.d.ts +0 -1
  129. package/lib/components/Button/Button.d.ts +0 -6
  130. package/lib/components/Button/Button.types.d.ts +0 -62
  131. package/lib/components/Button/index.d.ts +0 -5
  132. package/lib/components/Button/renderButton.d.ts +0 -5
  133. package/lib/components/Button/useButton.d.ts +0 -8
  134. package/lib/components/Button/useButtonStyles.d.ts +0 -3
  135. package/lib/components/CompoundButton/CompoundButton.d.ts +0 -6
  136. package/lib/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  137. package/lib/components/CompoundButton/index.d.ts +0 -5
  138. package/lib/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  139. package/lib/components/CompoundButton/useCompoundButton.d.ts +0 -8
  140. package/lib/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -3
  141. package/lib/components/MenuButton/MenuButton.d.ts +0 -6
  142. package/lib/components/MenuButton/MenuButton.types.d.ts +0 -10
  143. package/lib/components/MenuButton/index.d.ts +0 -5
  144. package/lib/components/MenuButton/renderMenuButton.d.ts +0 -5
  145. package/lib/components/MenuButton/useMenuButton.d.ts +0 -6
  146. package/lib/components/MenuButton/useMenuButtonStyles.d.ts +0 -3
  147. package/lib/components/SplitButton/SplitButton.d.ts +0 -7
  148. package/lib/components/SplitButton/SplitButton.types.d.ts +0 -21
  149. package/lib/components/SplitButton/index.d.ts +0 -5
  150. package/lib/components/SplitButton/renderSplitButton.d.ts +0 -5
  151. package/lib/components/SplitButton/useSplitButton.d.ts +0 -8
  152. package/lib/components/SplitButton/useSplitButtonStyles.d.ts +0 -3
  153. package/lib/components/ToggleButton/ToggleButton.d.ts +0 -6
  154. package/lib/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  155. package/lib/components/ToggleButton/index.d.ts +0 -5
  156. package/lib/components/ToggleButton/renderToggleButton.d.ts +0 -1
  157. package/lib/components/ToggleButton/useToggleButton.d.ts +0 -9
  158. package/lib/components/ToggleButton/useToggleButtonStyles.d.ts +0 -3
  159. package/lib/index.d.ts +0 -5
  160. package/lib-commonjs/Button.d.ts +0 -1
  161. package/lib-commonjs/CompoundButton.d.ts +0 -1
  162. package/lib-commonjs/MenuButton.d.ts +0 -1
  163. package/lib-commonjs/SplitButton.d.ts +0 -1
  164. package/lib-commonjs/ToggleButton.d.ts +0 -1
  165. package/lib-commonjs/components/Button/Button.d.ts +0 -6
  166. package/lib-commonjs/components/Button/Button.types.d.ts +0 -62
  167. package/lib-commonjs/components/Button/index.d.ts +0 -5
  168. package/lib-commonjs/components/Button/renderButton.d.ts +0 -5
  169. package/lib-commonjs/components/Button/useButton.d.ts +0 -8
  170. package/lib-commonjs/components/Button/useButtonStyles.d.ts +0 -3
  171. package/lib-commonjs/components/CompoundButton/CompoundButton.d.ts +0 -6
  172. package/lib-commonjs/components/CompoundButton/CompoundButton.types.d.ts +0 -14
  173. package/lib-commonjs/components/CompoundButton/index.d.ts +0 -5
  174. package/lib-commonjs/components/CompoundButton/renderCompoundButton.d.ts +0 -5
  175. package/lib-commonjs/components/CompoundButton/useCompoundButton.d.ts +0 -8
  176. package/lib-commonjs/components/CompoundButton/useCompoundButtonStyles.d.ts +0 -3
  177. package/lib-commonjs/components/MenuButton/MenuButton.d.ts +0 -6
  178. package/lib-commonjs/components/MenuButton/MenuButton.types.d.ts +0 -10
  179. package/lib-commonjs/components/MenuButton/index.d.ts +0 -5
  180. package/lib-commonjs/components/MenuButton/renderMenuButton.d.ts +0 -5
  181. package/lib-commonjs/components/MenuButton/useMenuButton.d.ts +0 -6
  182. package/lib-commonjs/components/MenuButton/useMenuButtonStyles.d.ts +0 -3
  183. package/lib-commonjs/components/SplitButton/SplitButton.d.ts +0 -7
  184. package/lib-commonjs/components/SplitButton/SplitButton.types.d.ts +0 -21
  185. package/lib-commonjs/components/SplitButton/index.d.ts +0 -5
  186. package/lib-commonjs/components/SplitButton/renderSplitButton.d.ts +0 -5
  187. package/lib-commonjs/components/SplitButton/useSplitButton.d.ts +0 -8
  188. package/lib-commonjs/components/SplitButton/useSplitButtonStyles.d.ts +0 -3
  189. package/lib-commonjs/components/ToggleButton/ToggleButton.d.ts +0 -6
  190. package/lib-commonjs/components/ToggleButton/ToggleButton.types.d.ts +0 -20
  191. package/lib-commonjs/components/ToggleButton/index.d.ts +0 -5
  192. package/lib-commonjs/components/ToggleButton/renderToggleButton.d.ts +0 -1
  193. package/lib-commonjs/components/ToggleButton/useToggleButton.d.ts +0 -9
  194. package/lib-commonjs/components/ToggleButton/useToggleButtonStyles.d.ts +0 -3
  195. package/lib-commonjs/index.d.ts +0 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,161 @@
1
1
  # Change Log - @fluentui/react-button
2
2
 
3
- This log was last generated on Thu, 10 Feb 2022 08:44:59 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 26 May 2022 20:59:59 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.0.0-rc.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.12)
8
+
9
+ Thu, 26 May 2022 20:59:59 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.11..@fluentui/react-button_v9.0.0-rc.12)
11
+
12
+ ### Changes
13
+
14
+ - ToggleButton: Differentiating hover and checked styles. ([PR #23209](https://github.com/microsoft/fluentui/pull/23209) by Humberto.Morimoto@microsoft.com)
15
+ - ToggleButton: Apply thicker border width to checked outline toggle buttons. ([PR #23207](https://github.com/microsoft/fluentui/pull/23207) by Humberto.Morimoto@microsoft.com)
16
+ - Bump @fluentui/react-tabster to v9.0.0-rc.12 ([PR #23267](https://github.com/microsoft/fluentui/pull/23267) by beachball)
17
+
18
+ ## [9.0.0-rc.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.11)
19
+
20
+ Mon, 23 May 2022 18:56:41 GMT
21
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.10..@fluentui/react-button_v9.0.0-rc.11)
22
+
23
+ ### Changes
24
+
25
+ - Removing <componentName>ClassName exports. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by esteban.230@hotmail.com)
26
+ - Removing deprecated block prop from all button components. ([PR #23092](https://github.com/microsoft/fluentui/pull/23092) by Humberto.Morimoto@microsoft.com)
27
+ - Bump @fluentui/react-tabster to v9.0.0-rc.11 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
28
+ - Bump @fluentui/react-theme to v9.0.0-rc.9 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
29
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.7 ([PR #23146](https://github.com/microsoft/fluentui/pull/23146) by beachball)
30
+
31
+ ## [9.0.0-rc.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.10)
32
+
33
+ Mon, 23 May 2022 12:14:03 GMT
34
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.9..@fluentui/react-button_v9.0.0-rc.10)
35
+
36
+ ### Changes
37
+
38
+ - Using spacing tokens for button components. ([PR #23076](https://github.com/microsoft/fluentui/pull/23076) by Humberto.Morimoto@microsoft.com)
39
+ - Removing flex gap from button components and fixing spacing to better align with design spec. ([PR #23091](https://github.com/microsoft/fluentui/pull/23091) by Humberto.Morimoto@microsoft.com)
40
+ - chore: Update Griffel to latest version ([PR #22894](https://github.com/microsoft/fluentui/pull/22894) by olfedias@microsoft.com)
41
+ - chore: Update Griffel to latest version ([PR #23029](https://github.com/microsoft/fluentui/pull/23029) by olfedias@microsoft.com)
42
+ - Removing Common types from all button components. ([PR #22904](https://github.com/microsoft/fluentui/pull/22904) by humberto_makoto@hotmail.com)
43
+ - Removing ToggleButtonCommons type in @fluentui/react-button. ([PR #23067](https://github.com/microsoft/fluentui/pull/23067) by Humberto.Morimoto@microsoft.com)
44
+ - Bump @fluentui/react-aria to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
45
+ - Bump @fluentui/react-tabster to v9.0.0-rc.10 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
46
+ - Bump @fluentui/react-theme to v9.0.0-rc.8 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
47
+ - Bump @fluentui/react-utilities to v9.0.0-rc.9 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
48
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.6 ([PR #23030](https://github.com/microsoft/fluentui/pull/23030) by beachball)
49
+
50
+ ## [9.0.0-rc.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.9)
51
+
52
+ Thu, 05 May 2022 18:26:29 GMT
53
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.8..@fluentui/react-button_v9.0.0-rc.9)
54
+
55
+ ### Changes
56
+
57
+ - feat: ship rolluped only dts ([PR #22823](https://github.com/microsoft/fluentui/pull/22823) by martinhochel@microsoft.com)
58
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.6 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
59
+ - Bump @fluentui/react-aria to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
60
+ - Bump @fluentui/react-tabster to v9.0.0-rc.9 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
61
+ - Bump @fluentui/react-theme to v9.0.0-rc.7 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
62
+ - Bump @fluentui/react-utilities to v9.0.0-rc.8 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
63
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.5 ([PR #22857](https://github.com/microsoft/fluentui/pull/22857) by beachball)
64
+
65
+ ## [9.0.0-rc.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.8)
66
+
67
+ Wed, 04 May 2022 13:26:38 GMT
68
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.7..@fluentui/react-button_v9.0.0-rc.8)
69
+
70
+ ### Changes
71
+
72
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.5 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
73
+ - Bump @fluentui/react-aria to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
74
+ - Bump @fluentui/react-tabster to v9.0.0-rc.8 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
75
+ - Bump @fluentui/react-theme to v9.0.0-rc.6 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
76
+ - Bump @fluentui/react-utilities to v9.0.0-rc.7 ([PR #22786](https://github.com/microsoft/fluentui/pull/22786) by beachball)
77
+
78
+ ## [9.0.0-rc.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.7)
79
+
80
+ Mon, 25 Apr 2022 09:32:16 GMT
81
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.6..@fluentui/react-button_v9.0.0-rc.7)
82
+
83
+ ### Changes
84
+
85
+ - Adding useToggleState hook to scaffold toggleable behavior for individual consumption. ([PR #22279](https://github.com/microsoft/fluentui/pull/22279) by Humberto.Morimoto@microsoft.com)
86
+ - fix(Button): Text color in HC mode for hover, active and checked states. ([PR #22566](https://github.com/microsoft/fluentui/pull/22566) by jukapsia@microsoft.com)
87
+ - Button: Stop applying active styles when mouse moves away while it is being held and improving styles in High Contrast mode. ([PR #22574](https://github.com/microsoft/fluentui/pull/22574) by Humberto.Morimoto@microsoft.com)
88
+ - Bump @fluentui/react-tabster to v9.0.0-rc.7 ([PR #22601](https://github.com/microsoft/fluentui/pull/22601) by beachball)
89
+
90
+ ## [9.0.0-rc.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.6)
91
+
92
+ Tue, 19 Apr 2022 19:17:12 GMT
93
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.5..@fluentui/react-button_v9.0.0-rc.6)
94
+
95
+ ### Changes
96
+
97
+ - Disabling lint rule for deprecated [component]ClassName exports. ([PR #22131](https://github.com/microsoft/fluentui/pull/22131) by Humberto.Morimoto@microsoft.com)
98
+ - Button: Deprecating block prop. ([PR #22148](https://github.com/microsoft/fluentui/pull/22148) by Humberto.Morimoto@microsoft.com)
99
+ - Button components: Making root a non-nullable slot. ([PR #22147](https://github.com/microsoft/fluentui/pull/22147) by Humberto.Morimoto@microsoft.com)
100
+ - CompoundButton: Fixing bug where component was iconOnly even when secondaryContent was being provided. ([PR #22107](https://github.com/microsoft/fluentui/pull/22107) by Humberto.Morimoto@microsoft.com)
101
+ - Removing star exports. ([PR #22111](https://github.com/microsoft/fluentui/pull/22111) by Humberto.Morimoto@microsoft.com)
102
+ - Add deprecation messages to react-button ([PR #21960](https://github.com/microsoft/fluentui/pull/21960) by seanmonahan@microsoft.com)
103
+ - chore: Update Griffel to latest version ([PR #21976](https://github.com/microsoft/fluentui/pull/21976) by olfedias@microsoft.com)
104
+ - update react-icons version to ^2.0.166-rc.3 from ^2.0.159-beta.10 ([PR #22512](https://github.com/microsoft/fluentui/pull/22512) by seanmonahan@microsoft.com)
105
+ - Bump @fluentui/react-aria to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
106
+ - Bump @fluentui/react-tabster to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
107
+ - Bump @fluentui/react-theme to v9.0.0-rc.5 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
108
+ - Bump @fluentui/react-utilities to v9.0.0-rc.6 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
109
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.4 ([PR #21995](https://github.com/microsoft/fluentui/pull/21995) by beachball)
110
+
111
+ ## [9.0.0-rc.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.5)
112
+
113
+ Fri, 04 Mar 2022 05:17:34 GMT
114
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.4..@fluentui/react-button_v9.0.0-rc.5)
115
+
116
+ ### Changes
117
+
118
+ - Adding explicit export maps on all consumer packages for FUIR 8 and 9. ([PR #21508](https://github.com/microsoft/fluentui/pull/21508) by dzearing@microsoft.com)
119
+ - Button: Exporting classNames of individual slots. ([PR #20977](https://github.com/microsoft/fluentui/pull/20977) by Humberto.Morimoto@microsoft.com)
120
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
121
+ - Bump @fluentui/react-aria to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
122
+ - Bump @fluentui/react-tabster to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
123
+ - Bump @fluentui/react-theme to v9.0.0-rc.4 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
124
+ - Bump @fluentui/react-utilities to v9.0.0-rc.5 ([PR #21947](https://github.com/microsoft/fluentui/pull/21947) by beachball)
125
+
126
+ ## [9.0.0-rc.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.4)
127
+
128
+ Tue, 01 Mar 2022 02:17:35 GMT
129
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.3..@fluentui/react-button_v9.0.0-rc.4)
130
+
131
+ ### Changes
132
+
133
+ - fix: Add react-theme as dependency ([PR #21825](https://github.com/microsoft/fluentui/pull/21825) by olfedias@microsoft.com)
134
+ - Bump @fluentui/react-aria to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
135
+ - Bump @fluentui/react-tabster to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
136
+ - Bump @fluentui/react-utilities to v9.0.0-rc.4 ([PR #21884](https://github.com/microsoft/fluentui/pull/21884) by beachball)
137
+
138
+ ## [9.0.0-rc.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.3)
139
+
140
+ Fri, 18 Feb 2022 13:35:28 GMT
141
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-rc.1..@fluentui/react-button_v9.0.0-rc.3)
142
+
143
+ ### Changes
144
+
145
+ - SplitButton: Fixing issue where menuIcon prop was not being respected. ([PR #21683](https://github.com/microsoft/fluentui/pull/21683) by Humberto.Morimoto@microsoft.com)
146
+ - Button: Updating stories to fix a11y issues. ([PR #21679](https://github.com/microsoft/fluentui/pull/21679) by Humberto.Morimoto@microsoft.com)
147
+ - SplitButton: Fixing screen reader access issues. ([PR #21703](https://github.com/microsoft/fluentui/pull/21703) by Humberto.Morimoto@microsoft.com)
148
+ - fix: Source maps contain original source code ([PR #21690](https://github.com/microsoft/fluentui/pull/21690) by lingfangao@hotmail.com)
149
+ - Button: Adding tests and fixing issues in SplitButton and ToggleButton. ([PR #21719](https://github.com/microsoft/fluentui/pull/21719) by Humberto.Morimoto@microsoft.com)
150
+ - Bump @fluentui/keyboard-keys to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
151
+ - Bump @fluentui/react-aria to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
152
+ - Bump @fluentui/react-tabster to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
153
+ - Bump @fluentui/react-utilities to v9.0.0-rc.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
154
+ - Bump @fluentui/react-conformance-griffel to v9.0.0-beta.3 ([PR #21800](https://github.com/microsoft/fluentui/pull/21800) by beachball)
155
+
7
156
  ## [9.0.0-rc.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-rc.1)
8
157
 
9
- Thu, 10 Feb 2022 08:44:59 GMT
158
+ Thu, 10 Feb 2022 08:51:46 GMT
10
159
  [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
160
 
12
161
  ### Changes
@@ -15,7 +164,7 @@ Thu, 10 Feb 2022 08:44:59 GMT
15
164
  - 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
165
  - Replace make-styles packages with griffel equivalents. ([PR #21436](https://github.com/microsoft/fluentui/pull/21436) by olfedias@microsoft.com)
17
166
  - 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)
167
+ - 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
168
  - Bump Fluent UI packages to 9.0.0-rc ([PR #21623](https://github.com/microsoft/fluentui/pull/21623) by lingfangao@hotmail.com)
20
169
  - (fix): Update react-icons dependency to latest version ([PR #20943](https://github.com/microsoft/fluentui/pull/20943) by ololubek@microsoft.com)
21
170
  - 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,7 +188,7 @@ Thu, 10 Feb 2022 08:44:59 GMT
39
188
 
40
189
  ## [9.0.0-beta.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.5)
41
190
 
42
- Thu, 25 Nov 2021 08:34:12 GMT
191
+ Thu, 25 Nov 2021 08:34:12 GMT
43
192
  [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
193
 
45
194
  ### Changes
@@ -56,7 +205,7 @@ Thu, 25 Nov 2021 08:34:12 GMT
56
205
 
57
206
  ## [9.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.4)
58
207
 
59
- Fri, 12 Nov 2021 13:25:16 GMT
208
+ Fri, 12 Nov 2021 13:25:16 GMT
60
209
  [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
210
 
62
211
  ### Changes
@@ -76,7 +225,7 @@ Fri, 12 Nov 2021 13:25:16 GMT
76
225
 
77
226
  ## [9.0.0-beta.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.3)
78
227
 
79
- Wed, 27 Oct 2021 12:14:15 GMT
228
+ Wed, 27 Oct 2021 12:14:15 GMT
80
229
  [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
230
 
82
231
  ### Changes
@@ -94,7 +243,7 @@ Wed, 27 Oct 2021 12:14:15 GMT
94
243
 
95
244
  ## [9.0.0-beta.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.2)
96
245
 
97
- Tue, 12 Oct 2021 19:45:58 GMT
246
+ Tue, 12 Oct 2021 19:45:58 GMT
98
247
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-beta.1..@fluentui/react-button_v9.0.0-beta.2)
99
248
 
100
249
  ### Changes
@@ -104,7 +253,7 @@ Tue, 12 Oct 2021 19:45:58 GMT
104
253
 
105
254
  ## [9.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-beta.1)
106
255
 
107
- Wed, 06 Oct 2021 10:37:22 GMT
256
+ Wed, 06 Oct 2021 10:37:22 GMT
108
257
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.101..@fluentui/react-button_v9.0.0-beta.1)
109
258
 
110
259
  ### Changes
@@ -122,7 +271,7 @@ Wed, 06 Oct 2021 10:37:22 GMT
122
271
 
123
272
  ## [9.0.0-alpha.101](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.101)
124
273
 
125
- Tue, 05 Oct 2021 12:47:58 GMT
274
+ Tue, 05 Oct 2021 12:47:58 GMT
126
275
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.100..@fluentui/react-button_v9.0.0-alpha.101)
127
276
 
128
277
  ### Changes
@@ -137,7 +286,7 @@ Tue, 05 Oct 2021 12:47:58 GMT
137
286
 
138
287
  ## [9.0.0-alpha.100](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.100)
139
288
 
140
- Tue, 05 Oct 2021 09:28:07 GMT
289
+ Tue, 05 Oct 2021 09:28:07 GMT
141
290
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.99..@fluentui/react-button_v9.0.0-alpha.100)
142
291
 
143
292
  ### Changes
@@ -154,7 +303,7 @@ Tue, 05 Oct 2021 09:28:07 GMT
154
303
 
155
304
  ## [9.0.0-alpha.99](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.99)
156
305
 
157
- Fri, 01 Oct 2021 14:13:08 GMT
306
+ Fri, 01 Oct 2021 14:13:08 GMT
158
307
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.97..@fluentui/react-button_v9.0.0-alpha.99)
159
308
 
160
309
  ### Changes
@@ -172,7 +321,7 @@ Fri, 01 Oct 2021 14:13:08 GMT
172
321
 
173
322
  ## [9.0.0-alpha.97](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.97)
174
323
 
175
- Fri, 01 Oct 2021 12:30:46 GMT
324
+ Fri, 01 Oct 2021 12:30:46 GMT
176
325
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.96..@fluentui/react-button_v9.0.0-alpha.97)
177
326
 
178
327
  ### Changes
@@ -183,7 +332,7 @@ Fri, 01 Oct 2021 12:30:46 GMT
183
332
 
184
333
  ## [9.0.0-alpha.96](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.96)
185
334
 
186
- Fri, 01 Oct 2021 09:44:56 GMT
335
+ Fri, 01 Oct 2021 09:44:56 GMT
187
336
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.95..@fluentui/react-button_v9.0.0-alpha.96)
188
337
 
189
338
  ### Changes
@@ -194,7 +343,7 @@ Fri, 01 Oct 2021 09:44:56 GMT
194
343
 
195
344
  ## [9.0.0-alpha.95](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.95)
196
345
 
197
- Thu, 30 Sep 2021 09:18:15 GMT
346
+ Thu, 30 Sep 2021 09:18:15 GMT
198
347
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.94..@fluentui/react-button_v9.0.0-alpha.95)
199
348
 
200
349
  ### Changes
@@ -203,7 +352,7 @@ Thu, 30 Sep 2021 09:18:15 GMT
203
352
 
204
353
  ## [9.0.0-alpha.94](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.94)
205
354
 
206
- Wed, 29 Sep 2021 08:06:11 GMT
355
+ Wed, 29 Sep 2021 08:06:11 GMT
207
356
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.93..@fluentui/react-button_v9.0.0-alpha.94)
208
357
 
209
358
  ### Changes
@@ -217,7 +366,7 @@ Wed, 29 Sep 2021 08:06:11 GMT
217
366
 
218
367
  ## [9.0.0-alpha.93](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.93)
219
368
 
220
- Mon, 27 Sep 2021 08:06:00 GMT
369
+ Mon, 27 Sep 2021 08:06:00 GMT
221
370
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.92..@fluentui/react-button_v9.0.0-alpha.93)
222
371
 
223
372
  ### Changes
@@ -232,7 +381,7 @@ Mon, 27 Sep 2021 08:06:00 GMT
232
381
 
233
382
  ## [9.0.0-alpha.92](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.92)
234
383
 
235
- Fri, 24 Sep 2021 09:17:17 GMT
384
+ Fri, 24 Sep 2021 09:17:17 GMT
236
385
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.91..@fluentui/react-button_v9.0.0-alpha.92)
237
386
 
238
387
  ### Changes
@@ -247,7 +396,7 @@ Fri, 24 Sep 2021 09:17:17 GMT
247
396
 
248
397
  ## [9.0.0-alpha.91](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.91)
249
398
 
250
- Thu, 23 Sep 2021 08:21:34 GMT
399
+ Thu, 23 Sep 2021 08:21:34 GMT
251
400
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.90..@fluentui/react-button_v9.0.0-alpha.91)
252
401
 
253
402
  ### Changes
@@ -263,7 +412,7 @@ Thu, 23 Sep 2021 08:21:34 GMT
263
412
 
264
413
  ## [9.0.0-alpha.90](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.90)
265
414
 
266
- Wed, 22 Sep 2021 10:10:07 GMT
415
+ Wed, 22 Sep 2021 10:10:07 GMT
267
416
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.89..@fluentui/react-button_v9.0.0-alpha.90)
268
417
 
269
418
  ### Changes
@@ -280,7 +429,7 @@ Wed, 22 Sep 2021 10:10:07 GMT
280
429
 
281
430
  ## [9.0.0-alpha.89](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.89)
282
431
 
283
- Tue, 21 Sep 2021 07:42:34 GMT
432
+ Tue, 21 Sep 2021 07:42:34 GMT
284
433
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.88..@fluentui/react-button_v9.0.0-alpha.89)
285
434
 
286
435
  ### Changes
@@ -295,7 +444,7 @@ Tue, 21 Sep 2021 07:42:34 GMT
295
444
 
296
445
  ## [9.0.0-alpha.88](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.88)
297
446
 
298
- Mon, 20 Sep 2021 07:36:26 GMT
447
+ Mon, 20 Sep 2021 07:36:26 GMT
299
448
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.87..@fluentui/react-button_v9.0.0-alpha.88)
300
449
 
301
450
  ### Changes
@@ -305,7 +454,7 @@ Mon, 20 Sep 2021 07:36:26 GMT
305
454
 
306
455
  ## [9.0.0-alpha.87](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.87)
307
456
 
308
- Fri, 17 Sep 2021 07:35:26 GMT
457
+ Fri, 17 Sep 2021 07:35:26 GMT
309
458
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.86..@fluentui/react-button_v9.0.0-alpha.87)
310
459
 
311
460
  ### Changes
@@ -316,7 +465,7 @@ Fri, 17 Sep 2021 07:35:26 GMT
316
465
 
317
466
  ## [9.0.0-alpha.86](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.86)
318
467
 
319
- Thu, 16 Sep 2021 07:38:39 GMT
468
+ Thu, 16 Sep 2021 07:38:39 GMT
320
469
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.85..@fluentui/react-button_v9.0.0-alpha.86)
321
470
 
322
471
  ### Changes
@@ -325,7 +474,7 @@ Thu, 16 Sep 2021 07:38:39 GMT
325
474
 
326
475
  ## [9.0.0-alpha.85](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.85)
327
476
 
328
- Tue, 14 Sep 2021 20:09:02 GMT
477
+ Tue, 14 Sep 2021 20:09:02 GMT
329
478
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.84..@fluentui/react-button_v9.0.0-alpha.85)
330
479
 
331
480
  ### Changes
@@ -334,7 +483,7 @@ Tue, 14 Sep 2021 20:09:02 GMT
334
483
 
335
484
  ## [9.0.0-alpha.84](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.84)
336
485
 
337
- Fri, 10 Sep 2021 16:31:53 GMT
486
+ Fri, 10 Sep 2021 16:31:53 GMT
338
487
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.83..@fluentui/react-button_v9.0.0-alpha.84)
339
488
 
340
489
  ### Changes
@@ -344,7 +493,7 @@ Fri, 10 Sep 2021 16:31:53 GMT
344
493
 
345
494
  ## [9.0.0-alpha.83](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.83)
346
495
 
347
- Fri, 10 Sep 2021 07:39:51 GMT
496
+ Fri, 10 Sep 2021 07:39:51 GMT
348
497
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.82..@fluentui/react-button_v9.0.0-alpha.83)
349
498
 
350
499
  ### Changes
@@ -353,7 +502,7 @@ Fri, 10 Sep 2021 07:39:51 GMT
353
502
 
354
503
  ## [9.0.0-alpha.82](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.82)
355
504
 
356
- Wed, 08 Sep 2021 07:34:11 GMT
505
+ Wed, 08 Sep 2021 07:34:11 GMT
357
506
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.81..@fluentui/react-button_v9.0.0-alpha.82)
358
507
 
359
508
  ### Changes
@@ -362,7 +511,7 @@ Wed, 08 Sep 2021 07:34:11 GMT
362
511
 
363
512
  ## [9.0.0-alpha.81](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.81)
364
513
 
365
- Mon, 06 Sep 2021 07:34:53 GMT
514
+ Mon, 06 Sep 2021 07:34:53 GMT
366
515
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.80..@fluentui/react-button_v9.0.0-alpha.81)
367
516
 
368
517
  ### Changes
@@ -371,7 +520,7 @@ Mon, 06 Sep 2021 07:34:53 GMT
371
520
 
372
521
  ## [9.0.0-alpha.80](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.80)
373
522
 
374
- Fri, 03 Sep 2021 00:13:07 GMT
523
+ Fri, 03 Sep 2021 00:13:07 GMT
375
524
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.79..@fluentui/react-button_v9.0.0-alpha.80)
376
525
 
377
526
  ### Changes
@@ -380,7 +529,7 @@ Fri, 03 Sep 2021 00:13:07 GMT
380
529
 
381
530
  ## [9.0.0-alpha.79](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.79)
382
531
 
383
- Thu, 02 Sep 2021 07:36:46 GMT
532
+ Thu, 02 Sep 2021 07:36:46 GMT
384
533
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.78..@fluentui/react-button_v9.0.0-alpha.79)
385
534
 
386
535
  ### Patches
@@ -393,7 +542,7 @@ Thu, 02 Sep 2021 07:36:46 GMT
393
542
 
394
543
  ## [9.0.0-alpha.78](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.78)
395
544
 
396
- Wed, 01 Sep 2021 07:39:56 GMT
545
+ Wed, 01 Sep 2021 07:39:56 GMT
397
546
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.77..@fluentui/react-button_v9.0.0-alpha.78)
398
547
 
399
548
  ### Changes
@@ -402,7 +551,7 @@ Wed, 01 Sep 2021 07:39:56 GMT
402
551
 
403
552
  ## [9.0.0-alpha.77](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.77)
404
553
 
405
- Tue, 31 Aug 2021 07:37:47 GMT
554
+ Tue, 31 Aug 2021 07:37:47 GMT
406
555
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.76..@fluentui/react-button_v9.0.0-alpha.77)
407
556
 
408
557
  ### Changes
@@ -411,7 +560,7 @@ Tue, 31 Aug 2021 07:37:47 GMT
411
560
 
412
561
  ## [9.0.0-alpha.76](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.76)
413
562
 
414
- Mon, 30 Aug 2021 07:35:05 GMT
563
+ Mon, 30 Aug 2021 07:35:05 GMT
415
564
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.75..@fluentui/react-button_v9.0.0-alpha.76)
416
565
 
417
566
  ### Changes
@@ -420,7 +569,7 @@ Mon, 30 Aug 2021 07:35:05 GMT
420
569
 
421
570
  ## [9.0.0-alpha.75](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.75)
422
571
 
423
- Fri, 27 Aug 2021 07:33:32 GMT
572
+ Fri, 27 Aug 2021 07:33:32 GMT
424
573
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.74..@fluentui/react-button_v9.0.0-alpha.75)
425
574
 
426
575
  ### Changes
@@ -429,7 +578,7 @@ Fri, 27 Aug 2021 07:33:32 GMT
429
578
 
430
579
  ## [9.0.0-alpha.74](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.74)
431
580
 
432
- Thu, 26 Aug 2021 07:35:43 GMT
581
+ Thu, 26 Aug 2021 07:35:43 GMT
433
582
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.73..@fluentui/react-button_v9.0.0-alpha.74)
434
583
 
435
584
  ### Changes
@@ -438,7 +587,7 @@ Thu, 26 Aug 2021 07:35:43 GMT
438
587
 
439
588
  ## [9.0.0-alpha.73](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.73)
440
589
 
441
- Fri, 20 Aug 2021 07:37:28 GMT
590
+ Fri, 20 Aug 2021 07:37:28 GMT
442
591
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.72..@fluentui/react-button_v9.0.0-alpha.73)
443
592
 
444
593
  ### Changes
@@ -447,7 +596,7 @@ Fri, 20 Aug 2021 07:37:28 GMT
447
596
 
448
597
  ## [9.0.0-alpha.72](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.72)
449
598
 
450
- Thu, 19 Aug 2021 07:41:35 GMT
599
+ Thu, 19 Aug 2021 07:41:35 GMT
451
600
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.71..@fluentui/react-button_v9.0.0-alpha.72)
452
601
 
453
602
  ### Changes
@@ -456,7 +605,7 @@ Thu, 19 Aug 2021 07:41:35 GMT
456
605
 
457
606
  ## [9.0.0-alpha.71](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.71)
458
607
 
459
- Wed, 18 Aug 2021 07:33:54 GMT
608
+ Wed, 18 Aug 2021 07:33:54 GMT
460
609
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.70..@fluentui/react-button_v9.0.0-alpha.71)
461
610
 
462
611
  ### Changes
@@ -465,7 +614,7 @@ Wed, 18 Aug 2021 07:33:54 GMT
465
614
 
466
615
  ## [9.0.0-alpha.70](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.70)
467
616
 
468
- Fri, 13 Aug 2021 07:36:34 GMT
617
+ Fri, 13 Aug 2021 07:36:34 GMT
469
618
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.69..@fluentui/react-button_v9.0.0-alpha.70)
470
619
 
471
620
  ### Changes
@@ -474,7 +623,7 @@ Fri, 13 Aug 2021 07:36:34 GMT
474
623
 
475
624
  ## [9.0.0-alpha.69](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.69)
476
625
 
477
- Wed, 11 Aug 2021 07:34:54 GMT
626
+ Wed, 11 Aug 2021 07:34:54 GMT
478
627
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.68..@fluentui/react-button_v9.0.0-alpha.69)
479
628
 
480
629
  ### Changes
@@ -483,7 +632,7 @@ Wed, 11 Aug 2021 07:34:54 GMT
483
632
 
484
633
  ## [9.0.0-alpha.68](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.68)
485
634
 
486
- Fri, 06 Aug 2021 07:35:14 GMT
635
+ Fri, 06 Aug 2021 07:35:14 GMT
487
636
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.67..@fluentui/react-button_v9.0.0-alpha.68)
488
637
 
489
638
  ### Changes
@@ -492,7 +641,7 @@ Fri, 06 Aug 2021 07:35:14 GMT
492
641
 
493
642
  ## [9.0.0-alpha.67](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.67)
494
643
 
495
- Tue, 03 Aug 2021 07:39:30 GMT
644
+ Tue, 03 Aug 2021 07:39:30 GMT
496
645
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.66..@fluentui/react-button_v9.0.0-alpha.67)
497
646
 
498
647
  ### Patches
@@ -505,7 +654,7 @@ Tue, 03 Aug 2021 07:39:30 GMT
505
654
 
506
655
  ## [9.0.0-alpha.66](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.66)
507
656
 
508
- Mon, 02 Aug 2021 07:36:20 GMT
657
+ Mon, 02 Aug 2021 07:36:20 GMT
509
658
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.65..@fluentui/react-button_v9.0.0-alpha.66)
510
659
 
511
660
  ### Changes
@@ -514,7 +663,7 @@ Mon, 02 Aug 2021 07:36:20 GMT
514
663
 
515
664
  ## [9.0.0-alpha.65](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.65)
516
665
 
517
- Mon, 26 Jul 2021 07:37:30 GMT
666
+ Mon, 26 Jul 2021 07:37:30 GMT
518
667
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.64..@fluentui/react-button_v9.0.0-alpha.65)
519
668
 
520
669
  ### Changes
@@ -523,7 +672,7 @@ Mon, 26 Jul 2021 07:37:30 GMT
523
672
 
524
673
  ## [9.0.0-alpha.64](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.64)
525
674
 
526
- Fri, 23 Jul 2021 07:38:19 GMT
675
+ Fri, 23 Jul 2021 07:38:19 GMT
527
676
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.63..@fluentui/react-button_v9.0.0-alpha.64)
528
677
 
529
678
  ### Changes
@@ -534,7 +683,7 @@ Fri, 23 Jul 2021 07:38:19 GMT
534
683
 
535
684
  ## [9.0.0-alpha.63](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.63)
536
685
 
537
- Thu, 22 Jul 2021 07:36:55 GMT
686
+ Thu, 22 Jul 2021 07:36:55 GMT
538
687
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.62..@fluentui/react-button_v9.0.0-alpha.63)
539
688
 
540
689
  ### Changes
@@ -543,7 +692,7 @@ Thu, 22 Jul 2021 07:36:55 GMT
543
692
 
544
693
  ## [9.0.0-alpha.62](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.62)
545
694
 
546
- Tue, 20 Jul 2021 22:23:17 GMT
695
+ Tue, 20 Jul 2021 22:23:17 GMT
547
696
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.61..@fluentui/react-button_v9.0.0-alpha.62)
548
697
 
549
698
  ### Changes
@@ -552,7 +701,7 @@ Tue, 20 Jul 2021 22:23:17 GMT
552
701
 
553
702
  ## [9.0.0-alpha.61](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.61)
554
703
 
555
- Fri, 16 Jul 2021 22:53:17 GMT
704
+ Fri, 16 Jul 2021 22:53:17 GMT
556
705
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.60..@fluentui/react-button_v9.0.0-alpha.61)
557
706
 
558
707
  ### Changes
@@ -561,7 +710,7 @@ Fri, 16 Jul 2021 22:53:17 GMT
561
710
 
562
711
  ## [9.0.0-alpha.60](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.60)
563
712
 
564
- Thu, 15 Jul 2021 07:36:18 GMT
713
+ Thu, 15 Jul 2021 07:36:18 GMT
565
714
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.59..@fluentui/react-button_v9.0.0-alpha.60)
566
715
 
567
716
  ### Changes
@@ -570,7 +719,7 @@ Thu, 15 Jul 2021 07:36:18 GMT
570
719
 
571
720
  ## [9.0.0-alpha.59](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.59)
572
721
 
573
- Tue, 13 Jul 2021 22:32:58 GMT
722
+ Tue, 13 Jul 2021 22:32:58 GMT
574
723
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.58..@fluentui/react-button_v9.0.0-alpha.59)
575
724
 
576
725
  ### Patches
@@ -579,7 +728,7 @@ Tue, 13 Jul 2021 22:32:58 GMT
579
728
 
580
729
  ## [9.0.0-alpha.58](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.58)
581
730
 
582
- Tue, 13 Jul 2021 07:35:36 GMT
731
+ Tue, 13 Jul 2021 07:35:36 GMT
583
732
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.57..@fluentui/react-button_v9.0.0-alpha.58)
584
733
 
585
734
  ### Changes
@@ -588,7 +737,7 @@ Tue, 13 Jul 2021 07:35:36 GMT
588
737
 
589
738
  ## [9.0.0-alpha.57](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.57)
590
739
 
591
- Mon, 12 Jul 2021 07:33:23 GMT
740
+ Mon, 12 Jul 2021 07:33:23 GMT
592
741
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.56..@fluentui/react-button_v9.0.0-alpha.57)
593
742
 
594
743
  ### Changes
@@ -597,7 +746,7 @@ Mon, 12 Jul 2021 07:33:23 GMT
597
746
 
598
747
  ## [9.0.0-alpha.56](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.56)
599
748
 
600
- Fri, 09 Jul 2021 07:39:31 GMT
749
+ Fri, 09 Jul 2021 07:39:31 GMT
601
750
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.55..@fluentui/react-button_v9.0.0-alpha.56)
602
751
 
603
752
  ### Patches
@@ -610,7 +759,7 @@ Fri, 09 Jul 2021 07:39:31 GMT
610
759
 
611
760
  ## [9.0.0-alpha.55](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.55)
612
761
 
613
- Fri, 02 Jul 2021 23:15:55 GMT
762
+ Fri, 02 Jul 2021 23:15:55 GMT
614
763
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.54..@fluentui/react-button_v9.0.0-alpha.55)
615
764
 
616
765
  ### Changes
@@ -619,7 +768,7 @@ Fri, 02 Jul 2021 23:15:55 GMT
619
768
 
620
769
  ## [9.0.0-alpha.54](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.54)
621
770
 
622
- Fri, 02 Jul 2021 07:37:06 GMT
771
+ Fri, 02 Jul 2021 07:37:06 GMT
623
772
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.53..@fluentui/react-button_v9.0.0-alpha.54)
624
773
 
625
774
  ### Changes
@@ -628,7 +777,7 @@ Fri, 02 Jul 2021 07:37:06 GMT
628
777
 
629
778
  ## [9.0.0-alpha.53](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.53)
630
779
 
631
- Thu, 01 Jul 2021 07:35:05 GMT
780
+ Thu, 01 Jul 2021 07:35:05 GMT
632
781
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.52..@fluentui/react-button_v9.0.0-alpha.53)
633
782
 
634
783
  ### Changes
@@ -637,7 +786,7 @@ Thu, 01 Jul 2021 07:35:05 GMT
637
786
 
638
787
  ## [9.0.0-alpha.52](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.52)
639
788
 
640
- Wed, 30 Jun 2021 07:38:35 GMT
789
+ Wed, 30 Jun 2021 07:38:35 GMT
641
790
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.51..@fluentui/react-button_v9.0.0-alpha.52)
642
791
 
643
792
  ### Changes
@@ -646,7 +795,7 @@ Wed, 30 Jun 2021 07:38:35 GMT
646
795
 
647
796
  ## [9.0.0-alpha.51](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.51)
648
797
 
649
- Tue, 29 Jun 2021 07:33:32 GMT
798
+ Tue, 29 Jun 2021 07:33:32 GMT
650
799
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.50..@fluentui/react-button_v9.0.0-alpha.51)
651
800
 
652
801
  ### Changes
@@ -655,7 +804,7 @@ Tue, 29 Jun 2021 07:33:32 GMT
655
804
 
656
805
  ## [9.0.0-alpha.50](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.50)
657
806
 
658
- Wed, 23 Jun 2021 07:31:49 GMT
807
+ Wed, 23 Jun 2021 07:31:49 GMT
659
808
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.49..@fluentui/react-button_v9.0.0-alpha.50)
660
809
 
661
810
  ### Changes
@@ -664,7 +813,7 @@ Wed, 23 Jun 2021 07:31:49 GMT
664
813
 
665
814
  ## [9.0.0-alpha.49](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.49)
666
815
 
667
- Tue, 22 Jun 2021 07:35:11 GMT
816
+ Tue, 22 Jun 2021 07:35:11 GMT
668
817
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.48..@fluentui/react-button_v9.0.0-alpha.49)
669
818
 
670
819
  ### Changes
@@ -673,7 +822,7 @@ Tue, 22 Jun 2021 07:35:11 GMT
673
822
 
674
823
  ## [9.0.0-alpha.48](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.48)
675
824
 
676
- Tue, 15 Jun 2021 07:40:20 GMT
825
+ Tue, 15 Jun 2021 07:40:20 GMT
677
826
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.47..@fluentui/react-button_v9.0.0-alpha.48)
678
827
 
679
828
  ### Changes
@@ -682,7 +831,7 @@ Tue, 15 Jun 2021 07:40:20 GMT
682
831
 
683
832
  ## [9.0.0-alpha.47](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.47)
684
833
 
685
- Fri, 11 Jun 2021 07:34:26 GMT
834
+ Fri, 11 Jun 2021 07:34:26 GMT
686
835
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.46..@fluentui/react-button_v9.0.0-alpha.47)
687
836
 
688
837
  ### Changes
@@ -693,7 +842,7 @@ Fri, 11 Jun 2021 07:34:26 GMT
693
842
 
694
843
  ## [9.0.0-alpha.46](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.46)
695
844
 
696
- Thu, 10 Jun 2021 07:32:59 GMT
845
+ Thu, 10 Jun 2021 07:32:59 GMT
697
846
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.45..@fluentui/react-button_v9.0.0-alpha.46)
698
847
 
699
848
  ### Changes
@@ -702,7 +851,7 @@ Thu, 10 Jun 2021 07:32:59 GMT
702
851
 
703
852
  ## [9.0.0-alpha.45](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.45)
704
853
 
705
- Wed, 09 Jun 2021 07:33:38 GMT
854
+ Wed, 09 Jun 2021 07:33:38 GMT
706
855
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.44..@fluentui/react-button_v9.0.0-alpha.45)
707
856
 
708
857
  ### Changes
@@ -711,7 +860,7 @@ Wed, 09 Jun 2021 07:33:38 GMT
711
860
 
712
861
  ## [9.0.0-alpha.44](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.44)
713
862
 
714
- Mon, 07 Jun 2021 07:38:15 GMT
863
+ Mon, 07 Jun 2021 07:38:15 GMT
715
864
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.43..@fluentui/react-button_v9.0.0-alpha.44)
716
865
 
717
866
  ### Patches
@@ -724,7 +873,7 @@ Mon, 07 Jun 2021 07:38:15 GMT
724
873
 
725
874
  ## [9.0.0-alpha.43](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.43)
726
875
 
727
- Fri, 04 Jun 2021 07:37:23 GMT
876
+ Fri, 04 Jun 2021 07:37:23 GMT
728
877
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.42..@fluentui/react-button_v9.0.0-alpha.43)
729
878
 
730
879
  ### Changes
@@ -733,7 +882,7 @@ Fri, 04 Jun 2021 07:37:23 GMT
733
882
 
734
883
  ## [9.0.0-alpha.42](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.42)
735
884
 
736
- Thu, 03 Jun 2021 07:36:03 GMT
885
+ Thu, 03 Jun 2021 07:36:03 GMT
737
886
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.41..@fluentui/react-button_v9.0.0-alpha.42)
738
887
 
739
888
  ### Changes
@@ -742,7 +891,7 @@ Thu, 03 Jun 2021 07:36:03 GMT
742
891
 
743
892
  ## [9.0.0-alpha.41](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.41)
744
893
 
745
- Wed, 02 Jun 2021 07:37:15 GMT
894
+ Wed, 02 Jun 2021 07:37:15 GMT
746
895
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.40..@fluentui/react-button_v9.0.0-alpha.41)
747
896
 
748
897
  ### Changes
@@ -751,7 +900,7 @@ Wed, 02 Jun 2021 07:37:15 GMT
751
900
 
752
901
  ## [9.0.0-alpha.40](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.40)
753
902
 
754
- Wed, 26 May 2021 07:35:43 GMT
903
+ Wed, 26 May 2021 07:35:43 GMT
755
904
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.39..@fluentui/react-button_v9.0.0-alpha.40)
756
905
 
757
906
  ### Changes
@@ -760,7 +909,7 @@ Wed, 26 May 2021 07:35:43 GMT
760
909
 
761
910
  ## [9.0.0-alpha.39](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.39)
762
911
 
763
- Fri, 21 May 2021 07:34:54 GMT
912
+ Fri, 21 May 2021 07:34:54 GMT
764
913
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.38..@fluentui/react-button_v9.0.0-alpha.39)
765
914
 
766
915
  ### Changes
@@ -769,7 +918,7 @@ Fri, 21 May 2021 07:34:54 GMT
769
918
 
770
919
  ## [9.0.0-alpha.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.38)
771
920
 
772
- Thu, 20 May 2021 07:41:54 GMT
921
+ Thu, 20 May 2021 07:41:54 GMT
773
922
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.37..@fluentui/react-button_v9.0.0-alpha.38)
774
923
 
775
924
  ### Patches
@@ -782,7 +931,7 @@ Thu, 20 May 2021 07:41:54 GMT
782
931
 
783
932
  ## [9.0.0-alpha.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.37)
784
933
 
785
- Wed, 19 May 2021 07:34:20 GMT
934
+ Wed, 19 May 2021 07:34:20 GMT
786
935
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.36..@fluentui/react-button_v9.0.0-alpha.37)
787
936
 
788
937
  ### Patches
@@ -795,7 +944,7 @@ Wed, 19 May 2021 07:34:20 GMT
795
944
 
796
945
  ## [9.0.0-alpha.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.36)
797
946
 
798
- Tue, 18 May 2021 07:34:38 GMT
947
+ Tue, 18 May 2021 07:34:38 GMT
799
948
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.35..@fluentui/react-button_v9.0.0-alpha.36)
800
949
 
801
950
  ### Changes
@@ -804,7 +953,7 @@ Tue, 18 May 2021 07:34:38 GMT
804
953
 
805
954
  ## [9.0.0-alpha.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.35)
806
955
 
807
- Thu, 13 May 2021 07:36:55 GMT
956
+ Thu, 13 May 2021 07:36:55 GMT
808
957
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.34..@fluentui/react-button_v9.0.0-alpha.35)
809
958
 
810
959
  ### Changes
@@ -813,7 +962,7 @@ Thu, 13 May 2021 07:36:55 GMT
813
962
 
814
963
  ## [9.0.0-alpha.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.34)
815
964
 
816
- Wed, 12 May 2021 07:36:20 GMT
965
+ Wed, 12 May 2021 07:36:20 GMT
817
966
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.33..@fluentui/react-button_v9.0.0-alpha.34)
818
967
 
819
968
  ### Changes
@@ -822,7 +971,7 @@ Wed, 12 May 2021 07:36:20 GMT
822
971
 
823
972
  ## [9.0.0-alpha.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.33)
824
973
 
825
- Mon, 10 May 2021 07:36:07 GMT
974
+ Mon, 10 May 2021 07:36:07 GMT
826
975
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.32..@fluentui/react-button_v9.0.0-alpha.33)
827
976
 
828
977
  ### Changes
@@ -831,7 +980,7 @@ Mon, 10 May 2021 07:36:07 GMT
831
980
 
832
981
  ## [9.0.0-alpha.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.32)
833
982
 
834
- Wed, 05 May 2021 07:36:50 GMT
983
+ Wed, 05 May 2021 07:36:50 GMT
835
984
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.31..@fluentui/react-button_v9.0.0-alpha.32)
836
985
 
837
986
  ### Changes
@@ -840,7 +989,7 @@ Wed, 05 May 2021 07:36:50 GMT
840
989
 
841
990
  ## [9.0.0-alpha.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.31)
842
991
 
843
- Mon, 03 May 2021 07:45:19 GMT
992
+ Mon, 03 May 2021 07:45:19 GMT
844
993
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.30..@fluentui/react-button_v9.0.0-alpha.31)
845
994
 
846
995
  ### Changes
@@ -849,7 +998,7 @@ Mon, 03 May 2021 07:45:19 GMT
849
998
 
850
999
  ## [9.0.0-alpha.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.30)
851
1000
 
852
- Fri, 30 Apr 2021 07:42:23 GMT
1001
+ Fri, 30 Apr 2021 07:42:23 GMT
853
1002
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.29..@fluentui/react-button_v9.0.0-alpha.30)
854
1003
 
855
1004
  ### Patches
@@ -866,7 +1015,7 @@ Fri, 30 Apr 2021 07:42:23 GMT
866
1015
 
867
1016
  ## [9.0.0-alpha.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.29)
868
1017
 
869
- Tue, 27 Apr 2021 07:34:03 GMT
1018
+ Tue, 27 Apr 2021 07:34:03 GMT
870
1019
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.28..@fluentui/react-button_v9.0.0-alpha.29)
871
1020
 
872
1021
  ### Changes
@@ -875,7 +1024,7 @@ Tue, 27 Apr 2021 07:34:03 GMT
875
1024
 
876
1025
  ## [9.0.0-alpha.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.28)
877
1026
 
878
- Mon, 26 Apr 2021 07:34:31 GMT
1027
+ Mon, 26 Apr 2021 07:34:31 GMT
879
1028
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.27..@fluentui/react-button_v9.0.0-alpha.28)
880
1029
 
881
1030
  ### Changes
@@ -884,7 +1033,7 @@ Mon, 26 Apr 2021 07:34:31 GMT
884
1033
 
885
1034
  ## [9.0.0-alpha.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.27)
886
1035
 
887
- Fri, 23 Apr 2021 07:37:10 GMT
1036
+ Fri, 23 Apr 2021 07:37:10 GMT
888
1037
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.26..@fluentui/react-button_v9.0.0-alpha.27)
889
1038
 
890
1039
  ### Patches
@@ -897,7 +1046,7 @@ Fri, 23 Apr 2021 07:37:10 GMT
897
1046
 
898
1047
  ## [9.0.0-alpha.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.26)
899
1048
 
900
- Thu, 22 Apr 2021 07:33:28 GMT
1049
+ Thu, 22 Apr 2021 07:33:28 GMT
901
1050
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.25..@fluentui/react-button_v9.0.0-alpha.26)
902
1051
 
903
1052
  ### Changes
@@ -906,7 +1055,7 @@ Thu, 22 Apr 2021 07:33:28 GMT
906
1055
 
907
1056
  ## [9.0.0-alpha.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.25)
908
1057
 
909
- Wed, 21 Apr 2021 07:31:50 GMT
1058
+ Wed, 21 Apr 2021 07:31:50 GMT
910
1059
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.24..@fluentui/react-button_v9.0.0-alpha.25)
911
1060
 
912
1061
  ### Changes
@@ -915,7 +1064,7 @@ Wed, 21 Apr 2021 07:31:50 GMT
915
1064
 
916
1065
  ## [9.0.0-alpha.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.24)
917
1066
 
918
- Tue, 20 Apr 2021 07:31:35 GMT
1067
+ Tue, 20 Apr 2021 07:31:35 GMT
919
1068
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.23..@fluentui/react-button_v9.0.0-alpha.24)
920
1069
 
921
1070
  ### Changes
@@ -924,7 +1073,7 @@ Tue, 20 Apr 2021 07:31:35 GMT
924
1073
 
925
1074
  ## [9.0.0-alpha.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.23)
926
1075
 
927
- Fri, 16 Apr 2021 18:08:21 GMT
1076
+ Fri, 16 Apr 2021 18:08:21 GMT
928
1077
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.22..@fluentui/react-button_v9.0.0-alpha.23)
929
1078
 
930
1079
  ### Changes
@@ -933,7 +1082,7 @@ Fri, 16 Apr 2021 18:08:21 GMT
933
1082
 
934
1083
  ## [9.0.0-alpha.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.22)
935
1084
 
936
- Wed, 14 Apr 2021 07:34:12 GMT
1085
+ Wed, 14 Apr 2021 07:34:12 GMT
937
1086
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.21..@fluentui/react-button_v9.0.0-alpha.22)
938
1087
 
939
1088
  ### Changes
@@ -942,7 +1091,7 @@ Wed, 14 Apr 2021 07:34:12 GMT
942
1091
 
943
1092
  ## [9.0.0-alpha.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.21)
944
1093
 
945
- Fri, 09 Apr 2021 07:31:06 GMT
1094
+ Fri, 09 Apr 2021 07:31:06 GMT
946
1095
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.20..@fluentui/react-button_v9.0.0-alpha.21)
947
1096
 
948
1097
  ### Changes
@@ -951,7 +1100,7 @@ Fri, 09 Apr 2021 07:31:06 GMT
951
1100
 
952
1101
  ## [9.0.0-alpha.20](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.20)
953
1102
 
954
- Thu, 08 Apr 2021 07:33:06 GMT
1103
+ Thu, 08 Apr 2021 07:33:06 GMT
955
1104
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.19..@fluentui/react-button_v9.0.0-alpha.20)
956
1105
 
957
1106
  ### Changes
@@ -960,7 +1109,7 @@ Thu, 08 Apr 2021 07:33:06 GMT
960
1109
 
961
1110
  ## [9.0.0-alpha.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.19)
962
1111
 
963
- Thu, 01 Apr 2021 20:13:37 GMT
1112
+ Thu, 01 Apr 2021 20:13:37 GMT
964
1113
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.18..@fluentui/react-button_v9.0.0-alpha.19)
965
1114
 
966
1115
  ### Changes
@@ -969,7 +1118,7 @@ Thu, 01 Apr 2021 20:13:37 GMT
969
1118
 
970
1119
  ## [9.0.0-alpha.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.18)
971
1120
 
972
- Wed, 31 Mar 2021 00:53:43 GMT
1121
+ Wed, 31 Mar 2021 00:53:43 GMT
973
1122
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.17..@fluentui/react-button_v9.0.0-alpha.18)
974
1123
 
975
1124
  ### Patches
@@ -986,7 +1135,7 @@ Wed, 31 Mar 2021 00:53:43 GMT
986
1135
 
987
1136
  ## [9.0.0-alpha.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.17)
988
1137
 
989
- Tue, 30 Mar 2021 07:34:45 GMT
1138
+ Tue, 30 Mar 2021 07:34:45 GMT
990
1139
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.16..@fluentui/react-button_v9.0.0-alpha.17)
991
1140
 
992
1141
  ### Patches
@@ -999,7 +1148,7 @@ Tue, 30 Mar 2021 07:34:45 GMT
999
1148
 
1000
1149
  ## [9.0.0-alpha.16](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.16)
1001
1150
 
1002
- Fri, 26 Mar 2021 07:32:34 GMT
1151
+ Fri, 26 Mar 2021 07:32:34 GMT
1003
1152
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.15..@fluentui/react-button_v9.0.0-alpha.16)
1004
1153
 
1005
1154
  ### Changes
@@ -1009,7 +1158,7 @@ Fri, 26 Mar 2021 07:32:34 GMT
1009
1158
 
1010
1159
  ## [9.0.0-alpha.15](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.15)
1011
1160
 
1012
- Thu, 25 Mar 2021 07:33:24 GMT
1161
+ Thu, 25 Mar 2021 07:33:24 GMT
1013
1162
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.14..@fluentui/react-button_v9.0.0-alpha.15)
1014
1163
 
1015
1164
  ### Changes
@@ -1019,7 +1168,7 @@ Thu, 25 Mar 2021 07:33:24 GMT
1019
1168
 
1020
1169
  ## [9.0.0-alpha.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.14)
1021
1170
 
1022
- Tue, 23 Mar 2021 07:31:43 GMT
1171
+ Tue, 23 Mar 2021 07:31:43 GMT
1023
1172
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.13..@fluentui/react-button_v9.0.0-alpha.14)
1024
1173
 
1025
1174
  ### Changes
@@ -1028,7 +1177,7 @@ Tue, 23 Mar 2021 07:31:43 GMT
1028
1177
 
1029
1178
  ## [9.0.0-alpha.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.13)
1030
1179
 
1031
- Thu, 18 Mar 2021 20:15:34 GMT
1180
+ Thu, 18 Mar 2021 20:15:34 GMT
1032
1181
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.12..@fluentui/react-button_v9.0.0-alpha.13)
1033
1182
 
1034
1183
  ### Changes
@@ -1037,7 +1186,7 @@ Thu, 18 Mar 2021 20:15:34 GMT
1037
1186
 
1038
1187
  ## [9.0.0-alpha.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.12)
1039
1188
 
1040
- Wed, 17 Mar 2021 07:35:44 GMT
1189
+ Wed, 17 Mar 2021 07:35:44 GMT
1041
1190
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.11..@fluentui/react-button_v9.0.0-alpha.12)
1042
1191
 
1043
1192
  ### Changes
@@ -1046,7 +1195,7 @@ Wed, 17 Mar 2021 07:35:44 GMT
1046
1195
 
1047
1196
  ## [9.0.0-alpha.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.11)
1048
1197
 
1049
- Tue, 16 Mar 2021 07:32:44 GMT
1198
+ Tue, 16 Mar 2021 07:32:44 GMT
1050
1199
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.10..@fluentui/react-button_v9.0.0-alpha.11)
1051
1200
 
1052
1201
  ### Patches
@@ -1055,7 +1204,7 @@ Tue, 16 Mar 2021 07:32:44 GMT
1055
1204
 
1056
1205
  ## [9.0.0-alpha.10](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.10)
1057
1206
 
1058
- Mon, 15 Mar 2021 07:36:20 GMT
1207
+ Mon, 15 Mar 2021 07:36:20 GMT
1059
1208
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.9..@fluentui/react-button_v9.0.0-alpha.10)
1060
1209
 
1061
1210
  ### Changes
@@ -1064,7 +1213,7 @@ Mon, 15 Mar 2021 07:36:20 GMT
1064
1213
 
1065
1214
  ## [9.0.0-alpha.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.9)
1066
1215
 
1067
- Fri, 12 Mar 2021 20:04:27 GMT
1216
+ Fri, 12 Mar 2021 20:04:27 GMT
1068
1217
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.8..@fluentui/react-button_v9.0.0-alpha.9)
1069
1218
 
1070
1219
  ### Patches
@@ -1077,7 +1226,7 @@ Fri, 12 Mar 2021 20:04:27 GMT
1077
1226
 
1078
1227
  ## [9.0.0-alpha.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.8)
1079
1228
 
1080
- Wed, 10 Mar 2021 07:34:39 GMT
1229
+ Wed, 10 Mar 2021 07:34:39 GMT
1081
1230
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.7..@fluentui/react-button_v9.0.0-alpha.8)
1082
1231
 
1083
1232
  ### Changes
@@ -1086,7 +1235,7 @@ Wed, 10 Mar 2021 07:34:39 GMT
1086
1235
 
1087
1236
  ## [9.0.0-alpha.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.7)
1088
1237
 
1089
- Fri, 05 Mar 2021 20:30:59 GMT
1238
+ Fri, 05 Mar 2021 20:30:59 GMT
1090
1239
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.6..@fluentui/react-button_v9.0.0-alpha.7)
1091
1240
 
1092
1241
  ### Changes
@@ -1095,7 +1244,7 @@ Fri, 05 Mar 2021 20:30:59 GMT
1095
1244
 
1096
1245
  ## [9.0.0-alpha.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.6)
1097
1246
 
1098
- Wed, 03 Mar 2021 00:10:09 GMT
1247
+ Wed, 03 Mar 2021 00:10:09 GMT
1099
1248
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.5..@fluentui/react-button_v9.0.0-alpha.6)
1100
1249
 
1101
1250
  ### Patches
@@ -1108,7 +1257,7 @@ Wed, 03 Mar 2021 00:10:09 GMT
1108
1257
 
1109
1258
  ## [9.0.0-alpha.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.5)
1110
1259
 
1111
- Tue, 02 Mar 2021 07:24:27 GMT
1260
+ Tue, 02 Mar 2021 07:24:27 GMT
1112
1261
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.4..@fluentui/react-button_v9.0.0-alpha.5)
1113
1262
 
1114
1263
  ### Changes
@@ -1117,7 +1266,7 @@ Tue, 02 Mar 2021 07:24:27 GMT
1117
1266
 
1118
1267
  ## [9.0.0-alpha.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.4)
1119
1268
 
1120
- Fri, 26 Feb 2021 01:16:27 GMT
1269
+ Fri, 26 Feb 2021 01:16:27 GMT
1121
1270
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.3..@fluentui/react-button_v9.0.0-alpha.4)
1122
1271
 
1123
1272
  ### Patches
@@ -1137,7 +1286,7 @@ Fri, 26 Feb 2021 01:16:27 GMT
1137
1286
 
1138
1287
  ## [9.0.0-alpha.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.3)
1139
1288
 
1140
- Thu, 25 Feb 2021 20:16:39 GMT
1289
+ Thu, 25 Feb 2021 20:16:39 GMT
1141
1290
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.2..@fluentui/react-button_v9.0.0-alpha.3)
1142
1291
 
1143
1292
  ### Changes
@@ -1146,7 +1295,7 @@ Thu, 25 Feb 2021 20:16:39 GMT
1146
1295
 
1147
1296
  ## [9.0.0-alpha.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.2)
1148
1297
 
1149
- Thu, 25 Feb 2021 01:15:27 GMT
1298
+ Thu, 25 Feb 2021 01:15:27 GMT
1150
1299
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v9.0.0-alpha.1..@fluentui/react-button_v9.0.0-alpha.2)
1151
1300
 
1152
1301
  ### Patches
@@ -1155,7 +1304,7 @@ Thu, 25 Feb 2021 01:15:27 GMT
1155
1304
 
1156
1305
  ## [9.0.0-alpha.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v9.0.0-alpha.1)
1157
1306
 
1158
- Wed, 24 Feb 2021 00:05:29 GMT
1307
+ Wed, 24 Feb 2021 00:05:29 GMT
1159
1308
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.35..@fluentui/react-button_v9.0.0-alpha.1)
1160
1309
 
1161
1310
  ### Changes
@@ -1164,7 +1313,7 @@ Wed, 24 Feb 2021 00:05:29 GMT
1164
1313
 
1165
1314
  ## [1.0.0-beta.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.35)
1166
1315
 
1167
- Mon, 22 Feb 2021 12:26:22 GMT
1316
+ Mon, 22 Feb 2021 12:26:22 GMT
1168
1317
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.34..@fluentui/react-button_v1.0.0-beta.35)
1169
1318
 
1170
1319
  ### Changes
@@ -1173,7 +1322,7 @@ Mon, 22 Feb 2021 12:26:22 GMT
1173
1322
 
1174
1323
  ## [1.0.0-beta.34](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.34)
1175
1324
 
1176
- Thu, 18 Feb 2021 19:38:50 GMT
1325
+ Thu, 18 Feb 2021 19:38:50 GMT
1177
1326
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.33..@fluentui/react-button_v1.0.0-beta.34)
1178
1327
 
1179
1328
  ### Patches
@@ -1187,7 +1336,7 @@ Thu, 18 Feb 2021 19:38:50 GMT
1187
1336
 
1188
1337
  ## [1.0.0-beta.33](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.33)
1189
1338
 
1190
- Thu, 18 Feb 2021 12:27:34 GMT
1339
+ Thu, 18 Feb 2021 12:27:34 GMT
1191
1340
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.32..@fluentui/react-button_v1.0.0-beta.33)
1192
1341
 
1193
1342
  ### Changes
@@ -1198,7 +1347,7 @@ Thu, 18 Feb 2021 12:27:34 GMT
1198
1347
 
1199
1348
  ## [1.0.0-beta.32](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.32)
1200
1349
 
1201
- Mon, 15 Feb 2021 12:22:00 GMT
1350
+ Mon, 15 Feb 2021 12:22:00 GMT
1202
1351
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.31..@fluentui/react-button_v1.0.0-beta.32)
1203
1352
 
1204
1353
  ### Changes
@@ -1207,7 +1356,7 @@ Mon, 15 Feb 2021 12:22:00 GMT
1207
1356
 
1208
1357
  ## [1.0.0-beta.31](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.31)
1209
1358
 
1210
- Fri, 12 Feb 2021 12:26:20 GMT
1359
+ Fri, 12 Feb 2021 12:26:20 GMT
1211
1360
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.30..@fluentui/react-button_v1.0.0-beta.31)
1212
1361
 
1213
1362
  ### Patches
@@ -1221,7 +1370,7 @@ Fri, 12 Feb 2021 12:26:20 GMT
1221
1370
 
1222
1371
  ## [1.0.0-beta.30](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.30)
1223
1372
 
1224
- Thu, 11 Feb 2021 00:58:10 GMT
1373
+ Thu, 11 Feb 2021 00:58:10 GMT
1225
1374
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.29..@fluentui/react-button_v1.0.0-beta.30)
1226
1375
 
1227
1376
  ### Changes
@@ -1230,7 +1379,7 @@ Thu, 11 Feb 2021 00:58:10 GMT
1230
1379
 
1231
1380
  ## [1.0.0-beta.29](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.29)
1232
1381
 
1233
- Tue, 09 Feb 2021 00:56:52 GMT
1382
+ Tue, 09 Feb 2021 00:56:52 GMT
1234
1383
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.28..@fluentui/react-button_v1.0.0-beta.29)
1235
1384
 
1236
1385
  ### Patches
@@ -1243,7 +1392,7 @@ Tue, 09 Feb 2021 00:56:52 GMT
1243
1392
 
1244
1393
  ## [1.0.0-beta.28](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.28)
1245
1394
 
1246
- Mon, 08 Feb 2021 12:23:08 GMT
1395
+ Mon, 08 Feb 2021 12:23:08 GMT
1247
1396
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.27..@fluentui/react-button_v1.0.0-beta.28)
1248
1397
 
1249
1398
  ### Changes
@@ -1252,7 +1401,7 @@ Mon, 08 Feb 2021 12:23:08 GMT
1252
1401
 
1253
1402
  ## [1.0.0-beta.27](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.27)
1254
1403
 
1255
- Wed, 03 Feb 2021 05:51:40 GMT
1404
+ Wed, 03 Feb 2021 05:51:40 GMT
1256
1405
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.26..@fluentui/react-button_v1.0.0-beta.27)
1257
1406
 
1258
1407
  ### Changes
@@ -1261,7 +1410,7 @@ Wed, 03 Feb 2021 05:51:40 GMT
1261
1410
 
1262
1411
  ## [1.0.0-beta.26](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.26)
1263
1412
 
1264
- Tue, 02 Feb 2021 12:21:54 GMT
1413
+ Tue, 02 Feb 2021 12:21:54 GMT
1265
1414
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.25..@fluentui/react-button_v1.0.0-beta.26)
1266
1415
 
1267
1416
  ### Changes
@@ -1271,7 +1420,7 @@ Tue, 02 Feb 2021 12:21:54 GMT
1271
1420
 
1272
1421
  ## [1.0.0-beta.25](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.25)
1273
1422
 
1274
- Mon, 01 Feb 2021 12:23:48 GMT
1423
+ Mon, 01 Feb 2021 12:23:48 GMT
1275
1424
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.24..@fluentui/react-button_v1.0.0-beta.25)
1276
1425
 
1277
1426
  ### Changes
@@ -1280,7 +1429,7 @@ Mon, 01 Feb 2021 12:23:48 GMT
1280
1429
 
1281
1430
  ## [1.0.0-beta.24](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.24)
1282
1431
 
1283
- Thu, 28 Jan 2021 12:25:56 GMT
1432
+ Thu, 28 Jan 2021 12:25:56 GMT
1284
1433
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.23..@fluentui/react-button_v1.0.0-beta.24)
1285
1434
 
1286
1435
  ### Changes
@@ -1290,7 +1439,7 @@ Thu, 28 Jan 2021 12:25:56 GMT
1290
1439
 
1291
1440
  ## [1.0.0-beta.23](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.23)
1292
1441
 
1293
- Sat, 23 Jan 2021 05:20:07 GMT
1442
+ Sat, 23 Jan 2021 05:20:07 GMT
1294
1443
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.22..@fluentui/react-button_v1.0.0-beta.23)
1295
1444
 
1296
1445
  ### Changes
@@ -1299,7 +1448,7 @@ Sat, 23 Jan 2021 05:20:07 GMT
1299
1448
 
1300
1449
  ## [1.0.0-beta.22](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.22)
1301
1450
 
1302
- Fri, 22 Jan 2021 12:24:49 GMT
1451
+ Fri, 22 Jan 2021 12:24:49 GMT
1303
1452
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.21..@fluentui/react-button_v1.0.0-beta.22)
1304
1453
 
1305
1454
  ### Changes
@@ -1308,17 +1457,17 @@ Fri, 22 Jan 2021 12:24:49 GMT
1308
1457
 
1309
1458
  ## [1.0.0-beta.21](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.21)
1310
1459
 
1311
- Thu, 21 Jan 2021 12:36:12 GMT
1460
+ Thu, 21 Jan 2021 12:36:12 GMT
1312
1461
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.19..@fluentui/react-button_v1.0.0-beta.21)
1313
1462
 
1314
1463
  ### Changes
1315
1464
 
1316
1465
  - Button: Enable pointer-events so that tooltip can be attached to disabledFocusable Button. ([PR #16508](https://github.com/microsoft/fluentui/pull/16508) by jukapsia@microsoft.com)
1317
- - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1466
+ - Updating dev dependencies. ([PR #16548](https://github.com/microsoft/fluentui/pull/16548) by dzearing@microsoft.com)
1318
1467
 
1319
1468
  ## [1.0.0-beta.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.19)
1320
1469
 
1321
- Thu, 14 Jan 2021 12:31:15 GMT
1470
+ Thu, 14 Jan 2021 12:31:15 GMT
1322
1471
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.17..@fluentui/react-button_v1.0.0-beta.19)
1323
1472
 
1324
1473
  ### Changes
@@ -1327,7 +1476,7 @@ Thu, 14 Jan 2021 12:31:15 GMT
1327
1476
 
1328
1477
  ## [1.0.0-beta.17](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.17)
1329
1478
 
1330
- Fri, 11 Dec 2020 12:28:01 GMT
1479
+ Fri, 11 Dec 2020 12:28:01 GMT
1331
1480
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.14..@fluentui/react-button_v1.0.0-beta.17)
1332
1481
 
1333
1482
  ### Changes
@@ -1336,7 +1485,7 @@ Fri, 11 Dec 2020 12:28:01 GMT
1336
1485
 
1337
1486
  ## [1.0.0-beta.14](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.14)
1338
1487
 
1339
- Tue, 01 Dec 2020 12:38:05 GMT
1488
+ Tue, 01 Dec 2020 12:38:05 GMT
1340
1489
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.13..@fluentui/react-button_v1.0.0-beta.14)
1341
1490
 
1342
1491
  ### Changes
@@ -1345,7 +1494,7 @@ Tue, 01 Dec 2020 12:38:05 GMT
1345
1494
 
1346
1495
  ## [1.0.0-beta.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.13)
1347
1496
 
1348
- Mon, 23 Nov 2020 12:31:40 GMT
1497
+ Mon, 23 Nov 2020 12:31:40 GMT
1349
1498
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.12..@fluentui/react-button_v1.0.0-beta.13)
1350
1499
 
1351
1500
  ### Changes
@@ -1354,7 +1503,7 @@ Mon, 23 Nov 2020 12:31:40 GMT
1354
1503
 
1355
1504
  ## [1.0.0-beta.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.12)
1356
1505
 
1357
- Wed, 18 Nov 2020 12:30:07 GMT
1506
+ Wed, 18 Nov 2020 12:30:07 GMT
1358
1507
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.11..@fluentui/react-button_v1.0.0-beta.12)
1359
1508
 
1360
1509
  ### Changes
@@ -1363,17 +1512,17 @@ Wed, 18 Nov 2020 12:30:07 GMT
1363
1512
 
1364
1513
  ## [1.0.0-beta.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.11)
1365
1514
 
1366
- Tue, 17 Nov 2020 12:36:24 GMT
1515
+ Tue, 17 Nov 2020 12:36:24 GMT
1367
1516
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.9..@fluentui/react-button_v1.0.0-beta.11)
1368
1517
 
1369
1518
  ### Changes
1370
1519
 
1371
- - Updating arguments of style hook. ([PR #15952](https://github.com/microsoft/fluentui/pull/15952) by dzearing@hotmail.com)
1520
+ - Updating arguments of style hook. ([PR #15952](https://github.com/microsoft/fluentui/pull/15952) by dzearing@hotmail.com)
1372
1521
  - Updating classes hooks derived from Button to actually derive from Button. ([PR #15955](https://github.com/microsoft/fluentui/pull/15955) by xgao@microsoft.com)
1373
1522
 
1374
1523
  ## [1.0.0-beta.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.9)
1375
1524
 
1376
- Fri, 06 Nov 2020 12:34:34 GMT
1525
+ Fri, 06 Nov 2020 12:34:34 GMT
1377
1526
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.8..@fluentui/react-button_v1.0.0-beta.9)
1378
1527
 
1379
1528
  ### Changes
@@ -1382,7 +1531,7 @@ Fri, 06 Nov 2020 12:34:34 GMT
1382
1531
 
1383
1532
  ## [1.0.0-beta.8](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.8)
1384
1533
 
1385
- Thu, 05 Nov 2020 12:29:43 GMT
1534
+ Thu, 05 Nov 2020 12:29:43 GMT
1386
1535
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.7..@fluentui/react-button_v1.0.0-beta.8)
1387
1536
 
1388
1537
  ### Changes
@@ -1391,7 +1540,7 @@ Thu, 05 Nov 2020 12:29:43 GMT
1391
1540
 
1392
1541
  ## [1.0.0-beta.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.7)
1393
1542
 
1394
- Wed, 04 Nov 2020 12:34:30 GMT
1543
+ Wed, 04 Nov 2020 12:34:30 GMT
1395
1544
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.4..@fluentui/react-button_v1.0.0-beta.7)
1396
1545
 
1397
1546
  ### Changes
@@ -1400,7 +1549,7 @@ Wed, 04 Nov 2020 12:34:30 GMT
1400
1549
 
1401
1550
  ## [1.0.0-beta.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.4)
1402
1551
 
1403
- Wed, 28 Oct 2020 12:32:24 GMT
1552
+ Wed, 28 Oct 2020 12:32:24 GMT
1404
1553
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.1..@fluentui/react-button_v1.0.0-beta.4)
1405
1554
 
1406
1555
  ### Changes
@@ -1409,7 +1558,7 @@ Wed, 28 Oct 2020 12:32:24 GMT
1409
1558
 
1410
1559
  ## [1.0.0-beta.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.1)
1411
1560
 
1412
- Fri, 23 Oct 2020 23:25:40 GMT
1561
+ Fri, 23 Oct 2020 23:25:40 GMT
1413
1562
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v1.0.0-beta.0..@fluentui/react-button_v1.0.0-beta.1)
1414
1563
 
1415
1564
  ### Changes
@@ -1418,7 +1567,7 @@ Fri, 23 Oct 2020 23:25:40 GMT
1418
1567
 
1419
1568
  ## [1.0.0-beta.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v1.0.0-beta.0)
1420
1569
 
1421
- Fri, 23 Oct 2020 03:26:15 GMT
1570
+ Fri, 23 Oct 2020 03:26:15 GMT
1422
1571
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.3..@fluentui/react-button_v1.0.0-beta.0)
1423
1572
 
1424
1573
  ### Changes
@@ -1437,7 +1586,7 @@ Fri, 23 Oct 2020 03:26:15 GMT
1437
1586
 
1438
1587
  ## [0.14.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.3)
1439
1588
 
1440
- Sun, 27 Sep 2020 04:20:52 GMT
1589
+ Sun, 27 Sep 2020 04:20:52 GMT
1441
1590
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.2..@fluentui/react-button_v0.14.3)
1442
1591
 
1443
1592
  ### Patches
@@ -1446,7 +1595,7 @@ Sun, 27 Sep 2020 04:20:52 GMT
1446
1595
 
1447
1596
  ## [0.14.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.2)
1448
1597
 
1449
- Fri, 25 Sep 2020 12:25:17 GMT
1598
+ Fri, 25 Sep 2020 12:25:17 GMT
1450
1599
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.14.0..@fluentui/react-button_v0.14.2)
1451
1600
 
1452
1601
  ### Patches
@@ -1456,7 +1605,7 @@ Fri, 25 Sep 2020 12:25:17 GMT
1456
1605
 
1457
1606
  ## [0.14.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.14.0)
1458
1607
 
1459
- Wed, 23 Sep 2020 12:27:48 GMT
1608
+ Wed, 23 Sep 2020 12:27:48 GMT
1460
1609
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.1..@fluentui/react-button_v0.14.0)
1461
1610
 
1462
1611
  ### Minor changes
@@ -1469,7 +1618,7 @@ Wed, 23 Sep 2020 12:27:48 GMT
1469
1618
 
1470
1619
  ## [0.13.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.1)
1471
1620
 
1472
- Thu, 17 Sep 2020 15:52:49 GMT
1621
+ Thu, 17 Sep 2020 15:52:49 GMT
1473
1622
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.13.0..@fluentui/react-button_v0.13.1)
1474
1623
 
1475
1624
  ### Patches
@@ -1478,7 +1627,7 @@ Thu, 17 Sep 2020 15:52:49 GMT
1478
1627
 
1479
1628
  ## [0.13.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.13.0)
1480
1629
 
1481
- Thu, 17 Sep 2020 12:25:04 GMT
1630
+ Thu, 17 Sep 2020 12:25:04 GMT
1482
1631
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.6..@fluentui/react-button_v0.13.0)
1483
1632
 
1484
1633
  ### Minor changes
@@ -1487,7 +1636,7 @@ Thu, 17 Sep 2020 12:25:04 GMT
1487
1636
 
1488
1637
  ## [0.12.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.5)
1489
1638
 
1490
- Tue, 15 Sep 2020 12:26:06 GMT
1639
+ Tue, 15 Sep 2020 12:26:06 GMT
1491
1640
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.12.4..@fluentui/react-button_v0.12.5)
1492
1641
 
1493
1642
  ### Patches
@@ -1496,7 +1645,7 @@ Tue, 15 Sep 2020 12:26:06 GMT
1496
1645
 
1497
1646
  ## [0.12.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.12.0)
1498
1647
 
1499
- Wed, 09 Sep 2020 12:24:19 GMT
1648
+ Wed, 09 Sep 2020 12:24:19 GMT
1500
1649
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.6..@fluentui/react-button_v0.12.0)
1501
1650
 
1502
1651
  ### Minor changes
@@ -1509,7 +1658,7 @@ Wed, 09 Sep 2020 12:24:19 GMT
1509
1658
 
1510
1659
  ## [0.11.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.6)
1511
1660
 
1512
- Mon, 07 Sep 2020 12:26:26 GMT
1661
+ Mon, 07 Sep 2020 12:26:26 GMT
1513
1662
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.5..@fluentui/react-button_v0.11.6)
1514
1663
 
1515
1664
  ### Patches
@@ -1518,7 +1667,7 @@ Mon, 07 Sep 2020 12:26:26 GMT
1518
1667
 
1519
1668
  ## [0.11.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.5)
1520
1669
 
1521
- Fri, 04 Sep 2020 12:28:23 GMT
1670
+ Fri, 04 Sep 2020 12:28:23 GMT
1522
1671
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.11.0..@fluentui/react-button_v0.11.5)
1523
1672
 
1524
1673
  ### Patches
@@ -1527,7 +1676,7 @@ Fri, 04 Sep 2020 12:28:23 GMT
1527
1676
 
1528
1677
  ## [0.11.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.11.0)
1529
1678
 
1530
- Fri, 28 Aug 2020 12:29:20 GMT
1679
+ Fri, 28 Aug 2020 12:29:20 GMT
1531
1680
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.3..@fluentui/react-button_v0.11.0)
1532
1681
 
1533
1682
  ### Minor changes
@@ -1536,7 +1685,7 @@ Fri, 28 Aug 2020 12:29:20 GMT
1536
1685
 
1537
1686
  ## [0.10.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.3)
1538
1687
 
1539
- Tue, 25 Aug 2020 12:36:19 GMT
1688
+ Tue, 25 Aug 2020 12:36:19 GMT
1540
1689
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.1..@fluentui/react-button_v0.10.3)
1541
1690
 
1542
1691
  ### Patches
@@ -1545,7 +1694,7 @@ Tue, 25 Aug 2020 12:36:19 GMT
1545
1694
 
1546
1695
  ## [0.10.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.1)
1547
1696
 
1548
- Thu, 20 Aug 2020 12:37:22 GMT
1697
+ Thu, 20 Aug 2020 12:37:22 GMT
1549
1698
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.10.0..@fluentui/react-button_v0.10.1)
1550
1699
 
1551
1700
  ### Patches
@@ -1555,7 +1704,7 @@ Thu, 20 Aug 2020 12:37:22 GMT
1555
1704
 
1556
1705
  ## [0.10.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.10.0)
1557
1706
 
1558
- Wed, 19 Aug 2020 12:44:33 GMT
1707
+ Wed, 19 Aug 2020 12:44:33 GMT
1559
1708
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.4..@fluentui/react-button_v0.10.0)
1560
1709
 
1561
1710
  ### Minor changes
@@ -1564,7 +1713,7 @@ Wed, 19 Aug 2020 12:44:33 GMT
1564
1713
 
1565
1714
  ## [0.9.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.4)
1566
1715
 
1567
- Tue, 18 Aug 2020 07:58:00 GMT
1716
+ Tue, 18 Aug 2020 07:58:00 GMT
1568
1717
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.9.0..@fluentui/react-button_v0.9.4)
1569
1718
 
1570
1719
  ### Patches
@@ -1573,7 +1722,7 @@ Tue, 18 Aug 2020 07:58:00 GMT
1573
1722
 
1574
1723
  ## [0.9.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.9.0)
1575
1724
 
1576
- Tue, 11 Aug 2020 05:47:07 GMT
1725
+ Tue, 11 Aug 2020 05:47:07 GMT
1577
1726
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.8.0..@fluentui/react-button_v0.9.0)
1578
1727
 
1579
1728
  ### Minor changes
@@ -1583,7 +1732,7 @@ Tue, 11 Aug 2020 05:47:07 GMT
1583
1732
 
1584
1733
  ## [0.8.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.8.0)
1585
1734
 
1586
- Mon, 10 Aug 2020 06:19:21 GMT
1735
+ Mon, 10 Aug 2020 06:19:21 GMT
1587
1736
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.14..@fluentui/react-button_v0.8.0)
1588
1737
 
1589
1738
  ### Minor changes
@@ -1592,7 +1741,7 @@ Mon, 10 Aug 2020 06:19:21 GMT
1592
1741
 
1593
1742
  ## [0.7.9](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.9)
1594
1743
 
1595
- Mon, 27 Jul 2020 12:42:21 GMT
1744
+ Mon, 27 Jul 2020 12:42:21 GMT
1596
1745
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.3..@fluentui/react-button_v0.7.9)
1597
1746
 
1598
1747
  ### Patches
@@ -1601,7 +1750,7 @@ Mon, 27 Jul 2020 12:42:21 GMT
1601
1750
 
1602
1751
  ## [0.7.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.3)
1603
1752
 
1604
- Fri, 17 Jul 2020 12:38:41 GMT
1753
+ Fri, 17 Jul 2020 12:38:41 GMT
1605
1754
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.7.1..@fluentui/react-button_v0.7.3)
1606
1755
 
1607
1756
  ### Patches
@@ -1610,7 +1759,7 @@ Fri, 17 Jul 2020 12:38:41 GMT
1610
1759
 
1611
1760
  ## [0.7.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.7.0)
1612
1761
 
1613
- Thu, 09 Jul 2020 21:59:04 GMT
1762
+ Thu, 09 Jul 2020 21:59:04 GMT
1614
1763
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.2..@fluentui/react-button_v0.7.0)
1615
1764
 
1616
1765
  ### Minor changes
@@ -1619,7 +1768,7 @@ Thu, 09 Jul 2020 21:59:04 GMT
1619
1768
 
1620
1769
  ## [0.6.2](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.2)
1621
1770
 
1622
- Thu, 02 Jul 2020 12:42:11 GMT
1771
+ Thu, 02 Jul 2020 12:42:11 GMT
1623
1772
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.6.0..@fluentui/react-button_v0.6.2)
1624
1773
 
1625
1774
  ### Patches
@@ -1628,7 +1777,7 @@ Thu, 02 Jul 2020 12:42:11 GMT
1628
1777
 
1629
1778
  ## [0.6.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.6.0)
1630
1779
 
1631
- Tue, 30 Jun 2020 12:33:36 GMT
1780
+ Tue, 30 Jun 2020 12:33:36 GMT
1632
1781
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.1..@fluentui/react-button_v0.6.0)
1633
1782
 
1634
1783
  ### Minor changes
@@ -1637,7 +1786,7 @@ Tue, 30 Jun 2020 12:33:36 GMT
1637
1786
 
1638
1787
  ## [0.5.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.1)
1639
1788
 
1640
- Fri, 26 Jun 2020 12:36:28 GMT
1789
+ Fri, 26 Jun 2020 12:36:28 GMT
1641
1790
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.5.0..@fluentui/react-button_v0.5.1)
1642
1791
 
1643
1792
  ### Patches
@@ -1647,7 +1796,7 @@ Fri, 26 Jun 2020 12:36:28 GMT
1647
1796
 
1648
1797
  ## [0.5.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.5.0)
1649
1798
 
1650
- Thu, 25 Jun 2020 12:50:17 GMT
1799
+ Thu, 25 Jun 2020 12:50:17 GMT
1651
1800
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.4.0..@fluentui/react-button_v0.5.0)
1652
1801
 
1653
1802
  ### Minor changes
@@ -1660,7 +1809,7 @@ Thu, 25 Jun 2020 12:50:17 GMT
1660
1809
 
1661
1810
  ## [0.4.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.4.0)
1662
1811
 
1663
- Tue, 23 Jun 2020 12:41:54 GMT
1812
+ Tue, 23 Jun 2020 12:41:54 GMT
1664
1813
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.7..@fluentui/react-button_v0.4.0)
1665
1814
 
1666
1815
  ### Minor changes
@@ -1669,7 +1818,7 @@ Tue, 23 Jun 2020 12:41:54 GMT
1669
1818
 
1670
1819
  ## [0.3.7](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.7)
1671
1820
 
1672
- Mon, 22 Jun 2020 12:42:16 GMT
1821
+ Mon, 22 Jun 2020 12:42:16 GMT
1673
1822
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.6..@fluentui/react-button_v0.3.7)
1674
1823
 
1675
1824
  ### Patches
@@ -1678,7 +1827,7 @@ Mon, 22 Jun 2020 12:42:16 GMT
1678
1827
 
1679
1828
  ## [0.3.6](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.6)
1680
1829
 
1681
- Fri, 19 Jun 2020 12:38:09 GMT
1830
+ Fri, 19 Jun 2020 12:38:09 GMT
1682
1831
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.5..@fluentui/react-button_v0.3.6)
1683
1832
 
1684
1833
  ### Patches
@@ -1687,7 +1836,7 @@ Fri, 19 Jun 2020 12:38:09 GMT
1687
1836
 
1688
1837
  ## [0.3.5](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.5)
1689
1838
 
1690
- Thu, 18 Jun 2020 12:37:09 GMT
1839
+ Thu, 18 Jun 2020 12:37:09 GMT
1691
1840
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.3..@fluentui/react-button_v0.3.5)
1692
1841
 
1693
1842
  ### Patches
@@ -1696,7 +1845,7 @@ Thu, 18 Jun 2020 12:37:09 GMT
1696
1845
 
1697
1846
  ## [0.3.3](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.3)
1698
1847
 
1699
- Tue, 16 Jun 2020 17:35:36 GMT
1848
+ Tue, 16 Jun 2020 17:35:36 GMT
1700
1849
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.3.0..@fluentui/react-button_v0.3.3)
1701
1850
 
1702
1851
  ### Patches
@@ -1705,7 +1854,7 @@ Tue, 16 Jun 2020 17:35:36 GMT
1705
1854
 
1706
1855
  ## [0.3.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.3.0)
1707
1856
 
1708
- Fri, 12 Jun 2020 18:29:07 GMT
1857
+ Fri, 12 Jun 2020 18:29:07 GMT
1709
1858
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.2.0..@fluentui/react-button_v0.3.0)
1710
1859
 
1711
1860
  ### Minor changes
@@ -1719,7 +1868,7 @@ Fri, 12 Jun 2020 18:29:07 GMT
1719
1868
 
1720
1869
  ## [0.2.0](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.2.0)
1721
1870
 
1722
- Mon, 08 Jun 2020 12:34:34 GMT
1871
+ Mon, 08 Jun 2020 12:34:34 GMT
1723
1872
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.13..@fluentui/react-button_v0.2.0)
1724
1873
 
1725
1874
  ### Minor changes
@@ -1728,7 +1877,7 @@ Mon, 08 Jun 2020 12:34:34 GMT
1728
1877
 
1729
1878
  ## [0.1.13](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.13)
1730
1879
 
1731
- Fri, 05 Jun 2020 05:09:39 GMT
1880
+ Fri, 05 Jun 2020 05:09:39 GMT
1732
1881
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.12..@fluentui/react-button_v0.1.13)
1733
1882
 
1734
1883
  ### Patches
@@ -1738,7 +1887,7 @@ Fri, 05 Jun 2020 05:09:39 GMT
1738
1887
 
1739
1888
  ## [0.1.12](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.12)
1740
1889
 
1741
- Tue, 02 Jun 2020 12:36:30 GMT
1890
+ Tue, 02 Jun 2020 12:36:30 GMT
1742
1891
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.11..@fluentui/react-button_v0.1.12)
1743
1892
 
1744
1893
  ### Patches
@@ -1747,7 +1896,7 @@ Tue, 02 Jun 2020 12:36:30 GMT
1747
1896
 
1748
1897
  ## [0.1.11](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.11)
1749
1898
 
1750
- Mon, 01 Jun 2020 12:32:45 GMT
1899
+ Mon, 01 Jun 2020 12:32:45 GMT
1751
1900
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.4..@fluentui/react-button_v0.1.11)
1752
1901
 
1753
1902
  ### Patches
@@ -1756,12 +1905,12 @@ Mon, 01 Jun 2020 12:32:45 GMT
1756
1905
 
1757
1906
  ## [0.1.4](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.4)
1758
1907
 
1759
- Wed, 20 May 2020 12:31:10 GMT
1908
+ Wed, 20 May 2020 12:31:10 GMT
1760
1909
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-button_v0.1.1..@fluentui/react-button_v0.1.4)
1761
1910
 
1762
1911
  ### Patches
1763
1912
 
1764
- - feat(compose): expose __self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com)
1913
+ - feat(compose): expose \_\_self slot ([PR #13115](https://github.com/microsoft/fluentui/pull/13115) by olfedias@microsoft.com)
1765
1914
 
1766
1915
  ## [0.1.1](https://github.com/microsoft/fluentui/tree/@fluentui/react-button_v0.1.1)
1767
1916